Fixed: error in danish language file
View Per Jensen'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.
Extend the thewire page tested. In the thewire/all page it does not show icon and friends.
Any suggest?
@Nudeler - It's not meant to. It only should add the views to the activity page.
But you can easily change that. Open start.php and add the wire context to the conditions wrapping the views you want to show on the wire page:
if ((elgg_get_context() == 'activity' || elgg_get_context() == 'thewire') && (elgg_get_plugin_setting('show_icon', 'river_addon') == 'yes')){
Yah! Finally, was waiting for this ;) Recommended.
I already did so - but only in the thewire/all page it does not show icon and friends.
Try with, $owner = set_page_owner(elgg_get_logged_in_user_guid()); in friends.php.
Nice! recommended!
@gilli
tried, didn't work.
Should look like this,
<?php
$owner = set_page_owner(elgg_get_logged_in_user_guid());
$owner = elgg_get_page_owner_entity();
GREAT! THX!
I get some problems when viewing the Activty page when not logged in.
Friends
Fatal error: Call to a member function getGUID() on a non-object in /homepages/18/d276598355/htdocs/social_network/elgg/mod/river_addon/views/default/page/elements/mygroups.php on line 4
See here
See to be ok when I turn off the option to include MY GROUPS in the side bar...
Yes, I'll upload a new version tomorrow..