Home
last modified time | relevance | path

Searched refs:user_avatar_type (Results 1 – 19 of 19) sorted by relevance

/dports/chinese/phpbb-tw/phpBB2/includes/
H A Dusercp_avatar.php112 … user_avatar = '" . str_replace("\'", "''", $avatar_filename) . "', user_avatar_type = " . USER_AV…
293 …$avatar_sql = ( $mode == 'editprofile' ) ? ", user_avatar = '$new_filename', user_avatar_type = " …
H A Dusercp_register.php208 …$user_avatar_type = ( empty($user_avatar_local) && $mode == 'editprofile' ) ? $userdata['user_avat… variable
235 $user_avatar_type = USER_AVATAR_GALLERY; variable
834 …$user_avatar_type = ( $userdata['user_allowavatar'] ) ? $userdata['user_avatar_type'] : USER_AVATA… variable
887 if ( $user_avatar_type )
889 switch( $user_avatar_type )
/dports/www/phpbb/phpBB2/includes/
H A Dusercp_avatar.php112 … user_avatar = '" . str_replace("\'", "''", $avatar_filename) . "', user_avatar_type = " . USER_AV…
293 …$avatar_sql = ( $mode == 'editprofile' ) ? ", user_avatar = '$new_filename', user_avatar_type = " …
H A Dusercp_register.php208 …$user_avatar_type = ( empty($user_avatar_local) && $mode == 'editprofile' ) ? $userdata['user_avat… variable
235 $user_avatar_type = USER_AVATAR_GALLERY; variable
834 …$user_avatar_type = ( $userdata['user_allowavatar'] ) ? $userdata['user_avatar_type'] : USER_AVATA… variable
887 if ( $user_avatar_type )
889 switch( $user_avatar_type )
/dports/chinese/phpbb-tw/phpBB2/admin/
H A Dadmin_users.php262 $user_avatar_type = ( empty($user_avatar_loc) ) ? $this_userdata['user_avatar_type'] : ''; variable
293 $user_avatar_type = USER_AVATAR_GALLERY; variable
784 $user_avatar_type = $this_userdata['user_avatar_type']; variable
942 if( $user_avatar_type )
944 switch( $user_avatar_type )
/dports/www/phpbb/phpBB2/admin/
H A Dadmin_users.php262 $user_avatar_type = ( empty($user_avatar_loc) ) ? $this_userdata['user_avatar_type'] : ''; variable
293 $user_avatar_type = USER_AVATAR_GALLERY; variable
784 $user_avatar_type = $this_userdata['user_avatar_type']; variable
942 if( $user_avatar_type )
944 switch( $user_avatar_type )
/dports/chinese/phpbb-tw/phpBB2/install/schemas/
H A Dmssql_schema.sql360 [user_avatar_type] [smallint] NULL ,
637 CONSTRAINT [DF_phpbb_users_user_avatar_type] DEFAULT (0) FOR [user_avatar_type]
H A Dpostgres_schema.sql505 user_avatar_type int2 DEFAULT '0' NOT NULL, field
/dports/www/phpbb/phpBB2/install/schemas/
H A Dmssql_schema.sql360 [user_avatar_type] [smallint] NULL ,
637 CONSTRAINT [DF_phpbb_users_user_avatar_type] DEFAULT (0) FOR [user_avatar_type]
H A Dpostgres_schema.sql505 user_avatar_type int2 DEFAULT '0' NOT NULL, field
/dports/chinese/phpbb3-tw/phpBB3/install/schemas/
H A Dsqlite_schema.sql946 user_avatar_type tinyint(2) NOT NULL DEFAULT '0', field
H A Dmysql_40_schema.sql976 user_avatar_type tinyint(2) DEFAULT '0' NOT NULL, field
H A Dmssql_schema.sql1662 [user_avatar_type] [int] DEFAULT (0) NOT NULL ,
H A Dfirebird_schema.sql1376 user_avatar_type INTEGER DEFAULT 0 NOT NULL, field
H A Dmysql_41_schema.sql976 user_avatar_type tinyint(2) DEFAULT '0' NOT NULL, field
H A Dpostgres_schema.sql1242 user_avatar_type INT2 DEFAULT '0' NOT NULL, field
H A Doracle_schema.sql1805 user_avatar_type number(2) DEFAULT '0' NOT NULL, field
/dports/chinese/phpbb3-tw/phpBB3/includes/
H A Dfunctions_convert.php399 WHERE user_avatar_type = ' . AVATAR_REMOTE;
/dports/www/phpbb3/phpBB3/includes/
H A Dfunctions_convert.php392 WHERE user_avatar_type = ' . AVATAR_REMOTE;