New version released in plugin pack from snow.
This plugin is nearly stable,but I still suggest to test it in a local site before use in a public site.
改进到现在已经比较稳定了,不过还是建议先在测试站点上试一下没问题在用在运营中的网站上
What's this?
A modify to the riverdashboard.
Installation
Extract the two folder,riverdashboard and pack_of_roaming_cat into your elgg's mod folder.
What's new in 0.53
What'new in 0.50
TO show image thumb for tidypic,edit tidypic/actions/upload.php,about line 120~130
add
add_to_river('river/object/image/create', 'create', $_SESSION['guid'], $file->guid);
before
} else { //file exceeds file size limit, so delete it
$file->delete();
array_push($not_uploaded, $name);
and make sure riverdashboard is below tidypics in the tool admin panel
==========================
Extra view useage:
echo elgg_view('river/item/extra',
array('performed_by' => $performed_by,
'object' => $object,
'body' => $body,
'show_comment' => TRUE,)
);
in some river item's view.
Examples:
blog/views/default/river/object/blog/create.php
<?php
/**
* Show full content of blog in river
*
* @package ImprovedRiverDashboard
*/
/**
* @author Snow.Hellsing <snow.hellsing@firebloom.cc>
* @copyright FireBloom Studio
* @link http://firebloom.cc
*/
$performed_by = get_entity($vars['item']->subject_guid); // $statement->getSubject();
$object = get_entity($vars['item']->object_guid);
$url = $object->getURL();
$url = "<a href=\"{$performed_by->getURL()}\">{$performed_by->name}</a>";
$summary .= elgg_echo("blog:river:create") . " <a href=\"" . $object->getURL() . "\">" . $object->title . "</a>";
$toggle = "<div><a onclick=\"$('#blog_details-{$object->guid}').toggle();return false;\" class=\"river_item_toggle_details\" href=\"\">".elgg_echo('toggle_details').'</a></div>';
$details = "<div id=\"blog_details-{$object->guid}\" class=\"blog_post\" style=\"display:none\">";
$details .= "<h2>$object->title</h2>";
$details .= elgg_view('output/longtext',array('value'=>$object->description));
$details .= '</div>';
echo elgg_view('river/item/extra',
array('performed_by'=>$performed_by,
'object'=>$object,
'body'=>$summary.$toggle.$details,
'show_comment'=>TRUE));
?>
=======================================================
这是什么?
riverdashboard的修改版
安装
把riverdashboard和pack_of_roaming_cat这俩文件夹解压到elgg的mod目录下
说明
Here comes the screenshot:
View Snow.Hellsing'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.
Anyone know of a way to make it so a post on the river is just for your friends and not everyone? Seems like there should be a setting to allow post to be seen by friends or all etc ...
When will there be an updated version with all the fixes included so that the river finally does look like Facebook's?
Hello, I'm pretty new to elgg so maybe my question is trivial. Using your riverdashboard I have some problems with thewire posts and the blog posts. The page displays correctly the user name and the date, but near them it adds: " river:item:toggle_comments" which links to the dasboard page again.
Under the comment box, it also shows a blue button with the words "river:comment:post"
anybody got a clue? Thank you so much
pics are still private if when uploading that picture they defined the settings as private or friends only, etc.
Does this function properly with 1.6 o_O?
Great work! I don't know if this is possible, but i would really like to add another tab to incorporate the "Message Board" which i've renamed to be 'status updates', so it would be more like Facebook and give the different options... and instead of posting to the river, post to the message board
Does anyone know how to add delete to the first comment? You can delete the replys but thats it.
The screenshot is invisible.
Today, the screenshots are visible. Thanks!
Thanks for this wonderful plugin....Plugin works...just one thing...the recent members do not show any members. Any idea? Thanks.
nice plugin. btw any one known how can i get my latest 'what are you doing, tell everyone on the river' ? i'm a newbies. thanks for your help
Hello. I use a plugin RiverFaces, and when I enable your plugin my thumbnail picture is a duplicate. How can I disable the addition of the owner of the thumbnails in your plugin?
Hey we need some help!.
There's a way to only show the activity of my friends instead of show the activity of all members of the network.
Thanx in advice for any helpful information.
BTW jededitor you did an amazing job!!!
Anyone know if there is a way to make this work with the 3 column river dashboard, the combination of the 2 would be epic!!
@chambo67
I did combine the the two plugins, but not exactly 3 column. What I did is just copy, for example, the miniprofile.php from the 3 col river to the facebook-like river plugin --riverdashboard\views\default\riverdashboard and modify the index.php
Nice idea, but I have to have it in the 3 column because i have that monetized, too may revenue streams in there. Nice what ya did though.
hey, my problem is shown on the following picture. Most of the thumbnail pictures are ordered confused... Do you have an idea, how I can correct this?
thank you!
sry, here my picture:
I'd like to see @-replys and #hastags like twitter has in this plugin, are you still developing it ?
and i have the same problem with RiverFaces and this plugin as David Stawowy mentioned above.
Has anyone tried this plugin on Elgg 1.7.1?
yep me ... with the problem mentioned above ... and here http://community.elgg.org/pg/plugins/openid_20310/read/384793/plugin-pack-from-snow?annoff=25
works idiotter?
nope, any idea ... dev doesn't support this plugin anymore ...
Can somebody make the comment system of this plugin work in Elgg 1.7.1 and upcoming 1.7.2?
Is there any fix for Elgg 1.7.1 ?