Quote:
Originally Posted by spence2
One question:
Since I anticipate my song list growing I'm a bit concerned about the length of the entry page. Could you tell me if it is possible to load the page with the categories collapsed instead of opened?
|
I found this easy to do by changing this line of code in the JUKEBOX template:
Code:
<tbody id="collapseobj_forumbit_$jbgenre" style="$jbcollapse1">
TO:
Code:
<tbody id="collapseobj_forumbit_$jbgenre" style="display:none;">
BTW, I have installed this on two boards. 'Wish I could click the install button twice!
Thanks, again.