Home
last modified time | relevance | path

Searched refs:profile_fields_cache (Results 1 – 4 of 4) sorted by relevance

/dports/www/phpbb3/phpBB3/
H A Dmemberlist.php1720 $profile_fields_cache = $cp->grab_profile_fields_data($user_list); variable
1723 foreach ($profile_fields_cache as $user_id => $user_profile_fields)
1729 unset($profile_fields_cache[$user_id][$field_ident]);
1766 …$cp_row = (isset($profile_fields_cache[$user_id])) ? $cp->generate_profile_fields_template_data($p…
H A Dviewtopic.php1567 $profile_fields_cache = array(); variable
1570 $profile_fields_cache[$profile_user_id] = array();
1575 $profile_fields_cache[$profile_user_id][$used_ident] = $profile_field;
1919 …$cp_row = (isset($profile_fields_cache[$poster_id])) ? $cp->generate_profile_fields_template_data(…
/dports/chinese/phpbb3-tw/phpBB3/
H A Dviewtopic.php1240 $profile_fields_cache = array(); variable
1243 $profile_fields_cache[$profile_user_id] = array();
1248 $profile_fields_cache[$profile_user_id][$used_ident] = $profile_field;
1498 …$cp_row = (isset($profile_fields_cache[$poster_id])) ? $cp->generate_profile_fields_template('show…
H A Dmemberlist.php1523 $profile_fields_cache = $cp->generate_profile_fields_template('grab', $user_list); variable
1543 …$cp_row = (isset($profile_fields_cache[$user_id])) ? $cp->generate_profile_fields_template('show',…