Michael.J Posted June 12, 2015 Share Posted June 12, 2015 Birthday greeting system that sends out birthday greetings to your members via personal messages, email and birthday topics when it is a members birthday. Link to comment
TVplaneta Posted June 21, 2015 Share Posted June 21, 2015 hi!and can we get list of tags? Link to comment
Michael.J Posted June 22, 2015 Author Share Posted June 22, 2015 and can we get list of tags?I'm not quite sure what your after? Can you please clarify? Link to comment
TVplaneta Posted June 22, 2015 Share Posted June 22, 2015 I'm not quite sure what your after? Can you please clarify?Smart quick tags allow you to send out birthday greetings with information such as Board Name, Member's Name and Age. Link to comment
Michael.J Posted June 24, 2015 Author Share Posted June 24, 2015 Smart quick tags allow you to send out birthday greetings with information such as Board Name, Member's Name and Age.The following tags are included: {member_name}, {age}, {suffix}, {birth_day}, {birth_month}, {birth_year}, {todays_date}, {board_name} and {birthday_list}. TVplaneta and SiLink 2 Link to comment
TVplaneta Posted October 9, 2015 Share Posted October 9, 2015 How I can change time to post PM and E-mail? Link to comment
Michael.J Posted October 12, 2015 Author Share Posted October 12, 2015 On 9/10/2015 4:40:03, TVplaneta said: How I can change time to post PM and E-mail? Please see this discussion about this here, tasks are run "daily" rather then a fixed time. If your willing to setup a cron job, that might be a solution to get a specific time though. Link to comment
Michael.J Posted November 2, 2015 Author Share Posted November 2, 2015 v1.4.1 is released and confirms support for IP.Board 4.1 and includes a few minor bug fixes. Link to comment
Greg W Posted November 14, 2015 Share Posted November 14, 2015 (edited) Hi @Mike John We have recently set this up for posting a topic each day which is great & working well. Yes, I had the problem of what time it posts, but have overcome that by manually running the task at the right time once, then, every day, it does it at the same time. However, the problem I have is that our site is about 95% USA members and the title of the topic which is posted is in a format of yyyy-mm-dd and we would like it to be in the standard USA format of mm-dd-yyyy Where can I change this? Edited November 14, 2015 by Greg W Link to comment
Greg W Posted November 16, 2015 Share Posted November 16, 2015 @Mike John Bump - See above post Link to comment
Michael.J Posted November 17, 2015 Author Share Posted November 17, 2015 On 15/11/2015, 2:23:42, Greg W said: However, the problem I have is that our site is about 95% USA members and the title of the topic which is posted is in a format of yyyy-mm-dd and we would like it to be in the standard USA format of mm-dd-yyyy Where can I change this? I haven't tested it but I believe this should do the trick. Open applications/birthdaygreeter/sources/Alerts/Alerts.php Find: \IPS\DateTime::create()->format( 'Y-m-d' ); Replace With: \IPS\DateTime::create()->localeDate(); I believe the local date should use the local date setting, if not change the format variables around to m-d-Y and I'll be sure to include this as a setting next version. Link to comment
VizionDev Posted November 17, 2015 Share Posted November 17, 2015 8 minutes ago, Mike John said: the local date setting, if not change the format variables around to m-d-Y and I'll be sure to include this as a setting next version. You may have some issues with DateTime using hyphens vs slash (British vs American) and localeDate() - I know this is a huge problem when using date()/strtotime() as they will interpret based on the usage of hyphens or slash. Just to keep in mind Aymanmha and Michael.J 1 1 Link to comment
Greg W Posted November 18, 2015 Share Posted November 18, 2015 Thanks @Mike John & @VizionDev, although I am in the UK, the members are predominantly US, so I have just edited the original line to m-d-y I will find out tomorrow if it does what I want Link to comment
Square Wheels Posted December 18, 2015 Share Posted December 18, 2015 I like this and use it on my site. As a suggestion, embed the username as a mention, that way I can mouse over and see more info about the person. Link to comment
Michael.J Posted December 21, 2015 Author Share Posted December 21, 2015 On 18/12/2015 at 4:10 AM, Square Wheels said: As a suggestion, embed the username as a mention, that way I can mouse over and see more info about the person. Should be a minor change, will log as a bug so can include in the next version. Square Wheels 1 Link to comment
Square Wheels Posted December 22, 2015 Share Posted December 22, 2015 1 hour ago, Mike John said: Should be a minor change, will log as a bug so can include in the next version. Thank you! Link to comment
Michael R Posted January 21, 2016 Share Posted January 21, 2016 (edited) Hmmm. I noticed that it stopped working this morning (no updates). So I went into settings to check is something was messed up. Now when I try to save, I get this error: Edited January 21, 2016 by Michael R Link to comment
Michael.J Posted January 22, 2016 Author Share Posted January 22, 2016 10 hours ago, Michael R said: Hmmm. I noticed that it stopped working this morning (no updates). So I went into settings to check is something was messed up. Now when I try to save, I get this error: Next version due out within several days. Should patch the settings issue and will take a look at any possible reason why the alert wasn't sent out. Michael R 1 Link to comment
Michael R Posted January 22, 2016 Share Posted January 22, 2016 8 hours ago, Mike John said: Next version due out within several days. Should patch the settings issue and will take a look at any possible reason why the alert wasn't sent out. Thanks! Link to comment
Michael.J Posted January 29, 2016 Author Share Posted January 29, 2016 I'm having trouble reproducing the setting saving error locally. If someone who can reproduce can PM me forum login details to confirm my patch works? I'm having trouble reproducing the setting saving error locally. If someone who can reproduce can PM me forum login details to confirm my patch works? Link to comment
Michael.J Posted February 1, 2016 Author Share Posted February 1, 2016 I've released a new version that fixes the save settings error and also adds hover profile card support to username links as well. Link to comment
Lord Balandar Posted February 7, 2016 Share Posted February 7, 2016 Hello! I have yet to test the functionality of sending birthday greetings, but I noticed when selecting groups to exclude and saving, those groups are not re-selected after going back into the settings. Link to comment
Michael.J Posted February 8, 2016 Author Share Posted February 8, 2016 12 hours ago, Lord Balandar said: Hello! I have yet to test the functionality of sending birthday greetings, but I noticed when selecting groups to exclude and saving, those groups are not re-selected after going back into the settings. Thanks for reporting, I've included a patch with the bug report if you wanted to patch this straight away. It should be saving the settings properly but just not displaying them in the settings page. Lord Balandar 1 Link to comment
Michael R Posted February 9, 2016 Share Posted February 9, 2016 Is there a way to run the app manually? For some reason there was no posting this morning. Link to comment
Michael.J Posted February 10, 2016 Author Share Posted February 10, 2016 9 hours ago, Michael R said: Is there a way to run the app manually? For some reason there was no posting this morning. ACP > System Tab > Advanced Configuration > Tasks > View Tasks. Link to comment
Recommended Posts