The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
vb3: Stripping other quote tags eg [quote2]
<post removed due to stalkers>
|
#2
|
||||
|
||||
open includes/functions.php
and find: PHP Code:
PHP Code:
|
#3
|
||||
|
||||
that feels good
you're welcome. |
#4
|
|||
|
|||
Not that it matters a whole lot, other than removing redundant code, but you could accomplish the same thing with a single regular expression:
Code:
preg_replace( '#\[quote(2|3|4|)(=($quot;|"|\'|).*\\3)?\]((?>[^\[]+?|(?R)|.))*\[/quote\\1\]#siU', '', $text); |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|