4
One more thing:
Actualy i continu to use simplified_url_140 but i desactivate Xoopsgallery rewriting url....
You can do this editing simplified_url.php and put:
After:
&& ( !preg_match("/\/modules\/system\//", $_SERVER['SCRIPT_NAME']) )
You can put:
&& ( !preg_match("/\/modules\/xoopsgallery\//", $_SERVER['SCRIPT_NAME']) )
This manipulation desactivate rewriting xoopsgallery, and all the rest module work fine with simplified_url_140.