MyBB Community Forums

Full Version: is there any simple mod I can do to point there profile to another page?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
is there any simple mod I can do to point there profile to another page? so when someone goes to view there profile it will send them somewhere else using same user-name of the profile?

for example.

username jackk http://site.com/user-00000.html current
username jackk http://site.com/alt/jackk.html want

can anyone tell me how to do this? will be very grateful.
You could fake it with .Htacces I THINK! I don't know i will research it later when i get back from vaction
You could do a Php redirect with exchanging the profile.php with a new one Smile
If you don't mind core edits, you can search for the get_profile_link function in functions.php file (about line 4200).