Quote:
Originally Posted by sensimilla
The new version messed my forumhome display.
Back to 1.5.0
|
If you have modified the templates, you'll have to implement a change. Sorry, I forgot to mention this in the upgrade notification, I'll do that now. If you only imported the product and did not change your forumhome_cel_social_groups_groupsbit template, this is done automatically,
In forumhome_cel_social_groups_groupsbit find
Code:
<img src="$statusimg$icon_ext" alt="" border="0" />
replace with
Code:
<img src="$statusimg" alt="" border="0" />
Please note: It will no longer be possible to use .gif or .png on a per style basis, since I can't keep the icon extension variable in the template (this collides with bug concerning icons stored in the file system). You'll have to choose either png or gif for all your styles. As a workaround you always can convert the few icons needed for new or old groups.