|
uCoz Community Archives Locked Alert window for users (pop up alert) |
Alert window for users |
Is there away to have somekind of alert window to pop up on certain users when they log in ?
Like a Happy Birthday window when its there birthday or maybe a special alert message to that certain user ? The birthday one would be great cause I want to wish everyone a Happy Birthday on there day when im not there |
Quote (Animorph) Pancake, there's no such feature , but if you search ajax windows in forum you will find some good tutorials and you can use them with conditional operators to make them appear on their birthday Thanks Animorph, will do |
As an additional detail to what Animorph said, I think uCoz has some sort of a Birthday Block accessible via site builder that lists the usernames of the users with birthdays.
"Friends don't let friends use Internet Explorer 6." - Microsoft || Join the cause. Help your friends.
|
Not exactly what you wanted but here is an automatic alert that displays on a users birthday. Although it will display on every users login.
Code <?if($TODAY_BIRTHDAYS$)?><script type="text/javascript"> window.onload = function ajaxbtm() {_uWnd.alert('Happy Birthday, $TODAY_BIRTHDAYS$!','Happy Birthday to $TODAY_BIRTHDAYS$!',{w:500,h:100,tm:10000});} </script><?endif?> Not sure but maybe something like this will work to only display a script on the user who's birthday is the current day: Code <?if($TODAY_BIRTHDAYS$='$USERNAME')?> |
shadowslash, Thanks I'll look in the site builder
Quote (CreativeCollusions) Not sure but maybe something like this will work to only display a script on the user who's birthday is the current day: CreativeCollusions, Thanks but your not sure it works ? lol
Quote (CreativeCollusions) Not exactly what you wanted but here is an automatic alert that displays on a users birthday. Although it will display on every users login. CreativeCollusions, is the code only viewable on ucoz websites ? cause I cant see if the codes work or look like on my personal code viewer |
| |||
| |||