maszd Well-known member Feb 25, 2018 #1 Hi, currently all post use [ATTACH=full], i want to change all of this post to thumbnail mode [ATTACH]. is there any query code to change this code. thanks.
Hi, currently all post use [ATTACH=full], i want to change all of this post to thumbnail mode [ATTACH]. is there any query code to change this code. thanks.
AndyB Well-known member Feb 25, 2018 #2 Here you go: UPDATE xf_post SET message = REPLACE(message, '[ATTACH=full]', '[ATTACH]') Upvote 0 Downvote