PDA

View Full Version : mibbit.com collapsible box


cynthetiq
07-15-2008, 08:29 PM
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?

<!-- 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 -->

Opserty
07-16-2008, 08:44 AM
But does that bit not disappear when you collapse the box? (So how will you open it again :p)

cynthetiq
07-16-2008, 11:44 AM
LOL yes, but I don't want the whole thing to disappear.

I'd like the #TFP to be the bar that it all collapses to instead of TFP CHAT.

Opserty
07-16-2008, 01:19 PM
Collapsing Elements (http://www.vbulletin.com/docs/html/templates_collapsing_elements) - There is a section for tables on the next page.

cynthetiq
07-16-2008, 08:24 PM
thanks :) that worked great! I now have an embedded mibbit.com IRC client on our big board.

demo:
http://www.tfproject.org/tfp/index.php