Il am pe localhost. <div id='board_statistics' class='statistics clearfix' style=" padding: 0px;">
<h4 class='statistics_head clearfix' style="padding:14px;padding-bottom:8px; margin-bottom:0px;"><ul id='stat_links' class='ipsList_inline right ipsType_small'>
<if test="statsLinks:|:1==1"> <!-- Hook point -->
<li><a href="{parse url="app=forums&module=extras&section=stats&do=leaders" base="public"}" title="{$this->lang->words['sm_forum_leaders_title']}">{$this->lang->words['sm_forum_leaders']}</a></li>
<li><a href="{parse url="app=forums&module=extras&section=stats" base="public"}" title="{$this->lang->words['sm_all_posters_title']}">{$this->lang->words['sm_today_posters']}</a></li>
<li><a href="{parse url="app=members&module=list&max_results=20&sort_key=posts&sort_order=desc&filter=ALL" base="public" seotitle="false"}" title="{$this->lang->words['sm_overall_posters_title']}">{$this->lang->words['sm_overall_posters']}</a></li>
<if test="reputationEnabled:|:$this->settings['reputation_enabled']">
<li>
<a href="{parse url="app=members&module=reputation&section=most" base="public" template="most_liked" seotitle="most_liked"}">
<if test="reputationType:|:$this->settings['reputation_point_types'] == 'like'">
{$this->lang->words['most_rep_likes']}
<else />
{$this->lang->words['most_rep_rep']}
</if>
</a>
</li>
</if>
</if>
</ul>
<if test="showActive:|:$this->settings['show_active'] && $this->memberData['gbw_view_online_lists']">{parse expression="sprintf( $this->lang->words['online_right_now'], $stats['TOTAL'] )"} {$this->lang->words['active_users']}</if></h4>
<if test="$this->settings['show_active']"><p class='statistics_brief desc' style="padding: 10px;border-bottom: 1px solid #252525;color:#bcbcbc;">
In total there are {parse expression="sprintf( $this->lang->words['active_users_detail'], $stats['MEMBERS'], $stats['GUESTS'], $stats['ANON'] )"}
<if test="onlineListEnabled:|:$this->settings['allow_online_list']"> <a href='{parse url="app=members&module=online&sort_order=desc" base="public"}'>({$this->lang->words['online_link']})</a> </if>
</p></if>
<if test="activeNames:|:count($stats['NAMES']) && $this->settings['show_active']">
<p style="padding: 10px; border-bottom: 1px solid #252525;">
Registered users: <span class='name'>{parse expression="implode( ",</span> <span class='name'>", $stats['NAMES'] )"}</span>
</p>
</if>
<if test="showTotals:|:$this->settings['show_totals']">
<p style="padding: 10px;">
Total posts: <strong>{$stats['info']['total_posts']}</strong> • Total members: <strong>{$stats['info']['mem_count']}</strong> • Our newest member: <strong>{IPSMember::makeProfileLink( $stats['info']['last_mem_name'], $stats['info']['last_mem_id'], $stats['info']['last_mem_seo'], 'value' )}</strong> • Most Online: <strong>{$stats['info']['most_online']}</strong> </p>
</if>Asta e codul de la board statistics , din cate vad totul este ok