Well it's super easy to do that.
Open: memberlist_body.html
Find:
Code: Select all
<!-- IF AVATAR_IMG -->{AVATAR_IMG}<!-- ENDIF -->
<!-- IF RANK_IMG -->{RANK_IMG}<!-- ENDIF -->
<!-- IF GROUP_RANK -->{GROUP_RANK}<!-- ENDIF -->
Code: Select all
<!-- IF AVATAR_IMG --><center>{AVATAR_IMG}</center><!-- ENDIF --><br />
<!-- IF RANK_IMG --><center>{RANK_IMG}</center><!-- ENDIF --><br />
<!-- IF GROUP_RANK --><center>{GROUP_RANK}</center><!-- ENDIF --><br />
2) Have you ever noticed that while viewing a usergroup you see the default description? Is it bothering you?
It bothers me so why keep it when it can be either edited (make it stand out) or deleted (make it disappear)?
Open: memberlist_body.html
Find:
Code: Select all
<p>{GROUP_DESC} {GROUP_TYPE}</p>
Code: Select all
<p>{GROUP_DESC} <strong>{GROUP_TYPE}</strong></p>