', $context['page_title'], ' |
', $txt['smf_stats_2'], ' |
|
', $txt[488], ': |
', $context['show_member_list'] ? '' . $context['num_members'] . '' : $context['num_members'], ' |
', $txt[489], ': |
', $context['num_posts'], ' |
', $txt[490], ': |
', $context['num_topics'], ' |
', $txt[658], ': |
', $context['num_categories'], ' |
', $txt['users_online'], ': |
', $context['users_online'], ' |
', $txt[888], ': |
', $context['most_members_online']['number'], ' - ', $context['most_members_online']['date'], ' |
', $txt['users_online_today'], ': |
', $context['online_today'], ' | ';
if (!empty($modSettings['hitStats']))
echo '
', $txt['num_hits'], ': |
', $context['num_hits'], ' | ';
echo '
|
|
', $txt['average_members'], ': |
', $context['average_members'], ' |
', $txt['average_posts'], ': |
', $context['average_posts'], ' |
', $txt['average_topics'], ': |
', $context['average_topics'], ' |
', $txt[665], ': |
', $context['num_boards'], ' |
', $txt[656], ': |
', $context['common_stats']['latest_member']['link'], ' |
', $txt['average_online'], ': |
', $context['average_online'], ' |
', $txt['gender_ratio'], ': |
', $context['gender']['ratio'], ' | ';
if (!empty($modSettings['hitStats']))
echo '
', $txt['average_hits'], ': |
', $context['average_hits'], ' | ';
echo '
|
', $txt['smf_stats_3'], ' |
', $txt['smf_stats_4'], ' |
|
';
foreach ($context['top_posters'] as $poster)
echo '
', $poster['link'], ' |
', $poster['num_posts'] > 0 ? '' : ' ', ' |
', $poster['num_posts'], ' |
';
echo '
|
|
';
foreach ($context['top_boards'] as $board)
echo '
', $board['link'], ' |
', $board['num_posts'] > 0 ? '' : ' ', ' |
', $board['num_posts'], ' |
';
echo '
|
', $txt['smf_stats_11'], ' |
', $txt['smf_stats_12'], ' |
|
';
foreach ($context['top_topics_replies'] as $topic)
echo '
', $topic['link'], ' |
', $topic['num_replies'] > 0 ? '' : ' ', ' |
', $topic['num_replies'], ' |
';
echo '
|
|
';
foreach ($context['top_topics_views'] as $topic)
echo '
', $topic['link'], ' |
', $topic['num_views'] > 0 ? '' : ' ', ' |
', $topic['num_views'], ' |
';
echo '
|
', $txt['smf_stats_15'], ' |
', $txt['smf_stats_16'], ' |
|
';
foreach ($context['top_starters'] as $poster)
echo '
', $poster['link'], ' |
', $poster['num_topics'] > 0 ? '' : ' ', ' |
', $poster['num_topics'], ' |
';
echo '
|
|
';
foreach ($context['top_time_online'] as $poster)
echo '
', $poster['link'], ' |
', $poster['time_online'] > 0 ? '' : ' ', ' |
', $poster['time_online'], ' |
';
echo '
|
', $txt['smf_stats_5'], ' |
|
';
if (!empty($context['monthly']))
{
echo '
', $txt['smf_stats_13'], ' |
', $txt['smf_stats_7'], ' |
', $txt['smf_stats_8'], ' |
', $txt['smf_stats_9'], ' |
', $txt['smf_stats_14'], ' | ';
if (!empty($modSettings['hitStats']))
echo '
', $txt['smf_stats_10'], ' | ';
echo '
';
foreach ($context['monthly'] as $month)
{
echo '
', $month['month'], ' ', $month['year'], '
|
', $month['new_topics'], ' |
', $month['new_posts'], ' |
', $month['new_members'], ' |
', $month['most_members_online'], ' | ';
if (!empty($modSettings['hitStats']))
echo '
', $month['hits'], ' | ';
echo '
';
if ($month['expanded'])
{
foreach ($month['days'] as $day)
{
echo '
', $day['year'], '-', $day['month'], '-', $day['day'], ' |
', $day['new_topics'], ' |
', $day['new_posts'], ' |
', $day['new_members'], ' |
', $day['most_members_online'], ' | ';
if (!empty($modSettings['hitStats']))
echo '
', $day['hits'], ' | ';
echo '
';
}
}
}
echo '
';
}
echo '
|
';
}
?>