Guest rAv3nzZ Posted April 18, 2014 Share Posted April 18, 2014 (edited) When i remove board_statistics and board_stats from boardindextemplate, my category tabs dissapear (Category Tabs by Tom Christian) example: Default With stats removed - Hopefully you can help me, i would be very thankful! Edited April 18, 2014 by rAv3nzZ Link to comment Share on other sites More sharing options...
0 Lock Down Posted April 18, 2014 Share Posted April 18, 2014 It is because his hook is looking for this <if test="showActive:|:$this->settings['show_active'] && $this->memberData['gbw_view_online_lists']"> <h4 class='statistics_head'>{parse expression="sprintf( $this->lang->words['online_right_now'], $stats['TOTAL'] )"} {$this->lang->words['active_users']}</h4> <p class='statistics_brief desc'> {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"}' title='{$this->lang->words['online_link']}'>({$this->lang->words['online_link']})</a></if> </p> </if> <if test="activeNames:|:count($stats['NAMES']) && $this->settings['show_active']"> <br /> <p> <span class='name'>{parse expression="implode( ",</span> <span class='name'>", $stats['NAMES'] )"}</span> </p> </if> So I am guessing you removed it. Instead of removing all of it leave this <if test="showActive:|:$this->settings['show_active'] && $this->memberData['gbw_view_online_lists']"></if> 1 Link to comment Share on other sites More sharing options...
0 Guest rAv3nzZ Posted April 18, 2014 Share Posted April 18, 2014 Working, thank you! Link to comment Share on other sites More sharing options...
0 Lock Down Posted April 18, 2014 Share Posted April 18, 2014 You are welcome. Link to comment Share on other sites More sharing options...
0 Debug Posted April 18, 2014 Share Posted April 18, 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
Guest rAv3nzZ
When i remove board_statistics and board_stats from boardindextemplate, my category tabs dissapear (Category Tabs by Tom Christian) example:
Default
With stats removed -
Hopefully you can help me, i would be very thankful!
Edited by rAv3nzZLink to comment
Share on other sites
4 answers to this question
Recommended Posts