uCoz Community Archives Locked User birthdays ($TODAY_BIRTHDAYS$) |
User birthdays |
I want to do list of users having a birthday at current date. But I don't know how to make it. I was tried to write this code
Code %IF($TODAY_BIRTHDAYS$)%$TODAY_BIRTHDAYS$%ELSE%No birthdays today.%ENDIF% Post edited by Vilius - Sunday, 2008-02-24, 9:54 PM
|
$TODAY_BIRTHDAYS$ - list of users who have their birthday on current day
Or you can saw this: |
$TODAY_BIRTHDAYS$ ?
Whre you want. But script is better))) |
I need a way to remove birthday option from appearing automatically, if that can be done.
Thanks in advance. ~gwyder In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move.
~ Douglas Adams |
Hi,
I was wondering if there was a way to not only show which users birthday it was. But also show "There are no birthdays today", when no users have there birthdays. I think the code has to be along these lines:
Code <?code?>Birthdays - $TODAY_BIRTHDAYS$<?else?>There are no birthdays today.<?endif?> Does anyone know how I would do this, Many thanks. www.sliceanddice.ucoz.com A Medal of Honor + Sniper Elite Clan
Want an updates box on your website? Get it here. |
I think this works, thanks.
But how would I say "Happy Birthday ........." (and then the users name?) Sorry if I'm not explaining myself well enough. www.sliceanddice.ucoz.com A Medal of Honor + Sniper Elite Clan
Want an updates box on your website? Get it here. |
Quote (Tom) But how would I say "Happy Birthday ........." (and then the users name?)
Code <?if($TODAY_BIRTHDAYS$)?> Happy Birthday $TODAY_BIRTHDAYS$ <?elseif?> There are no birthdays today<?endif?> But I guess if code dosn't work on birthday's, I just don't know why, because before about a year I try this. Hope that I help. jackass |
| |||