vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   global_* not woriking in CMS! (https://vborg.vbsupport.ru/showthread.php?t=265423)

al3bed 06-18-2011 04:37 PM

global_* not woriking in CMS!
 
hi,

I'm trying to register variables for header template, but they are not working in CMS pages? navbits hook is working great but my problem is that I want to register them for header not navbar template?

because all global hooks are not working in CMS, any idea what hook should i use to do this?

thanks

Lynne 06-18-2011 05:22 PM

If you look up the global_start template in the files, you will see this:
PHP Code:

// Deprecated as of release 4.0.2, replaced by global_bootstrap_init_start
($hook vBulletinHook::fetch_hook('global_start')) ? eval($hook) : false

Try looking up the others and you will see similar.

al3bed 06-20-2011 09:38 AM

refactoring stuff huh .. thanks Lynne, you are very helpful person. :up:

al3bed 06-25-2011 01:36 PM

ok I got something wrong! the $vbphrase doesn't work in global_bootstrap_init_start, any idea?

Lynne 06-25-2011 02:39 PM

You may need to make it global:
PHP Code:

global $vbphrase


Paul M 06-25-2011 02:51 PM

The language is not loaded at that point. What are you trying to do ?

vbresults 06-25-2011 04:34 PM

Quote:

Originally Posted by Paul M (Post 2212627)
The language is not loaded at that point. What are you trying to do ?

This. You can probably move it to another hook that has the language initialized already.

al3bed 06-25-2011 04:52 PM

Lynne, I tried to global it but I thought why I should do so I am already using a global hook! .. anyway it's not work.

Paul, I',m trying to add something like this shown in header in all pages:
PHP Code:

$subscriptions_menubits .= "<li><a class=\"viewall\" href=\"" $href "\">" $vbphrase['fbstyle_view_all_subscribed_blogs'] . "</a></li>"

fbstyle_view_all_subscribed_blogs is a phrase in the GLOBAL phrase group.

Lancerforhire, give me the hook name where I can register variables in header template & work in all vb pages & load language


All times are GMT. The time now is 02:43 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.01284 seconds
  • Memory Usage 1,726KB
  • 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
  • (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
  • (8)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