The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
<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:
|