Small note, there is a missing </td> tag in the instructions for the template, it should look like this:
code:
Change it to this:
<td align="left" width="15%" nowrap="nowrap">
<a href="{$config['phpurl']}/showmembers.php?Cat=$Cat&sb=$sortstatus&page=$page">
{$ubbt_lang['USER_STATUS']} $StatusS
</a>
[:"red"]</td>[/]
<td align="left" width="15%" nowrap="nowrap">
<a href="{$config['phpurl']}/showmembers.php?Cat=$Cat&sb=$sortlocation&page=$page">
Location $LocationS
</a>
Also, further down in the script there is a colspan that needs to changed.
Otherwise it seems to work fine.