Thanks to nicholasmscott (https://github.com/nicholasmscott) for providing the update.
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.
how I can make it works on poll plugin too ?
I get this message in the notifier
river:comment:object:poll 5 hours ago
please help because this notifier is realy amazing.
@Pala Thanks for the positive feedback!
Having that kind of string in the notifier means that the poll plugin doesn't have a translation string for river item telling than someone has left a comment on a poll. You can add this translation to the translations file:
The %s marks will be replaced by notifier so then the message becomes:
Where "Juho" and "my poll" are links.
can this plugin be integrated on onchannel.net ?
@andrewjeff Depends on whether that service has some kind of API to communicate with. Elgg and notifier are open source so you can do whatever modifications you like in that end.
Thanks Juho,
I have some API integrated in the dle platform, the IMDb API and the moviedatabase API. but i got my answer, i know it`s possible...got to find a good freelancer to work on it.
great site here
Hi Juho,
is it possible that you make the Notifier combatible with HyperForum? Would be cool.
Best regards,
Pala
@Pala
I don't know that plugin so it's difficult to say. What does "compatible" mean in this case? Is there an incompatibility issue or would you like to request a new feature to either one of the plugins?
I mean so we get notifications on forum topics and replys.
My guess is that it would require too much plugin-specific hacks. But I can maybe take a quick look. Where can I find the plugin?
https://github.com/hypejunction/ it is from Ismayil Khayredinov
Greetings everybody from Nicaragua.
@Juho I have a problem, when a friend make a comment on my post, in the notifier box does not appear any text, only the time of the comment(just now, 10 minutes ago, etc).
Any idea?. Thanks for the help.
I have installed the "river comments" plugin, I tried to solve it by adding this code line
'river:comment:object:thewire' => "%s commented on your publication %s",
to the language file in the plugin "the wire", also in the language file "river comments" plugin
but nothing happen, the same problem
Thanks again.
@Norwin10 Can you provide a link to the plugin in question? I wan't able to find any other but this outdated version.
Thanks for your answer @Juno I have installed:
http://community.elgg.org/plugins/1126413/1.5/river-comments-elgg-188
I also just tried 1.6 version:
http://community.elgg.org/plugins/1126413/1.6/river-comments-elgg-188
But still the same problem. In fact with this version, check this screenshot
I hope you can help me.
Thanks
I also have other problem, when a user accept a friend request the sender does not receive a notification that his request has been approved, well, let's see what happen with my original ask.
@Norwin10
I am not able to reproduce the problem. I installed the river_comments plugin and it says "Administrator commented on the blog Test 4 minutes ago" even when notifier is enabled. Does the problem appear only when you comment some specific content types (blog, wiki, file, etc)?
There is currently no such feature in Elgg so there's no way notifier could display a message about it.
Hi @Juho thanks for your time.
Well, you did it in a blog, but, did you try in friend's comment? like my case? like my screen shot?.
*Does the problem appear only when you comment some specific content types (blog, wiki, file, etc)?
Yes, in this case only, it works perfectly in "likes", "groups", "event manager".
@Norwin10
Now I got it!
Thewire messages are in fact not supposed to be commented at all! By default the "comments" to a thewire post are in fact other the wire posts that are just attached to a common message thread. So in a way there is a bug in the river_comments plugin. It should not display a comment box under a thewire post.
However the actual problem of not seeing the message in notifier should indeed get fixed by adding the translation:
So if that doesn't work there's something wrong with the syntax. Check if you have made any mistakes in the file. Also try refreshing your caches. It may be that your site is using cached translations that do not yet include the new translation string.
Hi @Juho thanks!
Well you right, it seems to be a bug in the river comment plugin, but check this:
1. When a friend publish a post, it appears in the notifier box.
2. When a friend comment on your post happen the problem that we are talking about (does not appear anything)
3. In a third or fourth etc comment on a post does not appear anything.
So the notifier only works in the case number one, maybe in a next release we will have this bug fix.
Thank you so much for your help.
In the plugin description it says:
So that's why nothing appears in the point 3.
I got the 2nd point fixed by adding the translation string. I don't know why it's not working on your site.
Hi! well I tried by adding the translation string to the notifier and river comments, even in the wire plugin but is the same problem. where did you add it?
Do you have facebook theme installed?
**Notification won't appear again if there is unread notification that is exactly the same.
So that's why nothing appears in the point 3.
the notifications do not has been read, by clicking in the check on the notifier box?
Hi, Add support notifications for this plugin: http://community.elgg.org/plugins/1355385/1.0.0/favourites
Thank you!
@EleazarRobaina I'm currently working on upgrading the plugin for Elgg 1.9, but I will try to take a look at doing some updates for the Elgg 1.8 version also. Can't promise anything at the moment though.