The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
how can i change word in the all topics
hello,
How can i change word or link to another in the all topics in my forum |
#2
|
|||
|
|||
Is this a 1 time change?
|
#3
|
|||
|
|||
no the word i want to change it, in the all topics in my forum
example i want to change the link yahoo.com to vbulletin.com with out edit the topics one by one --------------- Added [DATE]1250732711[/DATE] at [TIME]1250732711[/TIME] --------------- is there any away or plugin to make it ? |
#4
|
|||
|
|||
You could run a query to manually change all the posts.
|
#5
|
|||
|
|||
yes, but it's around 2000 topics , is there any easy away ?
|
#6
|
|||
|
|||
You can do all posts in a single manual query:
[sql]UPDATE post SET pagetext = REPLACE(pagetext, 'OLDTEXT', 'NEWTEXT') WHERE pagetext LIKE '%OLDTEXT%';[/sql] PS Always create a backup vefore running manual update queries. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|