is there any way to have BOTH icons and avatars in the activity stream on riverdashboard?
right now its just one or the other "would you like to use user avatars or icons on your site activity stream?"
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
- dimes@dimes
dimes - 0 likes
- Trajan@Trajan
Trajan - 0 likes
You must log in to post replies.You need to modify the riverview. Currently the image in river view is drawn depending on the setting in the admin panel. Sorry, forgot the exact file name to tell you
I did it by modifying
\views\default\river\item\wrapper.php
this result:
on http://friendsfirst.de
dimes is correct. There is an if...else... statement in the wrapper.php, get rid of that and echo the icon where you want it to appear and you're all set.