Moda
Junior Member
Sydney, Australia
Posts: 238
inherit
18303
0
Dec 16, 2018 22:10:39 GMT -8
Moda
Sydney, Australia
238
January 2004
moda
|
Post by Moda on Nov 17, 2013 21:33:35 GMT -8
Is there a way to have a plugin that works in an automatic way to send a greeting to members on the day of their birthday.
I know I'm getting lazy but sometimes I forget and I don't like that.
|
|
inherit
58740
0
Aug 20, 2024 7:29:21 GMT -8
®i©hie
I'm not very active here anymore thanks to my full-time job. - 12/27/23
14,036
September 2005
soe
|
Post by ®i©hie on Nov 18, 2013 16:30:29 GMT -8
Is there a way to have a plugin that works in an automatic way to send a greeting to members on the day of their birthday. I know I'm getting lazy but sometimes I forget and I don't like that. not like a "auto pm", but a message can be shown on the page if they login on their bday.
|
|
Moda
Junior Member
Sydney, Australia
Posts: 238
inherit
18303
0
Dec 16, 2018 22:10:39 GMT -8
Moda
Sydney, Australia
238
January 2004
moda
|
Post by Moda on Nov 25, 2013 12:55:15 GMT -8
Is there a way to have a plugin that works in an automatic way to send a greeting to members on the day of their birthday. I know I'm getting lazy but sometimes I forget and I don't like that. not like a "auto pm", but a message can be shown on the page if they login on their bday. Tank you ®i©hie "how do I git eet"? I guess that would be better than not have something as it takes up too much of my time to go check & send messages every day. Any help is appreciated.
|
|
inherit
190148
0
Oct 6, 2016 19:44:41 GMT -8
spiffshine
146
February 2013
spiffshine
|
Post by spiffshine on Dec 6, 2013 3:39:59 GMT -8
Is there a way to have a plugin that works in an automatic way to send a greeting to members on the day of their birthday. I know I'm getting lazy but sometimes I forget and I don't like that. not like a "auto pm", but a message can be shown on the page if they login on their bday. Oh! I'd be very interested in this as well. Is there a setting or something I have overlooked?
|
|
Former Member
inherit
guest@proboards.com
131621
0
Nov 22, 2024 10:47:24 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Dec 6, 2013 17:15:53 GMT -8
Could just code something in your layout templates in the forum wrapper or home layout template and surround it with an {if} statement for "if it is their birthday." Tim Camara does {if $[current_user.birthday]} mean "if today is the current user's birthday"?
|
|
inherit
The Dream Crusher (Ret.)
164921
0
Apr 1, 2014 11:00:25 GMT -8
Tim Camara
Teach a man to fish, etc., etc.
1,721
March 2011
tcamara
|
Post by Tim Camara on Dec 6, 2013 17:20:12 GMT -8
If you haven't already gone ahead and tried it, no, that means "if the user has a birthday". You're going to have a much easier time doing this with javascript.
|
|
inherit
58740
0
Aug 20, 2024 7:29:21 GMT -8
®i©hie
I'm not very active here anymore thanks to my full-time job. - 12/27/23
14,036
September 2005
soe
|
Post by ®i©hie on Dec 9, 2013 16:27:43 GMT -8
not like a "auto pm", but a message can be shown on the page if they login on their bday. Tank you ®i©hie "how do I git eet"? I guess that would be better than not have something as it takes up too much of my time to go check & send messages every day. Any help is appreciated. here's a quick plugin i wrote. i'm gonna leave it editable in case anyone wants to edit it, it's mostly open source code anyway. Happy Birthday.pbp (716 B) Preview:
i put in an option for a message after the "happy birthday USER", and the option of having it appended to an id. so you can make your own empty div like: <div id="MYID"></div> and put "MYID" in the option.
|
|
Moda
Junior Member
Sydney, Australia
Posts: 238
inherit
18303
0
Dec 16, 2018 22:10:39 GMT -8
Moda
Sydney, Australia
238
January 2004
moda
|
Post by Moda on Dec 16, 2013 18:34:03 GMT -8
Tank you ®i©hie "how do I git eet"? I guess that would be better than not have something as it takes up too much of my time to go check & send messages every day. Any help is appreciated. here's a quick plugin i wrote. i'm gonna leave it editable in case anyone wants to edit it, it's mostly open source code anyway. Preview:
i put in an option for a message after the "happy birthday USER", and the option of having it appended to an id. so you can make your own empty div like: <div id="MYID"></div> and put "MYID" in the option. Many thanks ®i©hie I'll try adding it .... question, Yes I know I'm dumb but where does it go? Regards
|
|
inherit
58740
0
Aug 20, 2024 7:29:21 GMT -8
®i©hie
I'm not very active here anymore thanks to my full-time job. - 12/27/23
14,036
September 2005
soe
|
Post by ®i©hie on Dec 20, 2013 9:51:46 GMT -8
here's a quick plugin i wrote. i'm gonna leave it editable in case anyone wants to edit it, it's mostly open source code anyway. Preview:
i put in an option for a message after the "happy birthday USER", and the option of having it appended to an id. so you can make your own empty div like: <div id="MYID"></div> and put "MYID" in the option. Many thanks ®i©hie I'll try adding it .... question, Yes I know I'm dumb but where does it go? Regards put it wherever you want the table to show. that's up to you.
|
|