
| Tutorials Main Latest Tutorials Popular Tutorials Top Rated Tutorials |
| Login to See your Favorite Tutorials |
| Description: This tutorial will show you how to hide inactive clan members from non-clan members using the Clan Roster template system. | |
| Version: 1.0 | |
| Added on: 07 December 2008 | |
| Author: Floppydrivez | |
| Difficulty Level: Very Easy | |
| Views: 737 | |
This is an example
Open modules/Clan_Roster/templates/default/home/index.tpl
Find (around line 60)
| Code: |
| <tr>
<td align="center" colspan="6" class="option"><font id="hcolor">InActive Members</font> </td></tr> |
| Code: |
| {if $EDITMID neq -1} |
| Code: |
| {/foreach} |
| Code: |
| {else}
<tr><td align="center" colspan="6" id="rcolor">Inactive members are only visible to other clan members.</td></tr> {/if} |