The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
New Domain Name - Problem
We changed to a new domain name
is there a way to make all the "oldSiteName" automatically replace with "newSiteName" in all the old posts and any future posts Thanks for the help |
#2
|
|||
|
|||
Quote:
by the way, when you say "replace with new domain name", you mean like this: old domain: PHP Code:
PHP Code:
|
#3
|
|||
|
|||
sorry mean in old posts
when people post oldSiteName we want it to show up as NewSiteName |
#4
|
|||
|
|||
Actually did this on my forum today.
Here's the SQL: Elite-Source being the old name. GeneralBB being the new name. Code:
UPDATE post SET pagetext = replace(pagetext, 'Elite-Source', 'GeneralBB') |
#5
|
||||
|
||||
Quote:
Everything you need to do can be done in here: Replacement Variable Manager |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|