TimeWizardCosmo
Well-known member
Hi there,
I'm trying to run some queries to fix old smiley code in my posts. Example:
However, when I go look at my posts after running a few of these, all of my smilies look like this:
Obviously they're broken.
Running a query to replace the smiley inside of the img BBcode shows that 0 rows were affected.
Any ideas?
I'm trying to run some queries to fix old smiley code in my posts. Example:
Code:
UPDATE xf_post SET message = REPLACE(message, '/ttiforum/images/graemlins/smile.gif', ':)')
However, when I go look at my posts after running a few of these, all of my smilies look like this:
Code:
[IMG]http://:)[/IMG]
Obviously they're broken.
Running a query to replace the smiley inside of the img BBcode shows that 0 rows were affected.
Any ideas?