find in the boardindextemplate <if test="showTotals:|:$this->settings['show_totals']"> <div id='board_stats'> <ul class='ipsType_small ipsList_inline'> <li class='clear'> <span class='value'>{$stats['info']['total_posts']}</span> {$this->lang->words['total_posts']} </li>Yours may be a little different but add after any </li> or before any <li> .. 5 is the group id for banned so if you changed it change the 5.. <php>$banned = ipsRegistry::DB()->buildAndFetch( array( 'select' => 'count(*) as banned', 'from' => 'members', 'where' => "member_group_id=5" ) ); </php><if test="$banned[banned]> 0"> <li class='clear'> <span class='value'>{$banned[banned]}</span> Banned </li></if>