Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 01-18-2008, 05:49 PM
Snake's Avatar
Snake Snake is offline
 
Join Date: Mar 2005
Location: Cleveland, OH
Posts: 3,832
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Collapsible/expandable for a custom table

I'm having an affiliates table at the very bottom of my page (see screenshot below) and what I'm trying to do here is to have the expandable/collapsible features on. I tried to do it a couple of times but I failed. Any help please?

Here's the source for the code:

Code:
<!-- affiliates -->
<center><table class="tborder" cellpadding="6" cellspacing="1" border="0" width="95%">
<tbody>
<tr>
<td class="tcat" colspan="4">Affiliates</td>
</tr>
</tbody>
<tbody>
<tr>

<td class="alt2" width="5%"><img src="http://www.metalgearforums.com/images/forum_links.gif" alt="Affiliates" border="0" /></td>
<td class="alt1"><div class="smallfont">

<a href="http://www.metalgearsolid4.net/" target="_blank" title="Metal Gear Solid 4 Net">Metal Gear Solid 4 Net</a><br />
<a href="http://mgstruefans.aimbum.net/" target="_blank" title="Metal Gear Solid: True Fans">Metal Gear Solid: True Fans</a><br />
<a href="http://www.solidsnakelegacy.net/" target="_blank" title="Solid Snake Legacy">Solid Snake Legacy</a><br />
<a href="http://www.gamingfonts.com/" target="_blank" title="Video Game Fonts">Video Game Fonts</a><br />
Your Link Here<br />
Your Link Here<br />
Your Link Here<br />
Your Link Here<br />
Your Link Here<br />
Your Link Here

</div></td>
<td class="alt2" width="5%"><img src="http://www.metalgearforums.com/images/forum_links2.gif" alt="Affiliates" border="0" /></td>
<td class="alt1"><div class="smallfont">

<a href="http://www.ps3pleasure.com/" target="_blank" title="PlayStation 3 Pleasure">PlayStation 3 Pleasure</a><br />
<a href="http://www.talkpsp.com/" target="_blank" title="Talk PSP Forums">Talk PSP Forums</a><br />
<a href="http://www.videogamechat.net/" target="_blank" title="Video Game Chat">Video Game Chat</a><br />
<a href="http://www.myXbox360.com/" target="_blank" title="My Xbox 360">My Xbox 360</a><br />
<a href="http://www.ps3power.com/" target="_blank" title="PlayStation 3 Power">PlayStation 3 Power</a><br />
<a href="http://www.ps3vault.com/" target="_blank" title="PlayStation 3 Vault">PlayStation 3 Vault</a><br />
<a href="http://www.NarutoFly.com/" target="_blank" title="Naruto Fan Site">Naruto Fan Site</a><br />
Your Link Here<br />
Your Link Here<br />
Your Link Here

</div></td>

	</tr>
</tbody>
</table>
</center>
<!-- / affiliates -->
Attached Images
File Type: jpg affiliates.jpg (41.2 KB, 0 views)
Reply With Quote
  #2  
Old 01-18-2008, 06:29 PM
Opserty Opserty is offline
 
Join Date: Apr 2007
Posts: 4,103
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

<a href="https://vborg.vbsupport.ru/showthread.php?t=148028&highlight=Collapsible" target="_blank">Create your own vBulletin tables</a>
Reply With Quote
  #3  
Old 01-18-2008, 06:43 PM
bobster65's Avatar
bobster65 bobster65 is offline
 
Join Date: Mar 2006
Location: Montana
Posts: 1,169
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

try this....

Code:
<!-- affiliates -->
<center><table class="tborder" cellpadding="6" cellspacing="1" border="0" width="95%">
<tbody>
<tr>
<td class="tcat" colspan="4"><a style="float:right" href="#top" onclick="return toggle_collapse('forumbit_999')"><img id="collapseimg_forumbit_999" src="images/buttons/collapse_tcat.gif" alt="" border="0" /></a>Affiliates</td>
</tr>
</tbody>
<tbody id="collapseobj_forumbit_999" style="">
<tr>

<td class="alt2" width="5%"><img src="http://www.metalgearforums.com/images/forum_links.gif" alt="Affiliates" border="0" /></td>
<td class="alt1"><div class="smallfont">

<a href="http://www.metalgearsolid4.net/" target="_blank" title="Metal Gear Solid 4 Net">Metal Gear Solid 4 Net</a><br />
<a href="http://mgstruefans.aimbum.net/" target="_blank" title="Metal Gear Solid: True Fans">Metal Gear Solid: True Fans</a><br />
<a href="http://www.solidsnakelegacy.net/" target="_blank" title="Solid Snake Legacy">Solid Snake Legacy</a><br />
<a href="http://www.gamingfonts.com/" target="_blank" title="Video Game Fonts">Video Game Fonts</a><br />
Your Link Here<br />
Your Link Here<br />
Your Link Here<br />
Your Link Here<br />
Your Link Here<br />
Your Link Here

</div></td>
<td class="alt2" width="5%"><img src="http://www.metalgearforums.com/images/forum_links2.gif" alt="Affiliates" border="0" /></td>
<td class="alt1"><div class="smallfont">

<a href="http://www.ps3pleasure.com/" target="_blank" title="PlayStation 3 Pleasure">PlayStation 3 Pleasure</a><br />
<a href="http://www.talkpsp.com/" target="_blank" title="Talk PSP Forums">Talk PSP Forums</a><br />
<a href="http://www.videogamechat.net/" target="_blank" title="Video Game Chat">Video Game Chat</a><br />
<a href="http://www.myXbox360.com/" target="_blank" title="My Xbox 360">My Xbox 360</a><br />
<a href="http://www.ps3power.com/" target="_blank" title="PlayStation 3 Power">PlayStation 3 Power</a><br />
<a href="http://www.ps3vault.com/" target="_blank" title="PlayStation 3 Vault">PlayStation 3 Vault</a><br />
<a href="http://www.NarutoFly.com/" target="_blank" title="Naruto Fan Site">Naruto Fan Site</a><br />
Your Link Here<br />
Your Link Here<br />
Your Link Here

</div></td>

	</tr>
</tbody>
</table>
</center>
<!-- / affiliates -->
Reply With Quote
  #4  
Old 01-18-2008, 07:16 PM
Snake's Avatar
Snake Snake is offline
 
Join Date: Mar 2005
Location: Cleveland, OH
Posts: 3,832
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That worked. Thanks a lot, bobster.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:46 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03668 seconds
  • Memory Usage 2,222KB
  • Queries Executed 14 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (4)post_thanks_box
  • (4)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (4)post_thanks_postbit_info
  • (4)postbit
  • (1)postbit_attachment
  • (4)postbit_onlinestatus
  • (4)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete