The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
"Posting Permissions" box removal?
Could someone please instruct me regarding removal of the "Posting Permissions" box?
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: Any help please to remove "Posting Permissions" text and the background rectangle it sits over? --------------- Added [DATE]1268725985[/DATE] at [TIME]1268725985[/TIME] --------------- Update: Nevermind, you need to delete the div tags too |
#2
|
||||
|
||||
+1 ps2wiz
Thanks |
#3
|
|||
|
|||
Put this in your additional.css. Then click save and reload.
Code:
/* 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 */ |
Благодарность от: | ||
AttalaEA |
#4
|
|||
|
|||
Quote:
|
#5
|
|||
|
|||
.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/showthrea...highlight=tw7s |
#6
|
|||
|
|||
Yeah, it wasn't really working for me. So I just stuck to my original method.
|
#7
|
||||
|
||||
Quote:
|
#8
|
||||
|
||||
Quote:
|
#9
|
|||
|
|||
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.
Code:
/* 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 */ Find this and remove it from SHOWTHREAD, it starts at line 540, ends 548: Code:
<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> |
#10
|
|||
|
|||
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} |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|