
09-07-2015, 03:44 PM
|
|
|
Join Date: Feb 2009
Location: SP / Brasil
Posts: 778
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by y2ksw
If you have made a mistake, or simply moved the forum or the images to another place, you may use phpmyadmin and craft a query, like:
Code:
UPDATE post SET pagetext=REPLACE(pagetext, 'old', 'new')
e.g.:
Code:
UPDATE post SET pagetext=REPLACE(pagetext, 'http://www.abc.com/', 'http://www.def.net/')
or:
Code:
UPDATE post SET pagetext=REPLACE(pagetext, '/imported/', '/images/new-site/')
It is unavoidable to make first a backup of the involved table, then a few tests, and if everything is ok, issue the final query.
|
This may be something common, it could not be implemented in the product?
|