PEAK XOOPS - Re: My evolution - Interested????? in englishin japanese

Re: My evolution - Interested?????

List posts in the topic

question Re: My evolution - Interested?????

msg# 1.1.1
depth:
2
Previous post - Next post | Parent - Children.1 | Posted on 2006/6/7 23:30
PinMaster  上等兵 From: Marseille (France)  Posts: 40
I sought another solution… and I note that your proposal is much better.
However, the module cssadmin and your extension mycssadmin for pical have a bug (easyphp1.8 + Win XP) with $mod_url.
Here my small correction :
-> going to line 41 :
$mod_url = ( str_replace($xoops_root_path, XOOPS_URL, strtr($mod_replace_path, '\\', '/')) );
$mod_name = basename(dirname(dirname(__FILE__)));
-> replace by :
//$mod_url = ( str_replace($xoops_root_path, XOOPS_URL, strtr($mod_replace_path, '\\', '/')) );
$mod_name = basename(dirname(dirname(__FILE__)));
$mod_url = XOOPS_URL.'/modules/'.$mod_name;

(vive google^^)
Votes:18 Average:3.89

Posts tree

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!