It didn't seem to work or do anything really. I tried doing what you said with showgroups and it didn't work. Though I'm not using showgroups in that screenshot I attached in original post, I'm using a Showroster Hack, but it didn't seem to work there either. Here's the
showroster_header template I'm trying to work with if that helps at all:
Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<if condition="($groupsort == 'username')"><td class="tcat" colspan="12">Usernames ($usercount)</td>
<else /><td class="tcat" colspan="12"><div style="float:left">$user[$groupsort] </div><div style="float:right">$usercount Members</div></td></if>
</tr>
<tr>
<td class="thead" width="42%">$vbphrase[user_name]</td>
<td class="thead" width="24%">Custom Title</td>
<td class="thead" width="12%">Post Count</td>
<td class="thead" width="11%">Join Date</td>
<td class="thead" width="11%">Last Seen</td>
</tr>
$rosterbits
<tr>
<td class="vbmenu_control" align="center" colspan="7"><span class="smallfont">Description here...</span></td>
</tr>
</table>
<br />
I highlighted where I want the usergroup description in red.
- Revenga