The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Is there a way to have a vBulletin profile as a subdomain of a fourm? What I'd like is to have the ability for my users to have http://www.mtgoservices.com/{username} and it point to their vBulletin profile link. Is there a mod out there that can do this?
Example: http://www.mtgoservices.com/tweaker Thanks, Thomas |
|
#2
|
||||
|
||||
|
Use .htaccess rules, something like:
Code:
RewriteRule ^([.*]+) /member.php?username=$1 [NC] |
![]() |
|
|