View Single Post
  #1  
Old 01-02-2005, 12:23 AM
pfdc pfdc is offline
 
Join Date: Dec 2004
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default One of the left columns does not collapse

in FORUMHOME

this is what I got:

HTML Code:
$stylevar[htmldoctype]
 <html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
 <head>
 <!-- no cache headers -->
 <meta http-equiv="Pragma" content="no-cache" />
 <meta http-equiv="Expires" content="-1" />
 <meta http-equiv="Cache-Control" content="no-cache" />
 <!-- end no cache headers -->
 <title><phrase 1="$vboptions[bbtitle]">$vbphrase[x_powered_by_vbulletin]</phrase></title>

$headinclude
 </head>
 <body>
 $header
 $navbar
 <!-- sidebar -->
 <table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="$stylevar[outertablewidth]" class="page" align="center">
 <tr>
 <td valign=top>
 <!-- /sidebar -->
 <!-- main -->
 <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
 <thead>
 
 
 
 
 <tr align="center">
 <td class="thead">&nbsp;</td>
 <td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
 <td class="thead" width="175">$vbphrase[last_post]</td>
 <td class="thead">$vbphrase[threads]</td>
 <td class="thead">$vbphrase[posts]</td>
 <if condition="$vboptions['showmoderatorcolumn']">
 <td class="thead">$vbphrase[moderator]</td>
 </if>
 </tr>
 </thead>
 $forumbits
 <tbody>
 <tr>
 <td class="tfoot" align="center" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>"><div class="smallfont"><strong>
 <a href="forumdisplay.php?$session[sessionurl]do=markread">$vbphrase[mark_forums_read]</a>
 &nbsp; &nbsp;
 <a href="showgroups.php?$session[sessionurl]">$vbphrase[view_forum_leaders]</a>
 </strong></div></td>
 </tr>
 </tbody>
 </table>
 <!-- /main -->
 
 <br />
 <br />
 
 <!-- icons and login code -->
 <table cellpadding="0" valign="top" cellspacing="2" border="0" width="100%">
 <tr valign="bottom">
 <td>
 <table cellpadding="2" cellspacing="0" border="0">
 <tr>
 <td><img src="$stylevar[imgdir_statusicon]/forum_new.gif" alt="$vbphrase[contains_new_posts]" border="0" /></td>
 <td class="smallfont">&nbsp; $vbphrase[forum_contains_new_posts]</td>
 </tr>
 <tr>
 <td><img src="$stylevar[imgdir_statusicon]/forum_old.gif" alt="$vbphrase[contains_no_new_posts]" border="0" /></td>
 <td class="smallfont">&nbsp; $vbphrase[forum_contains_no_new_posts]</td>
 </tr>
 <tr>
 <td><img src="$stylevar[imgdir_statusicon]/forum_old_lock.gif" alt="$vbphrase[a_closed_forum]" border="0" /></td>
 <td class="smallfont">&nbsp; $vbphrase[forum_is_closed_for_posting]</td>
 </tr>
 </table>
 </td>
 <if condition="!$show['guest']">
 <!-- member logout -->
 <td align="$stylevar[right]"><a href="login.php?$session[sessionurl]do=logout&amp;u=$bbuserinfo[userid]" onclick="return log_out()"><phrase 1="$bbuserinfo[username]">$vbphrase[log_out_x]</phrase></a></td>
 <!-- end member logout -->
 </if>
 </tr>
 </table>
 <!-- / icons and login code -->
 
 <!-- sidebar -->
 </td>
 <td width="20%" valign="top">
 <!-- what's going on box -->
 <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
 <thead>
 	<if condition="$show['guest']">
 	<small><!-- guest welcome message --></small>
 	<tr>
 		<td class="tcat"><phrase 1="$vboptions[bbtitle]">$vbphrase[welcome_to_the_x]</phrase></td>
 	</tr>
 	<tr>
 		<td class="alt1">
 			<phrase 1="faq.php?$session[sessionurl]" 2="register.php?$session[sessionurl]">$vbphrase[first_visit_message]</phrase>
 		</td>
 	</tr>
 	<!-- / guest welcome message -->
 	</if>
 	<tr>
 		<td class="thead">
 			<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_stats')"><img id="collapseimg_forumhome_stats" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_stats].gif" alt="" border="0" /></a>
 			<img src="$stylevar[imgdir_misc]/stats.gif" alt="<phrase 1="$vboptions[bbtitle]">$vbphrase[x_statistics]</phrase>" border="0"  width="20" height="20" align="center" />&nbsp;<phrase 1="$vboptions[bbtitle]"> Forum Stats</phrase></td>
 	</tr>
 </thead>
 <tbody id="collapseobj_forumhome_stats" style="$vbcollapse[collapseobj_forumhome_stats]">
 	<tr>
 		<td class="alt1" width="100%">
 		<div class="smallfont">
 		    <div>$vbphrase[threads]: $totalthreads<br /> 		    	$vbphrase[posts]: $totalposts<br />
 			$vbphrase[members]: $numbermembers</div>
 		    <div><phrase 1="member.php?$session[sessionurl]u=$newuserid" 2="$newusername">$vbphrase[welcome_to_our_newest_member_x]</phrase></div>
 		</div>
 		</td>
 	</tr>
 </tbody>
 <tbody>
 	<tr>
 		<td class="thead">
 <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_activeusers')"><img id="collapseimg_forumhome_activeusers" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_activeusers].gif" alt="" border="0" /></a>
 			<img src="$stylevar[imgdir_misc]/whos_online.gif" alt="$vbphrase[view_whos_online]" border="0" align="center" width="20" height="20" /><a href="online.php?$session[sessionurl]"> Online Users</a>: $totalonline<br /> (<phrase 1="$numberregistered" 2="$numberguest">$vbphrase[x_members_and_y_guests]</phrase>)
 		</td>
 	</tr>
 </tbody>
 <if condition="$show['loggedinusers']">
 <tbody>
 	<tr>
 		<td class="alt1" width="100%"><div class="smallfont">
				<div style="white-space: nowrap"><phrase 1="$recordusers" 2="$recorddate" 3="$recordtime">$vbphrase[most_users_ever_online_was_x_y_at_z]</phrase></div>
 <div><br><small><b>Online Now:</small></b><br>$activeusers</div>

<br><small><b>Visited Today:</small></b>
<span class="smallfont">
	<center><b><phrase 1="$nbusers">$vbphrase[connectes_dernieres_24h]</phrase></b></center>
	$usernameonline
</span>
 </div>
 </td>
 	</tr>
 </tbody>
 </if>

 <if condition="$show['birthdays']">
 <!-- today's birthdays -->
 <tbody>
 	<tr>
 		<td class="thead">
 			<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_birthdays')"><img id="collapseimg_forumhome_birthdays" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_birthdays].gif" alt="" border="0" /></a>
 			<a href="calendar.php?$session[sessionurl]do=getday&amp;day=$today&amp;sb=1"><img src="$stylevar[imgdir_misc]/birthday.gif" alt="$vbphrase[view_birthdays]" border="0" width="20" height="20" align="center" /></a>&nbsp;$vbphrase[todays_birthdays]
 		</td>
 	</tr>
 </tbody>
 <tbody id="collapseobj_forumhome_birthdays" style="$vbcollapse[collapseobj_forumhome_birthdays]">
 	<tr>
 		<td class="alt1" width="100%"><div class="smallfont">$birthdays</div></td>
 	</tr>
 </tbody>
 <!-- end today's birthdays -->
 </if>
 <if condition="$show['upcomingevents']">
 <tbody>
 	<tr>
 		<td class="thead">
 			<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_events')"><img id="collapseimg_forumhome_events" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_events].gif" alt="" border="0" /></a>
 			<if condition="$show['todaysevents']">$vbphrase[todays_events]<else /><phrase 1="$vboptions[showevents]"><a href="calendar.php?$session[sessionurl]"><img src="$stylevar[imgdir_misc]/calendar.gif" alt="$vbphrase[calendar]" border="0" width="20" height="20" align="center" /></a>&nbsp;$vbphrase[upcoming_events_for_the_next_x_days]</phrase></if>
 		</td>
 	</tr>
 </tbody>
 <tbody id="collapseobj_forumhome_events" style="$vbcollapse[collapseobj_forumhome_events]">
 	<tr>
 		<td class="alt1" width="100%"><div class="smallfont">$upcomingevents</div></td>
 	</tr>
 </tbody>
 </if>
 
 <tbody>
 	<tr>
 		<td class="thead">
Support
 		</td>
 	</tr>
 </tbody>
 <tbody>
 	<tr>
 		<td class="alt1" width="100%"><div class="smallfont">
<center>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="rockowh@yahoo.com">
<input type="hidden" name="item_name" value="Voluntary Donation to 
PFDC">
<input type="hidden" name="item_number" value="1">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="tax" value="0">
<input type="image"
src="https://www.paypal.com/en_US/i/btn/x-click-but04.gif" border="0"
name="submit" alt="Make Donation to PFDC with PayPal - it's fast, free and
secure!">
</form>   

<a href="http://s1.amazon.com/exec/varzea/pay/T28MGXWOU6O485"><img src="/amazon-donate.gif" border="0" alt="Donate to PFDC through Amazon.com. Its fast and totally secure."></a>
<center>

</div></td>
 	</tr>
 </tbody>

 </table>
 
 </td>
 </tr>
 </table>
 <!-- /sidebar -->
 
 $footer
 </body>
 </html>
but the usersonline table does not collapse when you click on it. Can you help please?

Thanks
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02173 seconds
  • Memory Usage 1,876KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_html
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • 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_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete