When flexgroupprofile is enabled, and I upload a new group icon, the page must be refreshed before the new icon is visible.
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.
- Stan@stanbray
Stan - 0 likes
- Stan@stanbray
Stan - 0 likes
- Kevin Jardine@kevin
Kevin Jardine - 0 likes
- Stan@stanbray
Stan - 0 likes
You must log in to post replies.I am using Elgg 1.7.4
I found the problem. In actions/edit.php, it is missing a line. At line 211 add:
$group->icontime = $time();
Thanks Stan,
I've included this fix in my code and it will be in the next release.
You are quite welcome, Kevin.
Thanks for all the plugin work you have done on Elgg.