The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Fins and replace
Hii There
Can anyone tell me how to change one word to another word [ for example change the word download to do not download] in all the threads in the forum in one go... Thanks in advance |
#2
|
|||
|
|||
Here's an example:
UPDATE user_table SET table_field = REPLACE(table_field, 'find_this', 'replace_with_this'); Keep in mind that it's not always as simple as that depending on the script - with vBulletin you have to update various caches etc. Finally you need to replace the variables in that query first before running. |
#3
|
|||
|
|||
I will try this method
thanks vBsquad |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|