8
Hi,
The ideia is not type
http://www.mysite.com/users/?link=adminbut
http://www.mysite.com/users/adminyou will get redirected to your userinfo the same way.
I did not understand what you want.
You don´t want your users to notice they were redirected, maintaing the "http://www.mysite.com/users/admin" in the browser?
(in this case the htaccess should be modified to point to userinfo.php and userinfo.php would have to be hacked
The R should be taken away to avoid rewriting the url:
[QSA,L]
)
Or
You want to every user links on the site to be changed to this new url?
(not shure here, guess it should require hacking a core file or all modules installed or both :( )
Yes, a module can be made to ask a url for users to choose or you can hack XOOPS by adding an extra field in their profile form, an extra field in users database and adding some lines in the users class. You can also use smartprofile for that but there must have some checkings to prevent special characteres and equal data.