vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Which Template (https://vborg.vbsupport.ru/showthread.php?t=209992)

vB Tree 03-31-2009 09:02 PM

Which Template
 
if I wanted ot create a sidebar manually which touched the header and footer and to be shown on all pages, which template should I put it in?

Not FORUMHOME since that would limit me to one page. And not something that navbar since that would limit me to having it below the navigation.

Any ideas?

EDIT: I want this to display on all pages. By FORUMHOME, I mean the template would not be suitable.

tipoboy 03-31-2009 09:14 PM

Quote:

Originally Posted by vB Tree (Post 1781335)
if I wanted ot create a sidebar manually which touched the header and footer and to be shown on all pages, which template should I put it in?

Not FORUMHOME since that would limit me to one page. And not something that navbar since that would limit me to having it below the navigation.

Any ideas?

theres a modification for doing this do a search for "side column" in "all mods" "titles only", it's by kerry-anne or peterska2

vB Tree 03-31-2009 09:32 PM

I'm not after a mod, I'm after coding it myself. I'm just not sure of the best place to put it.

tipoboy 03-31-2009 09:36 PM

Quote:

Originally Posted by vB Tree (Post 1781359)
I'm not after a mod, I'm after coding it myself. I'm just not sure of the best place to put it.

the mod i reffer to is this:

https://vborg.vbsupport.ru/showthread.php?t=117988

it works for 3.8.2 all you need to do to make it show on all pages is put the first part of the code at the very bottom of the header template and the second part ot the very top of the footer, you have to add all your own custom stuff to the side_column_left template as id doesnt come with any installed components a blank canvas as it were

Xtrato 03-31-2009 09:36 PM

well, you could use if statement , edit your global templates , header footer.

if FORUMHOME , hide it , else , display ( side bar code ) :).

Hope it helps.

vB Tree 03-31-2009 10:42 PM

Quote:

Originally Posted by tipoboy (Post 1781360)
the mod i reffer to is this:

https://vborg.vbsupport.ru/showthread.php?t=117988

it works for 3.8.2 all you need to do to make it show on all pages is put the first part of the code at the very bottom of the header template and the second part ot the very top of the footer, you have to add all your own custom stuff to the side_column_left template as id doesnt come with any installed components a blank canvas as it were

That only shows on forumhome and is under the navbar.

Mr-Moo 04-02-2009 04:19 AM

Edit the CSS, add a floating menu. Then you can add the CSS reference in all the appropriate files to display or you can attach onto the BODY.

If you are unsure how to code this try checking out: https://vborg.vbsupport.ru/showthread.php?t=67731

Please let me know if this helps,

tipoboy 04-02-2009 01:44 PM

Quote:

Originally Posted by vB Tree (Post 1781394)
That only shows on forumhome and is under the navbar.

if you read the thread there is a post that tells you how to have the mod under the header and appear on ALL pages.

I even mentioned how to do it in THIS thread:

Quote:

all you need to do to make it show on all pages is put the first part of the code at the very bottom of the header template and the second part ot the very top of the footer

Princeton 04-02-2009 01:48 PM

header
footer

tipoboy 04-02-2009 01:54 PM

^^what he said :D


All times are GMT. The time now is 08:21 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.01086 seconds
  • Memory Usage 1,731KB
  • 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
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete