Well its been over a week since the first release and I am really excited to announce the next version.
This release make it easier for developers to make their plugins give live notificiations as it now uses the elgg notification handlers. all users have to do it add a new parameter $live = "has written on your wall...... etc.
take a look at the message board for example
notify_user($user->getGUID(), $_SESSION['user']->getGUID(), $subject = elgg_echo('messageboard:email:subject'),
$message = sprintf(
elgg_echo('messageboard:email:body'),
$_SESSION['user']->name,
$message_content,
$CONFIG->wwwroot . "pg/messageboard/" . $user->username,
$_SESSION['user']->name,
$_SESSION['user']->getURL()
),
$live = "has written on your message board <a href=\"". $CONFIG->wwwroot . "pg/messageboard/" . $user->username . "\"> click here to see it </a>"
);
New features
Please make sure that this plugin is at the bottom of your plugin list.
View Mark Harding'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.
What do you mean by site messages ?
It does work, you must just be doing something wrong.
elHayaze : the notifications that come through the internal message system.
No, im just drag two folders into mod folder, and then Im cannot acces my website. Thats all.
can you post your error log please? what version of elgg are you using?
Beta 1 is working, but this 0.5 version doesnt. i dont know how you install this stuff?? Im using elgg 1.6.1
Messageboard directory containt only one folder AJAX. Its good omen?
this plugin is only compatible with elgg 1.7.1, please upgrade
Im sorry. I cannot upgrade to 1.7 The whole website its develop to 1.6.1 Can you develop your plugin to older version elgg 16.1. I think that is a great plugin. I will be grateful for the help
Mark Harding : You mean the default elgg notification system (email, site) will be disabled by default by using this plugin right ? Wew I dont think people like the disabled notification. Why do you think its better to make it disabled ?
no, emails still work - its just the internal notifications that go the message box that are turned off.
Yeah. Message box notification is ridiculous if we have lots of notifications.
Btw, it replace the corresponding plugin (messageboard & notification) ? So if I want to add notification for forum action for example, I need to put it in the forum plugin and notification plugin ?
Any way we can make it to a new plugin ?
if you want to add another plugin to the notifications then follow the instructions above
css.php line 106
Slightly confusing perhaps.
Mark, this plugin is really something. Keep up the great work.
Well I went through to make sure everything was installed correctly, reloaded the elgg core, and re-did this plugin. I am not getting a php error on line 21 anymore, but when you click "Click here to see it" it kicks you to the mainpage, being here http://thatsepic.info/ . Your login is current by the way, I can comment on your message bored to give you more info by experience. Fantastic plugin though!
hello mark will this plugin work on 1.7. i was getting error after enabling this plugin
you make one^ look to your menu-bar and see if something other happens then got a message
that's cool and makes me relaxed
even good for mobil
Hi! I am having problem in adding new parameters like:
- For friend request plugin, when friend request is accepted.
- When someone like or dislike ones contant.
- When someone comment on ones contant.
Please help..
Thanks
Regards,
mnrtrq
im also interested in adding parameters for
- For friend request plugin, when friend request is accepted.
- When someone like or dislike ones contant.
- When someone comment on ones contant.
can u help us? thx in advance!
I'm getting this error:
* live notifications could not work because the plugin has not been updated *
I'm using Elgg v.1.7.3
* Notifications plugin is at the very bottom.
* I tried upgrading by hitting upgrade.php.
Is this not compatible with Elgg v.1.7.3?
@Mark Harding Really Useful plugin any new versions in feature.Eagerly waiting for more features in this
PLease add more features! :) been waiting for long.
I got exactly the same error as @GMA.
Really useful plugin. Please please update it for 1.7.3 when you get a chance :)
Same error as GMA and ocean oc. Any suggestions?
Can i use it on 1.7.4 version?
I was wondering if any one could help integrate this into riverdashboard, thewire and a friend request plugin. Thanks in advance.
I've started a topic discussion on extending the functionality of this plugin into other plugins ---> Here