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
  #72  
Old 08-17-2006, 10:50 PM
peterska2 peterska2 is offline
 
Join Date: Oct 2003
Location: Manchester, UK
Posts: 6,504
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Nitesh
Hi there, excellent mod, just one problem I'm having with it. I cant get the stats working in the column:

$vbphrase[threads]: $totalthreads <br />
$vbphrase[posts]: $totalposts <br />

The phrases working fine but the actual stats dont show up.
This is due to the fact that those variables only work in the actual forumhome template. I have wrote a fix for this, but have not yet performed enough tests on it to deem it to be stable for release.

Feel free to contact me if you wish to volunteer for testing this for me.
Reply With Quote
  #73  
Old 08-17-2006, 11:29 PM
MRGTB MRGTB is offline
 
Join Date: Dec 2004
Posts: 548
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have one little question and I've attached an image to show you what I mean. The border in the left side column is slightly wider (thicker) than the border that goes around the forum to match it perfect. how can the border be made the same width as the forums.
Reply With Quote
  #74  
Old 08-17-2006, 11:39 PM
Froggy32701 Froggy32701 is offline
 
Join Date: Aug 2005
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by peterska2
It should start below the shoutbox by design.


???

It starts with the shoutbox,, So I see all of the smiles..

What do I need to place the code under to have it start under the shoutbox ?
Reply With Quote
  #75  
Old 08-19-2006, 03:36 AM
Ohiosweetheart Ohiosweetheart is offline
 
Join Date: Dec 2005
Location: N.E. Ohio
Posts: 2,291
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Kerry-Anne, I installed this, and did the template edits, but the whos-online box still stretches all the way across the forum.

I checked the template edits over 3 diferent times, but the I can't seem to find the problem.

H'ere's my forum home so you can see it

Please help?
Reply With Quote
  #76  
Old 08-19-2006, 12:31 PM
peterska2 peterska2 is offline
 
Join Date: Oct 2003
Location: Manchester, UK
Posts: 6,504
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Ohiosweetheart
Kerry-Anne, I installed this, and did the template edits, but the whos-online box still stretches all the way across the forum.

I checked the template edits over 3 diferent times, but the I can't seem to find the problem.

H'ere's my forum home so you can see it

Please help?
I've just checked it on and on your Impressions Style it is displaying correctly with the WOL and whats going on box in the right column below the forums only.

Did you fix the problem? If not, can you provide a screenshot of what you see, thanks.
Reply With Quote
  #77  
Old 08-19-2006, 12:37 PM
peterska2 peterska2 is offline
 
Join Date: Oct 2003
Location: Manchester, UK
Posts: 6,504
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Froggy32701
???

It starts with the shoutbox,, So I see all of the smiles..

What do I need to place the code under to have it start under the shoutbox ?
Can you confirm what display setting you have enabled for your shoutbox and also if possible add the column to a test style and PM me a login to view it on that style.

I'm going to need to do further testing with the shoutbox to find out why this is happening as it did not happen in any of my previous tests until I attempted to put the shoutbox inside the column.
Reply With Quote
  #78  
Old 08-19-2006, 12:41 PM
peterska2 peterska2 is offline
 
Join Date: Oct 2003
Location: Manchester, UK
Posts: 6,504
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Gary Bolton
I have one little question and I've attached an image to show you what I mean. The border in the left side column is slightly wider (thicker) than the border that goes around the forum to match it perfect. how can the border be made the same width as the forums.

oooops

Missed a smidge of code from the replacement.

In the forumhome template find
Code:
<td valign="top" width="160px">
<table class="tborder" border="0" width="100%" align="center">
and replace with
Code:
<td valign="top" width="160px">
<table class="tborder" border="0" width="100%" cellspacing="$stylevar[cellspacing]" cellpadding="$stylevar[cellpadding]" align="center">
That should fix the problem.
Reply With Quote
  #79  
Old 08-19-2006, 12:43 PM
peterska2 peterska2 is offline
 
Join Date: Oct 2003
Location: Manchester, UK
Posts: 6,504
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by nishv
I am trying to apply the coloum to the right? Any idea?
There is a right side version available here. Check my profile for the exact link.
Reply With Quote
  #80  
Old 08-19-2006, 02:05 PM
MRGTB MRGTB is offline
 
Join Date: Dec 2004
Posts: 548
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by peterska2
oooops

Missed a smidge of code from the replacement.

In the forumhome template find
Code:
<td valign="top" width="160px">
<table class="tborder" border="0" width="100%" align="center">
and replace with
Code:
<td valign="top" width="160px">
<table class="tborder" border="0" width="100%" cellspacing="$stylevar[cellspacing]" cellpadding="$stylevar[cellpadding]" align="center">
That should fix the problem.
Thanks
Reply With Quote
  #81  
Old 08-20-2006, 12:24 PM
MRGTB MRGTB is offline
 
Join Date: Dec 2004
Posts: 548
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can I just ask, what made you not put the first bit of code in the FORUMHOME template directly under the "$navbar" code in that template. Was there a reason for this, if so why?
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:21 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.07764 seconds
  • Memory Usage 2,318KB
  • Queries Executed 25 (?)
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
  • (4)bbcode_code
  • (7)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
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)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