-The problem with the different tabs in the river dashboard were solved -Now the plugin works with the widget activity.
View Pedro Prez'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.
A long awaited plugin! I am gonna try it out right away.
This is a Killer App :-}
holy smokes! thanks!
i have a straaaaaaang problem when i send a comment its apear as a number for a while befor to apear correctly :s
When there are more than 3 comments - only 2 comments are shown along with a message on top 'Show all 4 comments'. When I press the 'Show all 4 comments' link the river goes to a blank page. Can you please fix this bug.
Very good plugin Pedro.
I forgot to mention that the above bug is in comments which are posted to wireposts. We have the Wire integrated into the River. I will double check it with blogs and see if the bug is in blogs too or not.
Tested it on comments on blogs too. The bug is universal.
And in IE the issue is completely whacked out. You must test it on IE (I am using the latest version and have also tested it on the upcoming version 9).
when i post a comment i see the 8 or 118 number instad of my comment :(
The problem is there is all latest versions of IE, FF, Chrome, Opera & Safari.
Would this be work with 1.6.1?
@Tom - it would be helpful if you describe your current setup more such as your elgg version, server type (Windows, Linux etc.) do you have loads of plugins or just the standard bundle?
Me too... I see numbers... wonder why? oh, how do you add this functionality to "updating profile picture", pictures, photo albums, videos? I've been cracking my head against the wall, but no luck...
pedro, you planning to add notifications too?
@rjcalifornia:
you can add the content in start.php as below
Uncomment these three lines which already exist to enable profileiconupdate,friends activity(x is friend of y,for any site message)
extend_view('river/user/default/profileiconupdate', 'river_comments/comments');
extend_view('friends/river/create', 'river_comments/comments');
extend_view('river/sitemessage/create', 'river_comments/comments');
$priority = 600;
extend_view('river/object/thewire/create', 'river_comments/comments', $priority);
extend_view('river/object/blog/create', 'river_comments/comments', $priority);
extend_view('river/object/page/create', 'river_comments/comments', $priority);
extend_view('river/forum/topic/create', 'river_comments/comments', $priority);
Here is an example to add photo album creation related activity.
extend_view('river/object/album/create', 'river_comments/comments', $priority);
this is a indeed a beautiful plugin, what's missing is the notification feature. so users will know when someone else comments on it
I don't experience any problem so far with latest version of Firefox, Chrome and Internet Explorer 8.
Brilliant! What a neat little plugin - many thanks for sharing it!
@ Trajan @ Pedro
We are running Elgg 1.7.1 on a Centos Linux dedicated box. Yes we are running 18 plugins (includes the standard plugins)
I have reinstalled the plugin again - I am still facing the "View all 6 comments" link problem on all browsers.
@tom I have no problem in 1.7.1
Try disabling some plugins.
I have a problem, When I try to write comment, I don't get the comment button. What is the reason?

See the image below
Thanks, Pedro. Looks like a great plugin!
Unfortunately I couldn't get the "View all" feature to work right on my fresh Elgg 1.7.1 install in Firefox 3 and IE8. When I post a few comments and then click the "View all 4 comments" link, it should reveal the other comments. Instead it opens the entire website within the comments div.
The URL for the "View all" link looks ok (http://website.com/pg/river_comments/allcomments/?guid=175) and when the link is clicked the AJAX activity animation begins. But, as you can see by the image, the result is not good.
Here's an image of it.
http://img192.imageshack.us/img192/7783/elgg.jpg
The URL for the "View all" comments is functioning properly. If I visit that URL it takes me to a page that shows all the comments posted. Not sure what the problem could be.
Only the default plugins, plus riverdashboard, riverfaces, and event calendar, are currently installed.
Any help fixing this issue would be greatly appreciated. Thank you again for creating this plugin.
K
I often have seen this problem in Ajax actions that do not end in exit; or that return an empty string.
This may not be the problem in this case, however.
I have the same problem as kevin jardine