Ignore:
Timestamp:
12/08/07 00:04:43 (4 years ago)
Author:
hverton
Message:

update all user queries to include the user_status, to select only active user accounts
removed download bar selection from the download module (should be in the download bars module)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/templates/main.profile.members.tpl

    r1121 r1159  
    2323                    <td class='tbl2'> 
    2424                        <b>{$data.user_name}</b> 
    25                         {if $data.user_status == 1} <span class='small'>({$locale.425})</span>{/if} 
    26                         {if $data.user_status == 2} <span class='small'>({$locale.426})</span>{/if} 
     25                        {if $data.user_status != 0} 
     26                        &middot; 
     27                        <div class='small' style='display:inline;color:red;font-weight:bold;'> 
     28                            {if $data.user_status == 1}{$locale.425}{/if} 
     29                            {if $data.user_status == 2}{$locale.426}{/if} 
     30                            {if $data.user_status == 3}{$locale.428}{/if} 
     31                        </div> 
     32                        {/if} 
    2733                    </td> 
    2834                    <td align='right' class='tbl2'>{$data.user_level}</td> 
Note: See TracChangeset for help on using the changeset viewer.