
06-15-2012, 01:50 PM
|
|
|
Join Date: Sep 2006
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by MoreLinux
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>
|
cool thanks  works perfectly in 4.1.12
|