vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=252)
-   -   Plugin Support needed (https://vborg.vbsupport.ru/showthread.php?t=296286)

TheSupportForum 03-19-2013 12:46 PM

Plugin Support needed
 
i am using this for a plugin which works 100%


PHP Code:

$seconds_diff TIMENOW-480 strtotime('2007-11-20 08:00:00');
$seconds_diff floor($seconds_diff/3600/24);

$template_hook[header_userinfo] .= " <br> " " <font size=5> " " Day " $seconds_diff " of the new world " "</font>"

for some reaon this is only showing to registered users, in the plugin, how can guests also see it ?

Lynne 03-19-2013 05:04 PM

That template_hook is located within a condition that only shows to members. So, you need to pick a different template_hook if you want it to show to Guests also. (You may need to add your own in there.)

TheSupportForum 03-19-2013 05:10 PM

Quote:

Originally Posted by Lynne (Post 2411001)
That template_hook is located within a condition that only shows to members. So, you need to pick a different template_hook if you want it to show to Guests also. (You may need to add your own in there.)

so due to me using

$template_hook[header_userinfo]

it will not show to guests ?

Lynne 03-19-2013 07:08 PM

Correct. If you look at that template hook in the header template, you will see it is in with code that only shows to members.


All times are GMT. The time now is 09:25 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.01077 seconds
  • Memory Usage 1,719KB
  • 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)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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