If anyone want to add the icon1.gif at the left of any discussion (like the forum threads) do the following changes.
Attachment 124417
In the template
socialgroups_group find
Code:
$template_hook[group_discussionlist_start_col]
Add below
Code:
<td class="thead"></td>
In the template
socialgroups_discussion find
Code:
$template_hook[group_discussionbit_start]
Add below
Code:
<td class="alt1" align="center"><img src="path/images/icons/icon1.gif"></img></td>
where "
path" your forum url :up:
You're done!