Quote:
Originally Posted by DustyBin
Does anybody know how to keep the shoutcast window permanently expanded?
|
You have a choices w/ collapseobj elements.
http://www.vbulletin.com/docs/html/t...psing_elements
Default:
Code:
<div id="collapseobj_MyELEMENT" style="$vbcollapse[collapseobj_MyELEMENT]">
Useage in this hack:
Code:
<tbody id="collapseobj_forumhome_shoutcast" style="display: none;">
To make the table auto close "extra info" vs. expanded element.
In templates:
adv_portal_shoutcast
Note to self:
Change: collapseobj_forumhome_shoutcast to collapseobj_adv_portal_shoutcast on later version.