The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
I was following the idea for creating a collapsible box to put on forumhome and also a chat page.
I'd like to move the collapse button from the top line into the box header itself and remove the TFP CHAT completely, but can't seem to figure out where to put it. Can anyone assist? Code:
<!-- mibbit box --> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tbody> <tr> <td class="tcat">TFP Chat</td> <td class="thead"> <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_chat')"><img id="collapseimg_forumhome_chat" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_chat].gif" alt="" border="0" /></a> </td> </tr> </tbody> <tbody id="collapseobj_forumhome_chat" style="$vbcollapse[collapseobj_forumhome_chat]"> <tr> <td class="alt1" width="100%"> <table class="tborder" cellpadding="$stylevar[cellpadding]" width="100%"> <thead> <tr><td class="tcat"><strong>#TFP</strong></td></tr> </thead> <tbody> <tr><td class="alt1"><iframe width="100%" height=280 scrolling=no style="border:0" src="http://embed.mibbit.com/?server=irc.shadowfire.org&channel=%23tfp&nick=TFPUserName"></iframe></td></tr> </tbody> </table> </td> </tr> </tbody> <!--This is the section of the code that we are going to look at --> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|