The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Search and Replace
I'm looking for either a built-in function or add-on that will search for a certain phrase or sentence that is posted within all posts made either on the forum as a whole or by an individual user and then replace it with something else... in this particular case, delete it.
Any suggestions? |
#2
|
||||
|
||||
ACP > Styles & Templates > Replacement Variables
HTH |
#3
|
|||
|
|||
I'd much rather remove the entire line from the forum instead of that method if possible.
Is there a query of some sort I can run? If not then I'll surrender to Replacement Variables. |
#4
|
|||
|
|||
|
#5
|
|||
|
|||
Exactly what I'm looking for, thank you very much.
Ended up going a step further by limiting the search and replace to one user: Code:
UPDATE rc_post SET pagetext = replace(pagetext,'TEXT TO REPLACE', 'NEW TEXT') WHERE userid = 'xxx' |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|