The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
![]()
PHP has a nice "strip_tags" command which automatically strips all HTML code from your string except the ones you authorized like:
$subject=strip_tags($subject, '<b><i><u>'); However integrating this command to vbulletin, disabling its default HTML removal and debugging what you did carefully so that you didnt impaired your board's security is another story.. |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|