Quote:
Originally Posted by Cyricx
How can I change the background and font to use stylevars?
I have a few styles that use white writting, so they are showing up as a big blank box.
EDIT - Ahha! I got it  Just changed the bbcode replacement to
Code:
<div class='panel'>{option} <img src='/forums/cpstyles/vBulletin_3_Silver/cp_expand.gif' border='0' onclick="expandit(this);"><div style="display: none;"><br><table class='vbmenu_popup'><tr class="alt1"><td class="alt1"> <td>{param}</td><td> </td></tr></table><br></div></div>
Awesome hack!! 
|
cyricx:
just modify the class= tags to whatever class you want them to show up as. if you want to make a custom class, go head, just add it to the extra CSS definitions in the style manager. then have the class= value, as that class.
as for J.C.'s question, the difference is written in the readme, but ill go head and tell you anyways
expanded, means the boxes are expanded by default, when the page loads
collapsed, means the boxes are collapsed by default, when the page loads
for the collapsed version, i added an optional fix above which will have the boxes be expanded by default, for the people without javascript
this way, even though they dont have javascript and cant press the buttons to expand/collapse the boxes, the boxes will be expanded by default, so they can see the contents inside.