PDA

View Full Version : Globally change member.php link


Red Spider
12-29-2008, 05:30 PM
Hi,

i am looking to GLOBALLY change the links to user profiles. Example:

http://forum.com/member.php?u=12345

to this:

http://website.com/profile.php?u=Username

i would like a product/plugin that can do it on the fly, because i dont want to have to do 10 million template edits :)

Any help would be appreciated - maybe a donation to whoever can help :)

ForumsMods
12-29-2008, 05:53 PM
You can do using .htaccess. Or similar:
member.php?username=
Example:
https://vborg.vbsupport.ru/member.php?username=Red%20Spider

Red Spider
12-29-2008, 06:09 PM
how will translate translate the userID into the Username?

Lynne
12-29-2008, 06:28 PM
Take a look at this article - Shorter Profile Url (https://vborg.vbsupport.ru/showthread.php?t=165986) Make sure you read the whole thread.

Red Spider
12-29-2008, 06:53 PM
cool, thank you for that :)