The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Profile & signs
Is there any way to remove the & from the additional fields in the profile? I have added code to parse the smilies but I'm not sure how to parse the &.
|
#2
|
||||
|
||||
& automatically becomes & on the users screen when viewing with there browser, if it was & in the (HTML) source then you will break XHTML validity.
However there should be a part in profile.php and admin/user.php that uses htmlspecialchars_uni() on the data thats entered which converts & to & " to " etc. Or you could fun the field/fields through unhtmlspecialchars() when displaying them. |
#3
|
||||
|
||||
This works:
PHP Code:
PHP Code:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|