vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Howto do simple left side column (https://vborg.vbsupport.ru/showthread.php?t=149695)

sap123.com 06-14-2007 05:43 AM

Howto do simple left side column
 
1 Attachment(s)
How do I add left column under the header?

I am using vbulletin advanced CMPS for my home page -- I now want a similar look for rest of pages. I now want to add a left column so all my forum pages. In this page I will put "Site Navigation" & Google ads.

Could someone please point me on how to do it?

I did find some postings on this but it moved all the pages to right. I want to still keep the "header" at the same place. Similar to the vba look.

Attached is sample on what I am trying to do.

Much appreciated
Liam
homepage: www.sap123.com

Attachment 65633

Dismounted 06-14-2007 06:23 AM

You should have a look at a hack called "Ultimate Side Columns".

Shazz 06-14-2007 02:09 PM

<a href="https://vborg.vbsupport.ru/showthread.php?t=141870" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=141870</a>

sap123.com 06-15-2007 04:29 PM

Many thanks for posts -- I will give it a try.
Regards

Shazz 06-15-2007 04:58 PM

Quote:

Originally Posted by sap123.com (Post 1269142)
Many thanks for posts -- I will give it a try.
Regards

Best of luck with it :)
If you need addtional help with it post back

sap123.com 06-16-2007 10:34 AM

1 Attachment(s)
Shawn --

I get it working no problem.

How do I get the LEFT COL. to start a bit lower down. See attached for INCORRECT image (that is how it is now) and CORRECT (how I want it).

I assume I need to change code in something else but the header?
Any ideas?

This is as it is now
Attachment 65717

This is how I want it
Attachment 65718



Thanks
Liam

sap123.com 06-21-2007 05:13 PM

Some feedback --

- Got it going by changing the navbar and not header.
- Also had to solve "narrow thread" problem by applying this

Code:

1) Goto Plugins & Products, >>click on Add New Plugin.

2) Select product as Ultimate Side Column.

3) Change hook location as Vbulletin General>>parse_templates.

4) Insert PHP Code
$vbulletin->templatecache['header'] .= '";$spacer_open="';
$vbulletin->templatecache['footer'] .= '";$spacer_close="';

5) Select plugin to active

Thanks


All times are GMT. The time now is 05:48 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.01049 seconds
  • Memory Usage 1,726KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete