The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
If I want to change the replacement text for a smilie without breaking the posts where it was used previously, do I have to do anything other than a search and replace of the post table?
So for example I have a smilie named ![]() ![]() ![]() If so, what would that query look like? |
#2
|
||||
|
||||
![]()
Google gave me the answer I was looking for. The query to find and replace text in posts is:
UPDATE post SET pagetext = REPLACE (pagetext,'search_for_this','replace_with_this'); |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|