How to display large profile icon instead small in search (members) from Profile Manager? I search in members/form.php and search/index.php and couldn't find anything responsible for it.
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.
- LogerM@LogerM
LogerM - 0 likes
You must log in to post replies.Maybe it will be helpful for other users:
To change icons size (at example for medium similar for other sizes):
Edit:
profile/views/default/profile/listing.php and change "size" value from small to medium.
Edit:
css.php (in your theme) and change:
"search_listing_icon" width to 100px.
"search_listing" min-height to 100px.
If You dont want to display names (with bigger icons is nicer to show just icons) just remove "search_listing_info" DIV form views/default/enities/enity_listing.php
Works fine with Profile Manager and with default search.