![]() |
Global rename - is it possible with vBulletin?
Hi,
I have renamed my vBulletin forum from 'KGadget' to 'YJzone'. Now, a lot of posts contain the word 'KGadget' and I wish to rename that all to 'YJzone'. Is there a way/tool/mod which can do this 'global rename' task? If yes, how can I do it (or where can I download this tool/mod)? Thanks in advance, YJ |
AdminCP > Styles & Templates > Replacement Variable Manager
|
This SQL query should do it if you want to make it a permanent change:
UPDATE post SET pagetext = REPLACE(pagetext,'OldName','NewName') You may also have to rebuild the post cache after you run the update, which is under AdminCP -> Maintenance -> Update Counters. Of course, as always, back up your database before doing this. |
Cool, many thanks! :)
|
All times are GMT. The time now is 09:59 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:
|