Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Left side column on forum home only Details »»
Left side column on forum home only
Version: 1.0.2, by peterska2 peterska2 is offline
Developer Last Online: Nov 2013 Show Printable Version Email this Page

Category: Forum Home Enhancements - Version: 3.6.0 Rating:
Released: 06-07-2006 Last Update: 08-28-2006 Installs: 266
Uses Plugins Template Edits
 
No support by the author.

This is the 3.6.0 port of the release for 3.5.x found here.

Changes since the last version
Alignment issues fixed.
Template renamed to group in the forumhome templates.

Installation Instructions
Download the attached zip file.
Import the product.
Perform the template modifications.
Click install

Screen shot attached for those who like to see them.


29 August 2006
Upgraded to version 1.0.2

Changes:
  • Now valid XHTML Trans
  • Fixed to work correctly with vBShout when located below navbar.
  • Added vB.org version checking.





[high]Please Note:[/high] This modification is only for the forumhome. I do not support any attempts to use it on any other pages. Alternative modifications exist that are for all pages - please use one of them if that is what you want to do.


If you require support, please ensure that provide a link to your site and that the column is enabled. Thanks.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #262  
Old 07-18-2008, 12:22 PM
mindfrost82 mindfrost82 is offline
 
Join Date: Feb 2002
Posts: 74
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm trying to use the $totalonline thing to show the total number of people on and it doesn't display anything. Is there something special I have to do to get that to work?
Reply With Quote
  #263  
Old 07-22-2008, 02:29 PM
49er 49er is offline
 
Join Date: Nov 2005
Location: UK
Posts: 153
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello. i have this code to show down the left side but the counts do not show? :erm:

Code:
<td class="alt1"><span class="smallfont">
	Forum Members: $numbermembers<br />
	Total Threads: $totalthreads<br />
	Posts: $totalposts<br />
How do i get them to show?

Thanks
Reply With Quote
  #264  
Old 09-25-2008, 10:58 PM
Yalan Yalan is offline
 
Join Date: Apr 2007
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks, nice mod :up:
Reply With Quote
  #265  
Old 02-09-2009, 02:25 PM
dmknights dmknights is offline
 
Join Date: Jul 2007
Location: UK
Posts: 460
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

will this mod work on 3.8?
Reply With Quote
  #266  
Old 04-23-2009, 08:24 AM
john h john h is offline
 
Join Date: Dec 2008
Location: Australia
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Confirmed working in 3.8.2
Reply With Quote
  #267  
Old 06-04-2009, 12:22 PM
bollie's Avatar
bollie bollie is offline
 
Join Date: Jun 2006
Location: Zele (Belgium)
Posts: 259
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by xcingix View Post
Is there any way for doing this for top posters and or latest posts?
Code:
<span class="smallfont"><script type="text/javascript" src="http://www.ny-dev.com/forums/external.php?type=js"></script>
     <script language="" type="text/javascript">
<!--
for (i = 0; i < 10; i++)
{
document.writeln("<a href=\"http://www.ny-dev.com/forums/showthread.php?threadid="+threads[i].threadid+"\">"+threads[i].title+"</a><br /> <hr />");
}
//-->
</script></span>
Work nice look left www.pctuts.be
Reply With Quote
  #268  
Old 09-17-2009, 11:40 AM
jaderollie jaderollie is offline
 
Join Date: Nov 2008
Posts: 79
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

great effect, and i like it, nice 1
well appreciated thanks

how do i lengthen the bottem of my forums to fit ????

heres how they look at the moment, i have a 2 inch gap :-


i want the blue lines pulled in to fit across the forum please
thanks again
Reply With Quote
  #269  
Old 11-12-2009, 04:38 PM
red.death red.death is offline
 
Join Date: May 2009
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

When i add the second block, it goes next to the first block but not under it on IE. However on Firefox it all looks okay. Does anyone know what im doing wrong?

Heres my code:

Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="200" align="left"> 

    <tr><td class="tcat">Account Info</td></tr>
   
<tr><td class="alt1">

<if condition="$show['member']">
<div style="border-bottom: 1px solid #5F5F5F; padding-bottom: 4px; padding-top: 4px;"><b>Username:</b> $bbuserinfo[musername]</div>

<div style="border-bottom: 1px solid #5F5F5F; padding-bottom: 4px; padding-top: 4px;"><b>Member ID:</b> $bbuserinfo[userid]</div>

<div style="border-bottom: 1px solid #5F5F5F; padding-bottom: 4px; padding-top: 4px;"><b>Posts:</b> $bbuserinfo[posts]</div>

<div style="border-bottom: 1px solid #5F5F5F; padding-bottom: 4px; padding-top: 4px;"><b>Reputation:</b> $bbuserinfo[reputation]</div>

<div style="padding-bottom: 4px; padding-top: 4px;"><b>Inbox:</b> $bbuserinfo[pmunread]</div>

<if condition="$show['notifications'] AND $show['popups']">
<div style="border-top: 1px solid #5F5F5F; padding-bottom: 4px; padding-top: 4px;">
			<div><span id="notifications"><a href="usercp.php$session[sessionurl_q]"><font color="darkgreen"><strong>Notifications:</strong></a> <strong>$notifications_total</strong></font></span></div>
			<script type="text/javascript"> vBmenu.register("notifications"); </script></if>
<else />

<!-- login form -->
		<form action="login.php?do=login" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, $show[nopasswordempty])">
		<script type="text/javascript" src="clientscript/vbulletin_md5.js?v=$vboptions[simpleversion]"></script>
		<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
		<tr>
			<td class="smallfont" style="white-space: nowrap;"><label for="navbar_username">$vbphrase[username]</label></td>
			<td><input type="text" class="bginput" style="font-size: 11px" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="$vbphrase[username]" onfocus="if (this.value == '$vbphrase[username]') this.value = '';" /></td>
			<td class="smallfont" nowrap="nowrap"><label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar" accesskey="c" />$vbphrase[remember_me]</label></td>
		</tr>
		<tr>
			<td class="smallfont"><label for="navbar_password">$vbphrase[password]</label></td>
			<td><input type="password" class="bginput" style="font-size: 11px" name="vb_login_password" id="navbar_password" size="10" tabindex="102" /></td>
			<td><input type="submit" class="button" value="$vbphrase[log_in]" tabindex="104" title="$vbphrase[enter_username_to_login_or_register]" accesskey="s" /></td>
		</tr>
		</table>
		<input type="hidden" name="s" value="$session[sessionhash]" />
		<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
		<input type="hidden" name="do" value="login" />
		<input type="hidden" name="vb_login_md5password" />
		<input type="hidden" name="vb_login_md5password_utf" />
		</form>
		<!-- / login form -->


<div align="right" style="margin-top: 5px;"><a href="login.php?do=lostpw"><u>Lost password?</u></a></div>

</if>
</td></tr>
        </table>
<div></div>

<br />
$template_hook[sidebar_lastest_threads]
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:27 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.07165 seconds
  • Memory Usage 2,303KB
  • Queries Executed 23 (?)
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
  • (3)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (9)post_thanks_box
  • (9)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (9)post_thanks_postbit_info
  • (8)postbit
  • (9)postbit_onlinestatus
  • (9)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_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete