The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
Well then, the .htaccess would be
Code:
RewriteEngine on Options +FollowSymLinks RewriteRule ^~([a-z0-9\ -=]*)$ forumroot/member.php?username=$1 [L,NC] Code:
RewriteRule ^~([a-z0-9\ -=]*)$ /forums/member.php?username=$1 [L,NC] |
#12
|
|||
|
|||
just a small question considering my usual username (#404)
does this mods also work with usernames beginning with an #? or is there maybe a possibility to use links like http://username.test.com |
#13
|
|||
|
|||
I'm interested in this hack, which of those options would people recommend most?
|
#14
|
||||
|
||||
With other characters, you will need to test adding those characters into the regular expression test (bolded)... I've added your # symbol as an example...
Code:
RewriteEngine on Options +FollowSymLinks RewriteRule ^~([a-z0-9\ -=#]*)$ forumroot/member.php?username=$1 [L,NC] |
#15
|
||||
|
||||
Only trouble would be the who's online location. Say you go to Vvew ~M1th profile, you'd possibly get Unknown Location /~M1th
|
#16
|
||||
|
||||
Yeah: that could be resolved in the same way we resolved the issues of thread locations and mod_rewriting the forum/thread/post URL's (discussion on dani-web linked in my sig)...
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|