poon Posted July 5, 2014 Share Posted July 5, 2014 For some reason my who's online isn't showing in my footer. i had to find a code to put it in a sidebar. Could someone tell me how I can readd it? Link to comment Share on other sites More sharing options...
0 Lock Down Posted July 5, 2014 Share Posted July 5, 2014 This should be the bottom part of the boardindextemplate <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> </div> 1 Link to comment Share on other sites More sharing options...
0 DragonVoid Posted July 6, 2014 Share Posted July 6, 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
poon
For some reason my who's online isn't showing in my footer. i had to find a code to put it in a sidebar.
Could someone tell me how I can readd it?
Link to comment
Share on other sites
2 answers to this question
Recommended Posts