over view front side updated:
This commit is contained in:
parent
7c775f6125
commit
c376072989
1 changed files with 2 additions and 2 deletions
|
@ -61,7 +61,7 @@ class userquery extends CBCategory{
|
|||
|
||||
$basic_fields = array(
|
||||
'userid', 'username', 'email', 'avatar', 'sex', 'avatar_url',
|
||||
'dob', 'level', 'usr_status', 'user_session_key','featured','ban_status'
|
||||
'dob', 'level', 'usr_status', 'user_session_key','featured','ban_status','total_photos','profile_hits','total_videos','total_subscriptions'
|
||||
);
|
||||
|
||||
$cb_columns->object( 'users' )->register_columns( $basic_fields );
|
||||
|
@ -201,7 +201,7 @@ class userquery extends CBCategory{
|
|||
# Set basic video fields
|
||||
$basic_fields = array(
|
||||
'userid', 'username', 'email', 'avatar', 'sex', 'avatar_url',
|
||||
'dob', 'level', 'usr_status', 'user_session_key'
|
||||
'dob', 'level', 'usr_status', 'user_session_key','total_photos','profile_hits','total_videos','total_subscriptions'
|
||||
);
|
||||
|
||||
return $this->set_basic_fields( $basic_fields );
|
||||
|
|
Loading…
Add table
Reference in a new issue