Jump to content

Something Strange - Hide Tags


Guest

Recommended Posts

Posted

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.

Posted

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..

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...