After import, IMG tag not working? - vBulletin Community Forum
I'm trying to run that. What does he mean by whitespaces?
Thank you
I'm familiar with phpmyadmin/running sql queries but never heard of that "slang".
Also do I need to run that in phpmyadmin or vBulletin >maintenance>run sql query?
in your db, execute the queries:
UPDATE vb_post SET pagetext=REPLACE(pagetext,"& #46;",".")
UPDATE vb_post SET pagetext=REPLACE(pagetext,"& #58;",":")
(remove whitespaces)
I'm trying to run that. What does he mean by whitespaces?
Thank you
I'm familiar with phpmyadmin/running sql queries but never heard of that "slang".
Also do I need to run that in phpmyadmin or vBulletin >maintenance>run sql query?