Usergroup Edition
Posted: 18 Jul 2010, 08:04
1) Have you ever thought of centralizing the avatar and the rank if selected to your usergroup over the ACP?
Well it's super easy to do that.
Open: memberlist_body.html
Find:
Replace with:
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:
Replace with:
If you wanted to delete it, you'd just have to remove {GROUP_TYPE}.
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>