The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
members urls
I was wondering if someone can create a hack that will allow members to have their own url names
so instead of www.oneforum.org/member.php?u=2505 he can have something like www.oneforum.org/doncorleone is it possible? |
#2
|
|||
|
|||
I think Amykhar did something like this in her Userpage hack.
Do a search for "Custom Userpage" or do a member search for Amykhar and look at her released hacks. |
#3
|
||||
|
||||
mod_rewrite is your friend
|
#4
|
|||
|
|||
Quote:
and the custom users page, does it allow users to have their own urls? |
#5
|
||||
|
||||
yes I am also interested in making my profile pages like: www.domain.com/username.html
|
#6
|
||||
|
||||
Place this rewrite rule in an .htaccess-file in the forum root:
Code:
RewriteEngine On RewriteRule ^([^/]+)\.html$ member.php?username=$1 @Don Corleone Take this: Code:
RewriteEngine on RewriteRule ^([^/.]+)$ member.php?username=$1 Code:
Options FollowSymLinks |
#7
|
|||
|
|||
and how could the members select their names?
|
#8
|
||||
|
||||
The names are the nicknames of the members registered on your board.
My page would be: http://example.net/StGaensler This ceases to function, if a member has a "/" or a "." in his name - I excluded this because the forum wouldn't work anymore if I hadn't done this. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|