Hide Tags BBCode [xtrsyz]

Hides content specified in the [hide] tag.

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