Site in read-only mode

This site is now read-only following the release of MyBB 1.8 and the new mods site.

If you are looking for MyBB 1.8 mods please click here to visit the new mods site.

You can continue to download submissions for MyBB 1.6 and earlier here, however new submissions will only be accepted via the new mods site.

Hide Tags BBCode [xtrsyz]

Hides content specified in the [hide] tag.

Version: 1.06.0002
Author: xtrsyz
Submitted: 20th June 2009
Last Updated: 25th December 2011
upload hidetags.php to "inc/plugins/"
add this to theme's global.css file.

.hidetags_header {
background: #FFF;
border: 1px solid #CCC;
padding: 4px;
margin: 4px 0 0 0;
color: #000;
}

.hidetags_body {
background: FFF;
padding: 4px;
border: 1px solid #CCC;
border-top: 0;
color: #000;
margin: 0 0 4px 0;
}
Previews:Preview Image 1247