The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
thankyou very much for posting the easy solution here.
some questions. Text to be replaced was our olddomain name, it used extensively across the database. In code tags, html tags, php tags, signatures, posts, pms, notes, every possible end-user area, As suggested by you. Code:
UPDATE post SET pagetext = REPLACE(pagetext,'www.olddomain.com','www.newdomain.com') To execute other replacements: olddomain.com www.olddomain.com/forum forum.olddomain.com I assume I will only need to run 1 additional line: Code:
UPDATE post SET pagetext = REPLACE(pagetext,'olddomain.com','newdomain.com') |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|