![]() |
MentionMe for 1.8 & MyAlerts 2.0 - 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: MentionMe for 1.8 & MyAlerts 2.0 (/thread-164576.html) |
MentionMe for 1.8 & MyAlerts 2.0 - jshort - 2014-12-22 So I'm currently working on updating MentionMe to work with myBB 1.8 and MyAlerts 2.0. I have successfully converted the alert system, so that works just fine with Euan's new code. However, MentionMe is currently programmed to use prototype instead of jquery. I'm working on converting it over, but I wanted to reach out and see if anybody else has started this process or has any experience with it? Once I've done the conversion process, I will make the updated version of the plugin publicly available. RE: MentionMe for 1.8 & MyAlerts 2.0 - rajeevrrs55 - 2014-12-23 Waiting for release RE: MentionMe for 1.8 & MyAlerts 2.0 - LeveragedBuyout - 2014-12-23 (2014-12-22, 08:51 PM)jshort Wrote: So I'm currently working on updating MentionMe to work with myBB 1.8 and MyAlerts 2.0. I have successfully converted the alert system, so that works just fine with Euan's new code. However, MentionMe is currently programmed to use prototype instead of jquery. I'm working on converting it over, but I wanted to reach out and see if anybody else has started this process or has any experience with it? Thank you! RE: MentionMe for 1.8 & MyAlerts 2.0 - Eldenroot - 2014-12-24 Thanks... I use DZV mentions plugin - it is really well optimized plugin - maybe you can check it RE: MentionMe for 1.8 & MyAlerts 2.0 - jshort - 2014-12-24 I have. I personally prefer MentionMe which is why I'm working on getting it updated. RE: MentionMe for 1.8 & MyAlerts 2.0 - Eldenroot - 2014-12-24 I understand. I miss autocomplete function in DVZ mentions... on the other side I think that dvz mentions is better optimilized and has better code for handling mentions RE: MentionMe for 1.8 & MyAlerts 2.0 - jshort - 2014-12-24 Making progress! I already have the alert function working, my biggest hurdle was figuring out the autocomplete. I've got it working with a codebutton, but I'm going to play with it some more to see if I can get it working with the textarea itself. RE: MentionMe for 1.8 & MyAlerts 2.0 - Wildcard - 2014-12-24 The autocomplete feature relies on some of the Prototype built-in shortcuts, it is true, but porting it to jQuery shouldn't be that hard. I have been away for too long and I apologize for that, but please keep in mind that MentionMe is my product and if you want to contribute to that project, you should do it on GitHub rather than starting a separate effort under the same name. You can go to the GitHub project page: https://github.com/WildcardSearch/MentionMe and then fork the repository. RE: MentionMe for 1.8 & MyAlerts 2.0 - jshort - 2014-12-24 That's the plan. I wasn't going to make my fork public until after I made sure that the code was stable. ![]() RE: MentionMe for 1.8 & MyAlerts 2.0 - Eldenroot - 2014-12-24 OK, I am looking forward ![]() |