| # |
sort('Date/Time Registered (CST)', 'User.created', array('title'=>'Click to sort with registered date')); ?> |
sort('Username', 'User.username', array('title'=>'Click to sort with username')); ?> |
sort('Email', 'User.email', array('title'=>'Click to sort with email address')); ?> |
sort('Date of Last Login', 'User.updated', array('title'=>'Click to sort with date of last login')); ?> |
sort('Total # of Logins', 'User.login_count', array('title'=>'Click to sort with total number of logins')); ?> |
sort('# of Visits to Public Page', 'User.visit_count', array('title'=>'Click to sort with number of visits')); ?> |
join Method |
Installed BButton |
Delete Account |
# of Tabs (Public/ Private) |
# Referrals invited/ joined/ completed |
Browser last used |
Unlock Features |
Edit Email |
= 1293167067)
// {
if($user['User']['admin_drag_trash'] == 1)
{
$bonus = $bonus.'LT';
}
if($user['User']['admin_drag_category'] == 1)
{
if($bonus != '')
{
$bonus = $bonus.',CT';
}
else
{
$bonus = $bonus.'CT';
}
}
if($user['User']['admin_search'] == 1)
{
if($bonus != '')
{
$bonus = $bonus.',SL';
}
else
{
$bonus = $bonus.'SL';
}
}
if($user['User']['admin_bookmarklet'] == 1)
{
if($bonus != '')
{
$bonus = $bonus.',BU';
}
else
{
$bonus = $bonus.'BU';
}
}
if($user['User']['admin_drag_links'] == 1)
{
if($bonus != '')
{
$bonus = $bonus.',DL';
}
else
{
$bonus = $bonus.'DL';
}
}
if($user['User']['admin_drag_category'] == 1)
{
if($bonus != '')
{
$bonus = $bonus.',DC';
}
else
{
$bonus = $bonus.'DC';
}
}
// }
$tr = array (
$count,
date("Y-m-d",strtotime($user['User']['created'])) . ' @ '. date('h:i A', strtotime($user['User']['created'])),
$html->link($user['User']['username'], '/' . $user['User']['username']),
$user['User']['email'],
date('Y-m-d', strtotime($user['User']['updated'])),
$html->link($user['User']['login_count'] . ' Click for Details', '/loginDetails/' . $user['User']['id'] . '/' . $user['User']['username'], array('class'=>'thickbox', 'title'=>'Login Details')),
$user['User']['visit_count'],
$joinType,
$bookmarkletStatus,
$html->link('Delete', '/deleteUser/' . $user['User']['id'] . '/' . $user['User']['username'], array('class'=>'thickbox', 'title'=>'Delete ' . $user['User']['username'] .'?')),
$user[0]['countTabPublic'].'/'.$user[0]['countTabPrivate'],
$user[0]['countReferr'].'/'.$user[0]['countR2'].'/'.$user[0]['countR3'],
$user['User']['browser'] ,
$bonus,
$html->link( 'editEmail', '/editEmailByAdmin/' . $user['User']['id'].'/'.$user['User']['email'], array('class'=>'thickbox', 'title'=>'Change Email'))
);
echo $html->tableCells($tr,array('class'=>'altRow'),array('class'=>'evenRow'));
$count++;
} ?>
numbers(); ?>