Another super mod!!! Thanks BUNCHES!!! I love your mods!!!
For anyone else who, like me, did not want to display usergroups on the left and meet the admins on the right...here's how to get rid of those:
To get rid of the usergroups block on the left, delete this code in memberindex_index template:
Code:
<table cellpadding="2" cellspacing="2" width="100%" class="tborder" style="margin-bottom:$vboptions[memberindex_spacer]px;">
<tr>
<td class="tcat" align="left" height="20">
<div class="smallfont"><b> » $vboptions[memberindex_usergroups_text]</div>
</td>
</tr>
<tr>
<td align="left" valign="top" class="alt1"">
<div class="smallfont">
$menulinks
</div>
</td>
</tr>
</table>
<br />
To get rid of the meet admins block on the right, delete this code in memberindex_index template:
Code:
<if condition="!empty($admins)">
$admins
</if>
Marina, please let me know if this will cause any issues. Thanks*