Sidebar?

For support and discussion related to templates, themes, and imagesets in phpBB 3.1.
Ideas Centre
KenTSA
Registered User
Posts: 97
Joined: Thu Nov 27, 2014 7:11 pm
Location: România
Name: Oprea Cristian

Sidebar?

Post by KenTSA »

How i can add top active users in sidebar? Any html code?
And how i can add announces topics from forum in sidebar?
User avatar
Lumpy Burgertushie
Registered User
Posts: 69228
Joined: Mon May 02, 2005 3:11 am

Re: Sidebar?

Post by Lumpy Burgertushie »

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.
Premium phpBB 3.3 Styles by PlanetStyles.net

I am pleased to announce that I have completed the first item on my bucket list. I have the bucket.
KenTSA
Registered User
Posts: 97
Joined: Thu Nov 27, 2014 7:11 pm
Location: România
Name: Oprea Cristian

Re: Sidebar?

Post by KenTSA »

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.
I tried with this code html, include sidebar html code:

Code: Select all

<div class="stats-block">
    <div class="inner">
        <ul class="topiclist">
            <li class="sidebar-header">
                <span class="fa fa-info"></span>&nbsp;&nbsp;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>
But show me like that: http://prntscr.com/dvd53x

Return to “[3.1.x] Styles Support & Discussion”