vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Problem getting new template to show (https://vborg.vbsupport.ru/showthread.php?t=102330)

led_belly 12-06-2005 07:22 AM

Problem getting new template to show
 
Hello,

I have done the following but still am not getting the template to be included in a page:

First, I created a new template called navbar_popups and added some markup. (btw: When I try to associate the new template with a custom product, after I save it and go back it appears under the default vbulletin product... is this normal?)

Second, in an existing template (that works) I added:
Code:

$navbar_popups
Third, I created a plugin in the global_start hook with this:

PHP Code:

eval('$navbar_popups .= "' fetch_template('navbar_popups') . '";'); 

Lastly, I created another plugin in the cache_templates hook location with this:
PHP Code:

$globaltemplates array_merge($globaltemplates, array('navbar_popups')); 

I am running in debug mode and when I refresh the page "navbar (1)" shows up in Template Usage (not red, so the cache works) but the markup isn't present in the source thus the template does not showup on the page. Any ideas?

Marco van Herwaarden 12-06-2005 07:45 AM

Quote:

Originally Posted by led_belly
First, I created a new template called navbar_popups and added some markup. (btw: When I try to associate the new template with a custom product, after I save it and go back it appears under the default vbulletin product... is this normal?)

Yes it is normal that it defaults back to vB. Only in the Master Style you can add your own product templates.

global_start might not be the best hook location for this, but try adding the following line before the template eval:
PHP Code:

global $navbar_popups

PS you probably also want to use '=' instead of '.=' in the eval.


All times are GMT. The time now is 10:32 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.00947 seconds
  • Memory Usage 1,718KB
  • 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
  • (3)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (2)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