6
One problem.. :(
The reason to do this is to put a block with all user menu (notifications, edit profile, etc...) in user.php (user watching his own profile) but i need to put the block in userinfo.php?uid=X, on edituser, on notifications.php..etc..
All the actions a user can take to edit, view, etc...
The problem is that as the uid is part of the url and not ever equal.. can I use "*" or something like this.. does requesturi accept them.
And other question, Im planning to use dirname to check the active module for a rollover horizontal menu. For the modules no problem, but for the Home?, I mean, i can put
http://www.overclocking.es (my web) and Iam sure Iam in home page, but if you write
http://www.overclocking.es/whatever_not_resolvedyou will be redirected to home page but the url you typed is still there so the active rollver will not be displayed.
Can I force my XOOPS to redirect to home page with the same url always?
best regards