
09-07-2011, 03:02 PM
|
|
|
Join Date: Aug 2011
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by fxwoody
Thanks! something less to see that is not useful
If i can add something. in the "forumrules" as mentinned by Morelinux
simply change it to this:
HTML Code:
<!---h4 class="blockhead">{vb:rawphrase posting_rules}</h4--->
This way, if you want to put it back on, you will still have the code in the template
Tks all! 
|
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>
|
Thank you very much. It works fine
|