This modification adds new panels (Friends, Group membership ) on the riverdashboard page
Replace the newestmembers.php file with the one in this directory: mod/riverdashboard/views/default/riverdashboard/
Backup old one.
What's new:
Bugfix in the Friends panel
Bugfix of bugfix (thx good_vibrations)
Enjoy
View ii001'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.
thank you good_vibrations for fix.
not worked for me made it worse lol but thanks anyhow :)
huh after updating this file i lost my old file. and getting the following message on the title for new friends "
riverdashboard:recentmembers" how to fix this and also the file its not working. my friends showing all total members...
please fix it.
it's written backup ...
go to your folder languages and add a line in en.php
'riverdashboard:recentmembers' => "Recent members",
A really nice improvement should be a drag n' drop moving boxes... and add a tag cloud
to add a tag cloud, add these lines at the end of the file :
<div class="sidebarBox">
<h3><?php echo elgg_echo('tag:widget') ?></h3>
<div class="membersWrapper"><br />
<?php
echo '<div id="tag_cumulus_container">';
echo display_tag_cumulus(0,50,'tags','object','','','') . '</div>';
?>
<div class="clearfloat"></div>
</div>
</div>
I hope to add a Posts of my groups downlist item. When this item was selected, the posts of my group will be displayed. How to achieve this functionality? Thanks!
Thanks dude - very useful
when someone commments on a picture or something, the river dashboard shows it with showing the name of the file as in the following example, filename is "one-free-p" and the link as follows:
http://www.xxxxxx.com/pg/photos/view/6978/one-free-p
while actually, the link should be
http://www.pakhtuns.com/pg/photos/view/6978
cuz 6978 is the name of the image file..
how to fix this..?
thanks
Love the plugin! Would like it in Spanish so I translated the en.php but am getting a parse error that I can't seem to fix.
So here are lines 85 - 90
'river:photo:many' => 'Con muchos fotos',
'river:photo:upload' => 'Subir fotos',
'river:mostviewed' => 'Fotos más populares',
/*
*polls
I can't make head or tails of this.
Thanks,
Maybe you should delete "&" and ";"
Riverdashboard extension does exactly what it intends to do!
Hello.
Are there knows how to make tags arranged in a vertical row? Best 10 tags arranged one above the other...
Thanks!