vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   How do I add existing template hook to another template? (https://vborg.vbsupport.ru/showthread.php?t=273487)

lloydee7 11-06-2011 10:13 PM

How do I add existing template hook to another template?
 
I am trying to use a template hook from vbcms_navbar_links in the vbcms_content_section_page template so that I can make an effective "filter" for the CMS categories but I'm having a problem getting the hook to work right. The code I'm using is as follows.

PHP Code:

<ul class="floatcontainer">
    {
vb:raw template_hook.vbcms_navbar_start}
        <
vb:each from="links" value="link">
            <
li><a href="{vb:raw link.url}">{vb:raw link.title}</a></li>
        </
vb:each>
    {
vb:raw template_hook.vbcms_navbar_end}
</
ul

When I view the page source all that are shown are the ul tags so that's where I need your help.

If it's not possible, don't bother beating around the bush I'll just do it all manually, but any help that can be offered is greatly appreciated.


All times are GMT. The time now is 05:28 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.01414 seconds
  • Memory Usage 1,707KB
  • 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
  • (1)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