Quote:
Originally Posted by ZacUSNYR
My fix.
In the memberinfo find usergroup section.
Find the if statement and modify it ... replace the if and everything between with
Code:
<if condition="$show['membergroups']">
<td class="alt2" valign="top">Member of the group(s) below.</td>
$membergroupbits
<else />
Edit memberinfo_membergroupbit
Replace all with
Code:
<tr>
<td class="alt1"></td>
<td class="alt2">
<div>$usergroup[opentag]<strong>$usergroup[title]</strong>$usergroup[closetag]<if condition="$usergroup[description]">:</if></div>
<div class="smallfont">$usergroup[description]</div>
</td>
</tr>
|
Good Job! Do you mind if I add that to the 1st post?