vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Is it possible to code... (https://vborg.vbsupport.ru/showthread.php?t=205470)

Chimpie 02-15-2009 05:30 PM

Is it possible to code...
 
Is it possible to code a message to appear on a certain day, and either just erase or change the next day?

For example, on Monday I want it to say, "There will be a meeting at 12:00 PM." and on Tuesday it would say, "We will be closing the office at 3:00PM today." ... setting up these messages in advance so that at midnight on Monday (morning) the first message would appear and then 24 hours later the second message would appear.

Did that make sense?

Lynne 02-15-2009 05:40 PM

Notices allow you to set a date and time.

Chimpie 02-15-2009 05:47 PM

I apologize. I should have included this in the above.

I'm wanting to make a vBa module with the information in it.

Lynne 02-15-2009 05:51 PM

You should probably ask this on their site then.

Chimpie 02-15-2009 05:53 PM

I could, but I'm asking just a general php/html question, not a vBa question.

UKBusinessLive 02-15-2009 06:43 PM

Quote:

Originally Posted by Chimpie (Post 1745132)
I could, but I'm asking just a general php/html question, not a vBa question.

Like Lynne says, Notices does it all for you, all the PHP and HTML ;) so easy :D

Dismounted 02-16-2009 04:53 AM

Use the date()/time() function to generate a date and compare it to the the dates you want.

Chimpie 02-16-2009 12:20 PM

Quote:

Originally Posted by Dismounted (Post 1745617)
Use the date()/time() function to generate a date and compare it to the the dates you want.

I'm sorry. I don't understand what you're suggesting.

Dismounted 02-17-2009 04:53 AM

PHP Code:

if (date('N') == 1)
{
   
// it is monday today




All times are GMT. The time now is 06:30 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.01105 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
  • (1)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)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