The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
thanks nico
|
#12
|
||||
|
||||
I've checked your site a bit, and there are some users with weird usernames that could cause errors. This here should work with most of them.
Code:
RewriteEngine on RewriteRule ^(.*)/$ user.php?username=$1 RewriteRule ^(.*)/friends(/)?$ user.php?username=$1&display=friends RewriteRule ^(.*)/syndications(/)?$ user.php?username=$1&display=syndications RewriteRule ^(.*)/([0-9]+)$ user.php?username=$1&e=$2 The code above also requires a slash at the end when calling /journals/sabret00the/. I couldn't get it to work without. |
#13
|
||||
|
||||
Quote:
|
#14
|
||||
|
||||
What you can do is following to avoid new users with bad characters.
Go to. Admincp -> vbulletin options -> User registration options -> Username Regular Expression And enter this: ^[-_A-Za-z0-9]+$ This way users can't pick bad characters and you don't have to worry about it in the future. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|