Remember us? for 1.8 - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Extensions (https://community.mybb.com/forum-201.html) +--- Forum: Plugins (https://community.mybb.com/forum-73.html) +---- Forum: Plugin Development (https://community.mybb.com/forum-68.html) +---- Thread: Remember us? for 1.8 (/thread-170254.html) Pages:
1
2
|
Remember us? for 1.8 - Omar G. - 2015-05-02 I have forked and updated Aries-Belgium's Remember us? plugin to work in 1.8 and fixed some minor issues I/others did find. GitHub repository: https://github.com/Sama34/AriesBelgium--Remember-Us-/ I did test the creation of reminders but didn't test the sending of such reminders. I fyou are interested in this plugin please debug the issues you find and file proper bug reports so that I can fix them when I have the time. https://github.com/Sama34/AriesBelgium--Remember-Us-/issues The more detailed the reports are the faster I will probably fix them. RE: Remember us? for 1.8 - andrewjs18 - 2015-05-02 thanks, Omar. I'll continue to help you test & debug this plugin! RE: Remember us? for 1.8 - Omar G. - 2015-05-02 If somebody wants to help out with the JavaScript on which I suck in, that would be helpful. https://github.com/Sama34/AriesBelgium--Remember-Us-/blob/master/Upload/jscripts/rememberus.js#L21 .. RE: Remember us? for 1.8 - andrewjs18 - 2015-05-02 what is the correct way to set up the values so it'll send out a message on the same day a user registered? I'm trying to use this plugin to do a few different things rather than installing a 2nd plugin that does welcome PMs/emails and then use this as a 'remember us' type of thing. I will admit, this plugin would be easier to use if the values were predefined like they are in 'field'. this is my current value set up: don't mind the layout, I use a very old monitor at work that struggles to go above 1024X768.. I figured it out by changing the Test value to Lower Than / Before RE: Remember us? for 1.8 - Omar G. - 2015-05-02 I see you figured it out, but I want to say that I honestly haven't used it for years but I recall it was possible. RE: Remember us? for 1.8 - andrewjs18 - 2015-05-02 (2015-05-02, 09:23 PM)Omar G. Wrote: I see you figured it out, but I want to say that I honestly haven't used it for years but I recall it was possible. yeah, it can be confusing. I'd suggest, if you have time, making it more user friendly. also, having the ability to send a PM rather than an email for a reminder we set up would be an awesome option! RE: Remember us? for 1.8 - Omar G. - 2015-05-04 I don't think there is much to do about its "friendly" behavior, after all it is meant to be an advanced reminders system that can also be used by third-party plugins (i.e: Send an e-mail after receiving x amount of points, for newpoints, etc). (2015-05-02, 10:49 PM)andrewjs18 Wrote: also, having the ability to send a PM rather than an email for a reminder we set up would be an awesome option! Feel free to open an issue. Sounds a nice addition. RE: Remember us? for 1.8 - andrewjs18 - 2015-05-04 (2015-05-04, 04:57 AM)Omar G. Wrote: I don't think there is much to do about its "friendly" behavior, after all it is meant to be an advanced reminders system that can also be used by third-party plugins (i.e: Send an e-mail after receiving x amount of points, for newpoints, etc). it might not hurt to include some usage examples for users so they don't feel overwhelmed with the advanced configuration options. just a thought! I'll open an issue in the morning regarding PMs. thanks! RE: Remember us? for 1.8 - Mihai - 2015-12-10 Hi Omar! Thanks for porting this wonderful plugin to MyBB 1.8. I've observed that you have an issue on removing the log conditions added with jQuery. Let me show you a quick fix:
As an important notice, when you use clone(true) in jQuery, all event handlers are copied as it is, and you cannot point the element to another handler. As you can see, I've also added some effects. Happy usability. RE: Remember us? for 1.8 - Omar G. - 2015-12-11 Wouldn't that stop the delete button from working? I need to set up a a local to test, I'm way too lost at this all. |