The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
![]()
You can strip all the quotes except the last reply by just appending &stripquote=1 to the end of the url
i.e. ..../private.php?do=newpm&pmid=nnnn&stripquote=1 To stop any quotes at all requires a small code change in private.php ; Find ; eval('$pm[message] = "' . fetch_template('newpost_quote', 1, 0) . '";'); and replace with ; $pm[message] = ""; |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|