\n
".$locale['uf_forum-stat']."
\n
\n"; if (defined('FORUM_EXIST')) { $user_fields .= "--"; } else { $user_fields .= "
".$locale['uf_forum-stat_na']."
\n"; } $user_fields .= "
\n\n
"; } } else if ($profile_method == "display") { if (defined('FORUM_EXIST')) { $user_fields = [ 'title' => $locale['uf_forum-stat'], 'value' => number_format(dbcount("(forum_id)", DB_FORUM_POSTS, "post_author='".intval($_GET['lookup'])."'")) ]; } }