is there any reasonable way to get group icon inside of owner_block without fixed width, height ?
i have been messing with groups_set_icon_url for hours now and can't even add class for the img
thanks for any help
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.
- ihayredinov@ihayredinov
ihayredinov - 1 like
- ezisLV@ezisLV
ezisLV - 0 likes
You must log in to post replies.I think the only easy way is to override the icon/group view.
You could also filter view_vars for output/img but I am not sure if you can determine with certainty where the view is rendered (you could check owner block context, I believe it is set somewhere).
you where right many thanks
here's the fix
in owner_block elgg_view_entity_icon i added $vars plus a little css