The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Search for image URL?
Is there a way to search the forum for specific image URLs? The photobucket situation left me scrambling to replace pics and I need to be able to find them.
|
#2
|
|||
|
|||
I would suggest a database query to search:
Code:
SELECT * FROM prefix_post WHERE pagetext LIKE '%www.photobucket.com%'; or to search and replace: Code:
UPDATE prefix_post SET pagetext = REPLACE(pagetext, 'photobucket', 'tinypic'); Always remember to make backup of db. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|