View Juho Jaakkola'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.
i dont know exactly why, but on my site, the width of the notificatin list is full width, i mean its the same width has my screen...
What browser and which Elgg version are you using?
Firefox and elgg Release - 1.8.8, Version - 2012071100
Does the notification settings page look ok? The list and the setting page icons use the same CSS file which (among other things) should define the width of the notification list.
It now works great so far, thank you :)
hi, just wanted you to know..
I'm use this plugin together with the Addthis plugins, and the add this button will show bellow of the notification item =.="
@DRAFHA Thanks for the information. This is now fixed in the latest development version. You can get it from here.
Thank you again :)
Works great at the moment :)
Thanks a lot for the awesome plugin
For those who wish to download the latest development version from here, make shure you rename the folder in the mod from mod/elgg-notifer-master to mod/notifer before activating your plugin. Otherwise, you will see a fatal error blue page once a user clicks on View all notifications , the user will be directed to WebsiteURL/notifier/all and if you did not change the downloaded file in mod from elgg-notifer-master to notifier, your site will throw fatal error becouse it can't find a plugin called notifer!
Hi, again XD
Is there any way to make the notifier plugins available when using it on mobile view with mobilize plugins?
It doesn't support message board.
how can i put this on the sidebar?
@college See how the notifications are listed in views/default/notifier/popup.php. You could copy the code from there to your own view and then add it to sidebar for example like this:
problem: river:comment:object:hjannotation and bernardo likes your post "" 14 days ago
@marianito What is a hjannotation? It seems that the plugin which triggered that notification is missing the translation string for that river item.
What is the object that the user bernando liked? That empty string would suggest that it has neither title or description.
hjannotation is from a hype plugin, the framework, hypewall, but more likely hypealive
I have added some new features to the development version. I'll publish it in the community later after I have made some more tests.
Some of the new features:
There's again new features to test in the latest development version:
Juho Jaakkola : hi there .. how can i change the notification icon.. i dont find any graphic folder & i also dont find any where you calling the image in the coding.. nice plugin thanks..
@merilturock The icon is actually the background of a <span> element that has the class "elgg-icon-attention". It is added in function notifier_topbar_menu_setup():
You can also change it with a separate plugin by registering to "register, menu" hook and changing the text in the plugin hook handler. See http://docs.elgg.org/wiki/Plugin_Hooks
Oops, I meant to say the hook is: