PDA

View Full Version : Which Template


vB Tree
03-31-2009, 09:02 PM
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
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
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
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
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:

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