The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Make forums non-collapsible?
Is there a way to make the forums non collapsible? as well as the sideblock?
|
#2
|
||||
|
||||
In the template, forumhome_forumbit_level1_nopost find this bit of code.
Code:
<vb:if condition="!$show['collapsable_forums']"> <a class="collapse" id="collapse_c_cat{vb:raw forum.forumid}" href="{vb:raw relpath}#top"><img src="{vb:stylevar imgdir_button}/collapse_40b.png" alt="" /></a> </vb:if> Code:
<vb:comment><vb:if condition="!$show['collapsable_forums']"> <a class="collapse" id="collapse_c_cat{vb:raw forum.forumid}" href="{vb:raw relpath}#top"><img src="{vb:stylevar imgdir_button}/collapse_40b.png" alt="" /></a> </vb:if></vb:comment> |
#3
|
|||
|
|||
worked great for forums ozzy. anyway to do it on shoutbox and sidebar/blocks?
|
#4
|
||||
|
||||
Now you are asking for waaay to much.
Undo the previous template edit, and add this to your additional.css Code:
/* Start remove collapse */ .blocksubhead img { display: none; } .blockhead img { display: none; } .forumbit_nopost .forumhead a.collapse img { display: none; } /* End remove collapse */ |
#5
|
|||
|
|||
LOL thanks, that took care of everything except side bar
|
#6
|
||||
|
||||
The sideblocks in the forumhome, it should have. Unless they are custom ones?
|
#7
|
|||
|
|||
They could be part of the new theme? What if i just delete the button image?
|
#8
|
||||
|
||||
No it looks the same as a regular style, so in theory the code should work.
Maybe it coded in a different way, you could try deleting the img and see what happens, but I think that would cause issues with the page trying to load them. --------------- Added [DATE]1382485375[/DATE] at [TIME]1382485375[/TIME] --------------- Lets try this way, add this in the previous code. Code:
#sidebar_container a.collapse { display: none; } |
#9
|
|||
|
|||
That did it for the collapse. But the arrow is still there.
Did i mention your a beast |
#10
|
||||
|
||||
Ok that one too, add this to the above code.
Code:
#sidebar_button { display: none; } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|