The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
http://www.
Can anyone tell me where to remove the http://www. that is in the new user registration for the homepage? If they don't fill that in it still puts up an e-mail button with only the http://www. which goes to a dead link. Thanks in advance.
|
#2
|
||||
|
||||
A lot of our users have the same problem It doesn't happen with recent registrations, though.
It would be nice to know a query that updates the user table so if it only has "http://www." as the user's website, it turns it to just "http://" so the www button is not shown. |
#3
|
|||
|
|||
Code:
UPDATE `user` SET `homepage`='http://' WHERE `homepage`='http://www.' |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|