The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Controlling the "Posting Rules" box
I'm minimizing my template to get rid of a lot of "stuff" and open space that really isn't needed. I want to display threads and posts (and some stats), and that's about it.
Now, the "Posting Rules" box is pretty high, and it's taking up the whole row by itself. I was thinking I could only remove it (do anyone really read it anyway?), but figured it could be better to leave it minimized as default. So, instead of having to click on the "arrow" to minimize it, I want it to be like that as default - and instead I have to click on it to maximize it. I've been messing around in the forumrules template, but have yet to find a working solution. Could someone kick me in the right direction, please? |
#2
|
|||
|
|||
Try changing:
HTML Code:
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumrules')">
HTML Code:
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_expand('forumrules')">
|
#3
|
|||
|
|||
That didn't do anything else than destroying the possibility to minimize the box.
|
#4
|
||||
|
||||
You would need to do something in php_include I believe ...
Add: PHP Code:
PHP Code:
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|