How i can add top active users in sidebar? Any html code?
And how i can add announces topics from forum in sidebar?
I tried with this code html, include sidebar html code:Lumpy Burgertushie wrote: Fri Jan 13, 2017 11:54 pm what sidebar? there is no sidebar in standard phpbb.
if you have one then you must have a extension installed etc.
therefore, to get the best help, you should be asking your sidebar questions wherever you got the sidebar extension from.
Code: Select all
<div class="stats-block">
<div class="inner">
<ul class="topiclist">
<li class="sidebar-header">
<span class="fa fa-info"></span> Forum Statistics
</li>
</ul>
<ul class="topiclist forums">
<li class="row">
{TOTAL_POSTS}
<br>{TOTAL_TOPICS}
<br>{TOTAL_USERS}
<br>{NEWEST_USER}
</li>
</ul>
</div>
</div>