The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Collapsing Table data cells
I can't get this to work for some reason, can anyone tell me what I'm doing wrong?
Code:
<tr> <td class="thead" align="center" colspan="3"> <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('USERCP_BUDDYLIST_ONLINE')"><img id="collapseimg_USERCP_BUDDYLIST_ONLINE" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_forumhome_recentposts].gif" alt="" border="0" /></a> <span class="smallfont">-- <strong>$vbphrase[online]</strong>--</span> </td> </tr> <tr id="USERCP_BUDDYLIST_ONLINE"> <td> $onlineusers </td> </tr> <tr> <td class="thead" align="center" colspan="3"> <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('USERCP_BUDDYLIST_OFFLINE')"><img id="collapseimg_USERCP_BUDDYLIST_OFFLINE" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_forumhome_recentposts].gif" alt="" border="0" /></a> <span class="smallfont">-- <strong>$vbphrase[offline]</strong> --</span> </td> </tr> <tr id="USERCP_BUDDYLIST_OFFLINE"> <td> $offlineusers </td> </tr> Nevermind, I figured out how to do it. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|