Data at Your Fingertips: Explore Our New Reporting and Statistical Capabilities By Ryan Ashbrook Tuesday at 01:29 PM
Guest Posted March 1, 2016 Share Posted March 1, 2016 Hello, I've just upgraded v2.2 -> v3.4 -> 4.1.8 Despite sticking a "hide until reply" plugin on I found i am seeing tags that say [/hide_me] whereas checking my v2 database for the same post they were [/hide] Does part of the conversion process change these tags in posts? I think I have 2 options: 1) regex change it on the db 2) import another copy of the plugin which has the "new" tags. Link to comment Share on other sites More sharing options...
Guest Posted March 2, 2016 Share Posted March 2, 2016 Turns out replacing it was easier than I anticipated... UPDATE `ibf_forums_posts` SET post = REPLACE(post, '[hide_me]', '[hide]'); UPDATE `ibf_forums_posts` SET post = REPLACE(post, '[/hide_me]', '[/hide]'); I just found a bug too (or at least a limited feature, as I expect that type isn't stored). If you edit a post and go back into a code box, it changes the type of code back to HTML.. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.