Greetings,
I am asking this question here after I didn't get any response on vbulletin.com. There's probably more general MySQL/Programming knowledge here anyway.
THE PROBLEM: I need to do a global substitution on unique text in the POST table's PAGETEXT field.
More specifically I need to substitute
Code:
[img]http://onedomain.com/.... for [img]http://anotherdomain.com/...
Is there some phpmyadmin UPDATE command I can run on my database to do something like this?
MORE DETAILS:
The reason I need to do this is that vb3 handles [img] tags differently than vb2.x. Before, if no domain was specified, the [img] links became relative paths. Now if no link is specified, it just prints out the bbcode with no link.
Many thanks,
Matt