The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
mod_rewrite 3.5 for members
how can i change link for members
i dont want to have this http://www.croportal.net/forum/member.php?u=4808 i want to have this http://www.croportal.net/forum/member/michele no one know that |
#2
|
|||
|
|||
Create a .htaccess file in your forum directory and put the following in it;
Code:
Options +FollowSymLinks RewriteEngine on RewriteRule ^member/(.*)$ member.php?username=$1 |
#3
|
||||
|
||||
only this i do, and that is it
it doesnt working i have copy paste that in my forum directory in .htacces and users are still in php?u=786 this is how look my .htacees Quote:
|
#4
|
|||
|
|||
You also need to update the template files to link to the new address.
Just do a mass replace of your template files and replace all member.php?u=id with member/username. This would require you to go through each template file and make the change, make sure you are careful when doing it and replace all the right variables. If you are not confident with the workings of vBulletin I wouldn't recommend doing this without someone helping. |
#5
|
||||
|
||||
I DONT know that, i will not useb because i dont want blow up something
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|