vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   include template (https://vborg.vbsupport.ru/showthread.php?t=162060)

John3971 11-06-2007 03:35 PM

include template
 
hey i was thinking of adding a sidebar to my forum and i wanted to have it in a own template like sidebar and i wonder how i can fix so i put $sidebar and the content in the template sidebar will be shown??

Hope you understand what i mean, its like $header and thoose.

Opserty 11-06-2007 05:21 PM

Create a new plugin using something like global_start as the hook location. Then you need a code like:
PHP Code:


eval('$sidebar ="'fetch_template('mysidebar_template') ."';'); 

Then in your template for example the footer template you can use the $sidebar variable to get your template.

John3971 11-07-2007 10:26 AM

i will need the whole plugin code because i don´t know how i do this.

Opserty 11-07-2007 11:21 AM

Just add your code to the footer/header template then, its far easier way of doing it.

(If you want to try anyway, that should be all the code you need, I haven't tested it though but I'm pretty sure it works)

rpainter 11-07-2007 12:26 PM

Why don't you just use one that is already created:

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


All times are GMT. The time now is 06: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.03517 seconds
  • Memory Usage 1,717KB
  • 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_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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