vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=252)
-   -   What is the time variable? (https://vborg.vbsupport.ru/showthread.php?t=244745)

Jeremy8 06-17-2010 12:22 AM

OK, I was just testing it out on forumhome. I don't really know how hook locations work, but I knew forumhome_start would work for my template in forumhome (I thought so).

The following code, though, works.
PHP Code:

$timestamp TIMENOW $vbulletin->options['hourdiff'];
$hourofday date("G"$timestamp );


if (
$hourofday == 6$message "6AM";
if (
$hourofday == 19$message "7PM";

$template_hook['forumhome_above_forums'] .= $message

But I don't want to do that exactly. I was trying to do it with the condition in a template's if-statement as I said. So this is what I tried:

My plugin with hook location forumhome_start:
PHP Code:

$timestamp TIMENOW $vbulletin->options['hourdiff'];
$hourofday date("G"$timestamp ); 

Then in my template:
Code:

<vb:if condition="$hourofday==19">stuff to do here</vb:if>
(it was 7PM when I tried it. It's not a problem with the time though, because I also checked if the variable had any value at all and it didn't.)

What I'm really trying to do is change the background (CSS) depending on the time of day. There might be an easier way than the templates... I just don't exactly understand how plugins work because I'm still new to vB.

noppid 06-17-2010 01:24 PM

Did you register $hourofday?

$templater->register('hourofday', $hourofday);

Boofo 06-17-2010 01:32 PM

Doesn't he have to make that global since he is not rendering any templates?

Jeremy8, Take a look at this hack and it will give you an idea of how to do what you are wanting to do.

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

noppid 06-17-2010 02:29 PM

His question specifically is that when the uses "his" template, the var don't work. The first example was to prove his logic where he tagged it to an existing template hook var.

So where I see the problem is in rendering his template and registering his vars.

Boofo 06-17-2010 02:33 PM

Ok, I must have misunderstood. I thought he was just adding it to an already rendered template. I'll let you handle it then, sir. ;)

noppid 06-17-2010 02:40 PM

No problem I read that post twice last night, didn't reply, then read it again a few times before I answered again this morning. I even mocked up some code to make sure I made sense. But if we get him going, we'll have done good.

Jeremy8 06-17-2010 04:16 PM

Well I think I have not been so clear about what I'm trying to do lol.

I was really just testing the time stuff out with that code I posted in my previous post.

So let me say what I'm really trying to do, and then you could maybe put me in the right direction. Because I don't really know what approach to take. Plugins? Templates? CSS? Xml thingies... lol idk.

Anyway, what I'm trying to do is have the background of one of my styles change according to the time (hour of day). Do I make a plugin at one of the CSS hook locations? I don't know...


edit: I've moved on to this topic: https://vborg.vbsupport.ru/showthread.php?t=244834

Thanks for the info.


All times are GMT. The time now is 03:10 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.01168 seconds
  • Memory Usage 1,737KB
  • 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
  • (2)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete