The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
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 |
#2
|
||||
|
||||
![]()
AdminCP > Styles & Templates > Replacement Variable Manager
|
#3
|
||||
|
||||
![]()
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. |
#4
|
|||
|
|||
![]()
Cool, many thanks!
![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|