View mpsaini85's plugins
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
Seems to work ok, but if your in the middle of typing a comment or status (wire post) then when the refresh comes around, it refreshes, deletes what you've wrote and awards u with user points (if using the usepoints plugin). Any way around that?
@Vextah you would need to add a conditional in the jQuery code. Something like:
Thanks for the reply, but thats just a little above my head in terms of ability and understanding :/ I wouldnt know where to start... Maybe this could be included in future revisions?
Oops, no if needed lol. Yeah, I'd hack away at the code if you want to learn more.
$(element).on('change', function() { // do said function });
Can we submit a bug report to the plugin author? Thanks.