View Full Version : "Posting Permissions" box removal?
ps2wiz
03-16-2010, 04:19 AM
Could someone please instruct me regarding removal of the "Posting Permissions" box?
http://img689.imageshack.us/img689/6104/screenshot20100316at116.png
Edit:
Well, in the following templates:
forumdisplay
showthread
newreply
I removed the variable:
{vb:raw forumrules}
And even removed everything in the "forumrules" template.
But now I still have the text and the little background rectangle:
http://img696.imageshack.us/img696/5328/screenshot20100316at327.png
Any help please to remove "Posting Permissions" text and the background rectangle it sits over?
--------------- Added 1268725985 at 1268725985 ---------------
Update:
Nevermind, you need to delete the div tags too :)
letsjoy
08-02-2011, 05:50 PM
+1 ps2wiz
Thanks
setishock
08-05-2011, 05:09 AM
Put this in your additional.css. Then click save and reload.
/* TW7S - Remove Legend and Permissions Boxes */
#usercp_content #forum_icon_legend, #wgo_legend, .forum_info .options_block_container, .thread_info .options_block_container {
display:none;}
/* TW7S - End remove Legend and Permissions Boxes */
I use this at my place. It's clean and simple.
ps2wiz
10-30-2011, 09:29 AM
Put this in your additional.css. Then click save and reload.
/* TW7S - Remove Legend and Permissions Boxes */
#usercp_content #forum_icon_legend, #wgo_legend, .forum_info .options_block_container, .thread_info .options_block_container {
display:none;}
/* TW7S - End remove Legend and Permissions Boxes */
I use this at my place. It's clean and simple.
This is a better method then mine and I want to use it, BUT, it doesn't hide the display options. Does anyone know what additionally needs to be added?
setishock
10-31-2011, 03:04 AM
.forum_info included in what I posted, is confirmed to remove everything from the bottom of the page the threads are listed on.
Here's the link to the mod I nabbed that from. Might want to ask TW7S what's up with it not working right. https://vborg.vbsupport.ru/showthread.php?t=254239&page=7&highlight=tw7s
ps2wiz
10-31-2011, 03:17 AM
Yeah, it wasn't really working for me. So I just stuck to my original method.
letsjoy
01-20-2012, 09:42 AM
Put this in your additional.css. Then click save and reload.
/* TW7S - Remove Legend and Permissions Boxes */
#usercp_content #forum_icon_legend, #wgo_legend, .forum_info .options_block_container, .thread_info .options_block_container {
display:none;}
/* TW7S - End remove Legend and Permissions Boxes */
I use this at my place. It's clean and simple.
It's good for UI but html still loads, so it does'n make page any lighter... :(
Arrogant-One
08-20-2012, 12:20 AM
Put this in your additional.css. Then click save and reload.
/* TW7S - Remove Legend and Permissions Boxes */
#usercp_content #forum_icon_legend, #wgo_legend, .forum_info .options_block_container, .thread_info .options_block_container {
display:none;}
/* TW7S - End remove Legend and Permissions Boxes */
I use this at my place. It's clean and simple.
Awesome discovery setishock! Well done mate!
josh_krz
08-26-2012, 10:11 AM
Ok if that CSS isn't working I find it is sometimes fixed by adding "!important;" after the display:none. Notice the ; comes after !important.
/* TW7S - Remove Legend and Permissions Boxes */
#usercp_content #forum_icon_legend, #wgo_legend, .forum_info .options_block_container, .thread_info .options_block_container {
display:none!important;}
/* TW7S - End remove Legend and Permissions Boxes */
However in terms of optimisation, this isn't a very good way of removing it. Your adding something to remove something else.
Find this and remove it from SHOWTHREAD, it starts at line 540, ends 548:
<div class="options_block">
<h4 class="collapse blockhead options_correct">
<a class="collapse" id="collapse_posting_rules" href="{vb:raw relpath}#top"><img src="{vb:stylevar imgdir_button}/collapse{vb:raw vbcollapse.collapseimg_info_options}_40b.png" alt="" /></a>
{vb:rawphrase posting_rules}
</h4>
<div id="posting_rules" class="thread_info_block blockbody formcontrols floatcontainer options_correct">
{vb:raw forumrules}
</div>
</div>
And there you go, it's removed completely and it doesn't load like it does by just using css, saving you page speed. To get it back click [show default] on the template.
Cobro
10-05-2012, 09:53 PM
And also if you would like to remove it fron post a new thread then you have to open
Template: newthread
and go to the bottom and remove {vb:raw forumrules}
beansbaxter
02-25-2013, 10:45 AM
Worked great for me. Thanks!
naveeid
03-17-2015, 05:48 AM
its working fine a1 for me.
https://vborg.vbsupport.ru/showthread.php?p=2540689
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.