vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   show NONE if theres no birthdays on forumhome (https://vborg.vbsupport.ru/showthread.php?t=51594)

corsacrazy 04-13-2003 10:00 PM

show NONE if theres no birthdays on forumhome
 
requested here: https://vborg.vbsupport.ru/showthrea...threadid=51552

by: Blindchild02


instead of there being nothing on forumhome if there isnt birthdays on that day this will show your desired text eg : No birthdays today ! :paranoid:

corsacrazy 04-14-2003 09:08 AM

screen shot

assassingod 04-14-2003 09:13 AM

Just finished another way of doing this but nevermind!

Good work;)

corsacrazy 04-14-2003 09:17 AM

chrs ! i was tryin for ages to do this via template mods but failed and just went for hack :p

Dean C 04-14-2003 09:38 AM

Nice idea - might want to make it a template call instead though incase people want to edit the appearance of the text to make it fit their styles better :)

- miSt

assassingod 04-14-2003 09:39 AM

That's how I did mine:)
Doesn't matter anyway now:)

corsacrazy 04-14-2003 09:44 AM

to mist yeah ur right that wood be much better will add that as an addon

Blindchild02 04-14-2003 12:48 PM

sweet, worked like a charm thank ya much ;)

corsacrazy 04-14-2003 01:18 PM

no prob

Bison 04-17-2003 12:39 PM

Should be:

if ($birthdays) {

eval("\$birthdaybits = \"".gettemplate("forumhome_birthdaybit")."\";") ;
} else {
$birthdays='<font face="verdana" size="1"><b>None today!</b></font>';
}

}


All times are GMT. The time now is 03:02 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.01219 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)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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