Log in

View Full Version : Group Icon in Summary List


dweber
09-16-2010, 11:37 AM
We have a page that displays a summary list of our groups;

http://www.homesinguelph.ca/forums/group.php?cat=4

However, the group icons are not displayed. Just a generic group icon is displayed. Would anyone be able to assist and let me know what template to change and what code to add where?

induslady
07-17-2011, 04:35 AM
Hello,

Am also interested in this feature. Any help?

In this Group category page, instead of the status icon indicated by the red arrow
131116

I would like to place the Social Group's icon as indicated by the red arrow here.

131117
Let me know how to achieve this?

Thanks in advance.

grey_goose
07-17-2011, 08:54 PM
ACP > Styles & Templates > socialgroups_grouplist_bit

Find on line 4:
<div class="inner">

Replace with:
<img class="sgicon" src="{vb:raw group.iconurl}" alt="{vb:raw group.shortdescription}" /><div class="inner">

You might want to do more styling after that, or remove the default icon, but that's a quick and easy fix.

induslady
07-18-2011, 02:02 AM
Hello Grey_Goose,

Thanks for the code and definitely that solved the issue.

grey_goose
07-22-2011, 12:47 AM
Glad to help :)

grey_goose
07-24-2011, 12:25 PM
It makes a huge difference, this is totally one of those 'wtf' design things that's making vb look so dated.