Gash Posted May 7, 2014 Share Posted May 7, 2014 (edited) How can I remove all of this? http://prntscr.com/3h6s2e total members currently online etc. Edited May 8, 2014 by herro123 Link to comment Share on other sites More sharing options...
0 -Cookie- Posted May 8, 2014 Share Posted May 8, 2014 If you don't want to remove this code just replace it with this one <if test="showTotals:|:$this->settings['show_totals']"> <div id='board_stats' class='hide'> <ul class='ipsType_small ipsList_inline'> <li class='clear'> <span class='value'>{$stats['info']['total_posts']}</span> {$this->lang->words['total_posts']} </li> <li class='clear'> <span class='value'>{$stats['info']['mem_count']}</span> {$this->lang->words['total_members']} </li> <li class='clear'> {IPSMember::makeProfileLink( $stats['info']['last_mem_name'], $stats['info']['last_mem_id'], $stats['info']['last_mem_seo'], 'value' )} {$this->lang->words['newest_member']} </li> <li class='clear' data-tooltip="{$stats['info']['most_time']}"> <span class='value'>{$stats['info']['most_online']}</span> {$this->lang->words['online_at_once']} </li> </ul> </div> </if> 1 1 Link to comment Share on other sites More sharing options...
0 Tragic Posted May 8, 2014 Share Posted May 8, 2014 Give me a link to your forum. I'll do this for you Link to comment Share on other sites More sharing options...
0 Maff Posted May 8, 2014 Share Posted May 8, 2014 remove <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> <li class='clear'> <span class='value'>{$stats['info']['mem_count']}</span> {$this->lang->words['total_members']} </li> <li class='clear'> {IPSMember::makeProfileLink( $stats['info']['last_mem_name'], $stats['info']['last_mem_id'], $stats['info']['last_mem_seo'], 'value' )} {$this->lang->words['newest_member']} </li> <li class='clear' data-tooltip="{$stats['info']['most_time']}"> <span class='value'>{$stats['info']['most_online']}</span> {$this->lang->words['online_at_once']} </li> </ul> </div> </if> from your boardIndexTemplate Link to comment Share on other sites More sharing options...
0 Gash Posted May 8, 2014 Author Share Posted May 8, 2014 Thank you so much for your help!! Link to comment Share on other sites More sharing options...
0 Kingy Posted May 9, 2014 Share Posted May 9, 2014 The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved. If you have other questions, please open a new topic. Link to comment Share on other sites More sharing options...
Question
Gash
How can I remove all of this?
http://prntscr.com/3h6s2e
total members
currently online etc.
Edited by herro123Link to comment
Share on other sites
5 answers to this question
Recommended Posts