vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Put a Column on the Left Side of Every Forum Page (https://vborg.vbsupport.ru/showthread.php?t=91888)

TitanJeff 12-19-2005 05:26 PM

Okay, different question...

Is there any options to this hack if you need a side column on your index?

0xid0 12-19-2005 06:48 PM

Is it that nobody is going to help us? :ermm: :ermm: :ermm: :ermm:

reesev 12-19-2005 09:17 PM

i have the same issue with the gap on the right side..

DefenceTalk 12-20-2005 05:57 PM

The vB php includes function doesnt work if you place the include in the columns for this mod.

0xid0 12-20-2005 09:18 PM

There is no alternative to this hack? As that it has many failures and nobody helps us to solve them.

metropost 12-21-2005 02:20 AM

was able to put up a left column using this, only problem is behavior of column, when site loads and when a person clicks on a forum link, the new left column starts in the middle pf the screen and floats to the left - everytime! Slows users down and feels a bit strange. Am I doing something wrong or is this normal? Is there a quick fix? Example is at http://metroforum.com/main

Thug 12-24-2005 10:10 AM

Anyone post a modifyed left column template with forum stats,welcome message and todays birthdays please

Thug 12-24-2005 08:38 PM

anyone no why the forum stats code wont work on this colomn

Snake 12-25-2005 01:17 PM

Quote:

Originally Posted by peterska2
@ StarBuG: I'll look into it but it won't be till w/c 02 Jan 06 as I'm offline till then after today.

Well no news yet? We're still waiting.

tgmorris 12-27-2005 03:15 AM

After thinking this was going to be easy I wound up working on this for 3 hours before I finally came up with a solution that works in both FF and IE.

In my case I wanted the vb navbar to extend full width so I made one of my changes at the bottom of that template. If you want the navbar shoved over by the left column then make the change to the header template instead.

After installing the existing product do the following.

Append at bottom of navbar template.
This portion controls the spacing between the left column and the forum.
HTML Code:

<!-- Left Column Code  -->
<div style="width: 100%">
<table border="0" width="100%" cellpadding="0" cellspacing="0" align="left">
  <tr>
    <td valign="top" align="left">
      $leftcolumn
    </td>
    <td><img src="$vboptions[cleargifurl]" width="10"></td><!-- adjust width as desired -->
    <td valign="top" width="100%">
      <table width="100%" cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td valign="top">
<!-- End Left Column Code -->

Insert at top of footer template
HTML Code:

<!-- Left Column Code  -->
          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
</div>
<!-- End Left Column Code -->

Revised template: left_column.
This template controls the width of the left column. Modify the settings to provide the desired appearance (borders, spacing, etc.)
HTML Code:

<table align="left" border="0" cellpadding="0" cellspacing="0" width="120">
  <tr>
    <td align="center" bgcolor="#ffffff">

<!-- Begin custom code -->
Your custom code goes in here.
<!-- End custom code -->

    </td>
  </tr>
</table>

BTW - This in no way is meant to diminish the work that was done to come up with the original work. It was workling fine for me in FF but I was installing it on another site. Testing in IE revealed the situation where the "All times are GMT" text was pushed out to the right of the forum. After reading all 14 pages of the thread I discovered nobody had really solved it - at least the posted solution didn't work for me.


All times are GMT. The time now is 05:19 PM.

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.01345 seconds
  • Memory Usage 1,746KB
  • 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
  • (3)bbcode_html_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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