Dakis Well-known member Mar 20, 2013 #1 I see random posts having different font size than others, while in the original vb they look ok, and without any funny tags. Is there any way I can run an SQL query and make all the text in all posts in the forum the same -default- font size?
I see random posts having different font size than others, while in the original vb they look ok, and without any funny tags. Is there any way I can run an SQL query and make all the text in all posts in the forum the same -default- font size?
P Paul B XenForo moderator Staff member Mar 20, 2013 #2 You can use this add-on to strip the font tags: http://xenforo.com/community/resources/post-content-find-replace.1549/ Or you can do simple queries using this format: Code: UPDATE xf_post SET message = REPLACE(message,'current_content','new_content'); Upvote 0 Downvote
You can use this add-on to strip the font tags: http://xenforo.com/community/resources/post-content-find-replace.1549/ Or you can do simple queries using this format: Code: UPDATE xf_post SET message = REPLACE(message,'current_content','new_content');
Dakis Well-known member Mar 20, 2013 #3 Damn. I'm trying to find ONE single reason to say "I know I should never have decided to move to xenforo" and it's getting impossible. Thanks a lot!! Upvote 0 Downvote
Damn. I'm trying to find ONE single reason to say "I know I should never have decided to move to xenforo" and it's getting impossible. Thanks a lot!!