DOES ANY ONE HAVE THE IDEA ON HOW TO GET USER GUID OR USERNAME FOR THE ICON AT RIVER.....
AV TRIED TO EDIT THIS BUT NUTHING WORKS
mysite/views/defult/river/elements/image.php
...........................................................
<?php
/**
* Elgg river image
*
* Displayed next to the body of each river item
*
* @uses $vars['item']
*/
$subject = $vars['item']->getSubjectEntity();
echo elgg_view_entity_icon($subject, 'small');
.................................................
have tried the function
elgg_get_page_owner_guid(); AND elgg_get_page_owner_entity();
but it returns onli the Current user/guid in all the ICONS
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.
- Team Webgalli@webgalli

Team Webgalli - 0 likes
- DhrupDeScoop@Dhrup2000

DhrupDeScoop - 0 likes
You must log in to post replies.$subject->guid;
USING ALL UPPERCASE is pretty BAD BAD etiquette when posting on FORUMS ;-)