Quote:
Originally Posted by Boofo
Posting permissions still shows in the newreply.
|
Add
like this
Code:
/* TW7S - Remove Legend and Permissions Boxes */
#usercp_content #forum_icon_legend, #wgo_legend, #forumrules, .forum_info .options_block_container, .thread_info .options_block_container {
display:none;
}
/* TW7S - Remove Legend and Permissions Boxes */
it doesn't remove the "Posting Permissions" header, but the body is gone.
Edit: The header can be removed in forumrules. Just remove the line
Code:
<h4 class="blockhead">{vb:rawphrase posting_rules}</h4>