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 04-09-2006, 03:57 AM
Motoman Motoman is offline
 
Join Date: Nov 2005
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default How can I...

How can I add the colapse and expand options to a table? I'm trying to clean up my footer area by placing "Important" links into the user cp. I on't know much php I only know what I've learned from using and installing hacks on this site. I've atacthed a srcreenshot of what I've done so far. Hopefuly I've been clear on what I need help with.

PHP Code:
<!-- ###### start zach's navbar_saver ####### -->
<table class="tborder" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" width="100%" align="center">
<
tr>
<
td class="tcat" border="0" width="100%" align="left">$vbphrase[zachs_navbar_saver]
</
td>
</
tr>

<
tr>
<
td class="alt1"><span class="smallfont"><a href="faq.php$session[sessionurl_q]">FAQ</a><br>-Click to search our frequently asked questions archives</br></span></td>
</
tr>

<
tr>
<
td class="alt2"><span class="smallfont"><a href="search.php?$session[sessionurl_q]do=getnew">New Posts</a><br>-Click to view new posts</br></span></td>
</
tr>

<
tr>
<
td class="alt1"><span class="smallfont"><a href="goto.php?section=about$session[sessionurl_q]">About Us</a><br>-Click to view the history of AdminNation</br></span></td>
</
tr>

<
tr>
<
td class="alt2"><span class="smallfont"><a href="goto.php?section=privacy$session[sessionurl_q]">Privacy Policy</a><br>-Click to view our policy on privacy</br></span></td>
</
tr>

<
tr>
<
td class="alt1"><span class="smallfont"><a href="goto.php?section=terms$session[sessionurl_q]">Terms Conditions</a><br>-Click to view our terms conditions of service</br></span></td>
</
tr>

<
tr>
<
td class="alt2"><span class="smallfont"><a href="goto.php?section=sitemap$session[sessionurl_q]">Sitemap</a><br>-Follow the link to our sitemap</br></span></td>
</
tr>

</
table>
<
br />
<!-- / 
###### end zach's navbar saver ###### --> 
Attached Images
File Type: jpg Important links.JPG (93.5 KB, 0 views)
Reply With Quote
  #2  
Old 04-09-2006, 06:55 AM
top end ms top end ms is offline
 
Join Date: Oct 2005
Posts: 49
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

look at a table with this on it.. the top row has theader tags and the calapsable has tbody tags. Then just copy and paste the hide / show button and change the variable name.
Reply With Quote
  #3  
Old 04-09-2006, 02:28 PM
Motoman Motoman is offline
 
Join Date: Nov 2005
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by top end ms
look at a table with this on it.. the top row has theader tags and the calapsable has tbody tags. Then just copy and paste the hide / show button and change the variable name.
Okay thanks I'll try it
Reply With Quote
  #4  
Old 04-09-2006, 03:13 PM
Princeton's Avatar
Princeton Princeton is offline
 
Join Date: Nov 2001
Location: Vineland, NJ
Posts: 6,693
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

<a href="http://www.vbulletin.com/forum/showthread.php?t=168739&highlight=collapse" target="_blank">http://www.vbulletin.com/forum/showt...light=collapse</a>
Reply With Quote
  #5  
Old 04-09-2006, 03:43 PM
Ziki's Avatar
Ziki Ziki is offline
 
Join Date: Nov 2005
Posts: 2,704
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Or just use my Announcements above forums template as base.
Reply With Quote
  #6  
Old 04-09-2006, 04:12 PM
Motoman Motoman is offline
 
Join Date: Nov 2005
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Okay that link got it working thanks for all of your help guys

PHP Code:
<!-- ###### start zach's navbar_saver ####### -->
<table class="tborder" cellpadding="$stylevar[cellpadding]

cellspacing="$stylevar[cellspacing]border="0" width="100%" align="center">
<
thead>
    <
tr>
        <
td class="tcat">
            <
a style="float:$stylevar[right]href="#top" 

onclick="return toggle_collapse('nav_saver')"><img id="collapseimg_nav_saver" 

src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_nav_saver].gif" alt="" 

border="0" /></a>
            
$vbphrase[zachs_navbar_saver]
        </
td>
    </
tr>
</
thead>
<
tbody id="collapseobj_nav_saver" style="$vbcollapse[collapseobj_nav_saver]">
<
tr>
<
td class="alt1"><span class="smallfont"><

href
="faq.php$session[sessionurl_q]">FAQ</a><br>-Click to seacrh our frequently asked 

questions archives
</br></span></td>
</
tr>
<
tr>
<
td class="alt2"><span class="smallfont"><

href
="search.php?$session[sessionurl_q]do=getnew">New Posts</a><br>-Click to view 

new posts</br></span></td>
</
tr>
<
tr>
<
td class="alt1"><span class="smallfont"><

href
="goto.php?section=about$session[sessionurl_q]">About Us</a><br>-Click to view the 

history of AdminNation
</br></span></td>
</
tr>
<
tr>
<
td class="alt2"><span class="smallfont"><

href
="goto.php?section=privacy$session[sessionurl_q]">Privacy Policy</a><br>-Click to 

view our policy on privacy
</br></span></td>
</
tr>
<
tr>
<
td class="alt1"><span class="smallfont"><

href
="goto.php?section=terms$session[sessionurl_q]">Terms Conditions</a><br>-Click 

to view our terms 
conditions of service</br></span></td>
</
tr>
<
tr>
<
td class="alt2"><span class="smallfont"><

href
="goto.php?section=sitemap$session[sessionurl_q]">Sitemap</a><br>-Follow the link 

to our sitemap
</br></span></td>
</
tr>
</
tbody>
</
table>
<
br />
<!-- / 
###### end zach's navbar saver ###### --> 
Attached Images
File Type: jpg uscpscrn.JPG (99.5 KB, 0 views)
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 12:10 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.05152 seconds
  • Memory Usage 2,287KB
  • Queries Executed 12 (?)
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_php
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (6)post_thanks_box
  • (6)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (6)post_thanks_postbit_info
  • (6)postbit
  • (2)postbit_attachment
  • (6)postbit_onlinestatus
  • (6)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_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