Jump to content

Recommended Posts

Posted

Recomand backup la boardIndex inainte de a continua!!!

 

ACP -> Look & Feel - > Click pe tema dorita -> Board Index - > boardIndexTemplate

 

Cauta acest cod:

<foreach loop="side_blocks:$side_blocks as $block">
{$block}
</foreach>

Adauga dedesupt:

<if test="showTotals:|:$this->settings['show_totals']"> <div class='ipsSideBlock clearfix'> <h3><span class='icon icon-span-text icon-block'></span>Forum Statistics</h3> <div class='_sbcollapsable'>         <dl> <dt class='fc-sb-stats'>{$this->lang->words['total_posts']}</dt> <dd class='fc-sb-stats'>{$stats['info']['total_posts']}</dd> <dt class='fc-sb-stats'>{$this->lang->words['total_members']}</dt> <dd class='fc-sb-stats'>{$stats['info']['mem_count']}</dd> <dt class='fc-sb-stats'>{$this->lang->words['newest_member']}</dt> <dd class='fc-sb-stats'>{IPSMember::makeProfileLink( $stats['info']['last_mem_name'], $stats['info']['last_mem_id'], $stats['info']['last_mem_seo'], 'value' )}</dd> <dt class='fc-sb-stats'>{$this->lang->words['online_at_once']}</dt> <dd class='fc-sb-stats'><span data-tooltip='{$stats['info']['most_time']}'>{$stats['info']['most_online']}</span></dd> </dl>     </div> </div> </if>

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.