vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Forum Home Enhancements - Left side column on forum home only (https://vborg.vbsupport.ru/showthread.php?t=117988)

peterska2 08-17-2006 10:50 PM

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.

MRGTB 08-17-2006 11:29 PM

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.

Froggy32701 08-17-2006 11:39 PM

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 ?

Ohiosweetheart 08-19-2006 03:36 AM

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?

peterska2 08-19-2006 12:31 PM

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.

peterska2 08-19-2006 12:37 PM

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.

peterska2 08-19-2006 12:41 PM

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.

peterska2 08-19-2006 12:43 PM

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.

MRGTB 08-19-2006 02:05 PM

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

MRGTB 08-20-2006 12:24 PM

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?


All times are GMT. The time now is 11:50 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.01364 seconds
  • Memory Usage 1,745KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete