![]() |
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 |
Is this a 1 time change?
|
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 ? |
You could run a query to manually change all the posts.
|
yes, but it's around 2000 topics , is there any easy away ?
|
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. |
All times are GMT. The time now is 02:36 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|