The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#21
|
||||
|
||||
In the "Posts" section, add
Code:
$text = strip_tags($text); Code:
$text = str_replace(array_keys($replacer), $replacer, $post['pagetext']); |
#22
|
||||
|
||||
Thanks, I'm going to run it again.
|
#23
|
||||
|
||||
Hello ConqSoft,
That didn't work for me? This did: Code:
$post['pagetext'] = strip_tags($post['pagetext']); |
#24
|
||||
|
||||
Never did update this thread... The cleaner.php tool from Jelsoft did the trick.
|
#25
|
|||
|
|||
is there a way to remove ONLY certain HTML?
like......the REDIRECT META TAGS? is that easy? I dont even need to remove it. i would like it to stay...maybe just handicap it so it doesnt work! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|