Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted June 11, 20186 yr If you delete acronym expansion it should also deleted from posts. Until then you have to do it with something like: UPDATE `core_message_posts` SET `msg_post` = REPLACE(`msg_post`, '<abbr title=\"Too long; Didn\'t read\">tldr</abbr>', 'tldr') WHERE INSTR(`msg_post`, '<abbr title=\"Too long; Didn\'t read\">tldr</abbr>') > 0; UPDATE `forums_posts` SET `post` = REPLACE(`post`, '<abbr title=\"Too long; Didn\'t read\">tldr</abbr>', 'tldr') WHERE INSTR(`post`, '<abbr title=\"Too long; Didn\'t read\">tldr</abbr>') > 0;
Archived
This topic is now archived and is closed to further replies.