[ABD] Top Stats

Any abandoned Extensions will be moved to this forum.

WARNING: Extensions in this forum are not currently being supported or maintained by the original Extension author. Proceed at your own risk.
Forum rules
IMPORTANT: Extension Development Forum rules

WARNING: Extensions in this forum are not currently being supported nor updated by the original Extension author. Proceed at your own risk.
User avatar
dmzx
Registered User
Posts: 853
Joined: Fri Sep 05, 2014 6:48 am
Location: The Netherlands
Contact:

[ABD] Top Stats

Post by dmzx »

Extension Name: Top Stats
Author: Stoker extension by dmzx Special thanks to Sniper_E and martin

Extension Description:

The Top Stats mod displays the some cool stats on your forum index.

Features:
* Displays the 5 (configurable) most recent topics at the top of the forum index.
* Jquery Scroll option of most recent topics with options for speed and interval
* Jquery Ticker option of most recent topics
* Displays the 5 (configurable) most viewed topics at the bottom of the forum index
* Displays the 5 (configurable) most viewed topics at the bottom of the forum index
* Displays the 5 (configurable) most active users at the bottom of the forum index
* Displays the 5 (configurable) most active forums at the bottom of the forum index
* Displays the 5 (configurable) last visited bots at the bottom of the forum index
* Displays the 5 (configurable) last registered users at the bottom of the forum index
* ACP Control for enable/disable features and configuration of the number of replied topics

What to do:
Make the HTML code valid

Extension Version: 1.0.1

Version 1.0.1
Move buttons inside forabg thanks martin
Update top_stats_body.html and topstats.css for responsive view thanks Sniper_E

Screenshots:
Image
Image
Image

Extension Download:
http://dmzx.github.io/topstats

Installation:
  1. 1. Download the latest release.
    2. Unzip the downloaded release, and change the name of the folder to `topstats`.
    3. In the `ext` directory of your phpBB board, create a new directory named `dmzx` (if it does not already exist).
    4. Copy the `topstats` folder to `/ext/dmzx/` if done correctly, you'll have the main extension class at (your forum root)/ext/dmzx/topstats/composer.json
    5. Navigate in the ACP to `Customise -> Manage extensions`
    6. Look for `Top Stats` under the Disabled Extensions list, and click its `Enable` link.
Last edited by dmzx on Sun Jan 15, 2017 10:00 pm, edited 2 times in total.
Contact me on dmzx-web.net
Buy me a beer Donate and try binance.com or try CentOS Web Panel
Dannie*
Registered User
Posts: 87
Joined: Sun Nov 30, 2014 11:46 pm

Re: [DEV] Top Stats

Post by Dannie* »

Looks... AWESOME!
Explode
Registered User
Posts: 17
Joined: Mon Nov 10, 2014 5:49 pm

Re: [DEV] Top Stats

Post by Explode »

Love it. Would like a way to customize how big the scrolling recent topics is in height so it doesn't cut off text like this:

Image

Thanks for your hard work!
User avatar
dmzx
Registered User
Posts: 853
Joined: Fri Sep 05, 2014 6:48 am
Location: The Netherlands
Contact:

Re: [DEV] Top Stats

Post by dmzx »

Explode wrote:Love it. Would like a way to customize how big the scrolling recent topics is in height so it doesn't cut off text like this:

Image

Thanks for your hard work!
Add height: 61px; to the #vertical-ticker li in topstats.css and play with the value until it fits.

Code: Select all

#vertical-ticker li{
	display: block;
	height: 61px;
}
Contact me on dmzx-web.net
Buy me a beer Donate and try binance.com or try CentOS Web Panel
User avatar
martin123456
I've Been Banned!
Posts: 726
Joined: Sat Mar 05, 2011 7:44 pm

Re: [DEV] Top Stats

Post by martin123456 »

Search stoker's site for a fix as it will show different heights in some browsers ;)

Edit: follow this topic for a css fix across browsers http://www.phpbb3bbcodes.com/viewtopic. ... =top+stats

Code: Select all

<!-- IF S_CODE_UNTIDY and S_MESS_ON_INDEX Good If_Not_TIDY_Then_SUBMIT -->
koraldon
Registered User
Posts: 530
Joined: Sat Jun 30, 2007 12:42 pm

Re: [DEV] Top Stats

Post by koraldon »

Will it be possible to add a time period to the option - for example most active forums in the last week/ month/year...
Other wise it will just show the same things all the time for big / established boards.
User avatar
dmzx
Registered User
Posts: 853
Joined: Fri Sep 05, 2014 6:48 am
Location: The Netherlands
Contact:

Re: [DEV] Top Stats

Post by dmzx »

koraldon wrote:Will it be possible to add a time period to the option - for example most active forums in the last week/ month/year...
Other wise it will just show the same things all the time for big / established boards.
For now not, maybe future update ;)
Contact me on dmzx-web.net
Buy me a beer Donate and try binance.com or try CentOS Web Panel
User avatar
dmzx
Registered User
Posts: 853
Joined: Fri Sep 05, 2014 6:48 am
Location: The Netherlands
Contact:

Re: [DEV] Top Stats

Post by dmzx »

See http://www.dmzx-web.net/viewtopic.php?p=1630#p1630 to move the buttons.

Thanks martin123456
Contact me on dmzx-web.net
Buy me a beer Donate and try binance.com or try CentOS Web Panel
User avatar
uruguayito
Registered User
Posts: 266
Joined: Mon Dec 13, 2010 2:46 pm
Location: Montevideo - Uruguay

Re: [DEV] Top Stats

Post by uruguayito »

great job dmzx
thx
I speak spanish
Sorry for my bad english
User avatar
dmzx
Registered User
Posts: 853
Joined: Fri Sep 05, 2014 6:48 am
Location: The Netherlands
Contact:

Re: [DEV] Top Stats

Post by dmzx »

First post updated
Contact me on dmzx-web.net
Buy me a beer Donate and try binance.com or try CentOS Web Panel
User avatar
dmzx
Registered User
Posts: 853
Joined: Fri Sep 05, 2014 6:48 am
Location: The Netherlands
Contact:

Re: [DEV] Top Stats

Post by dmzx »

alhitary wrote:It is not working in RTL website like Arabic. I wish you fix it :
Send you a PM
Contact me on dmzx-web.net
Buy me a beer Donate and try binance.com or try CentOS Web Panel
Explode
Registered User
Posts: 17
Joined: Mon Nov 10, 2014 5:49 pm

Re: [DEV] Top Stats

Post by Explode »

The latest version seems to have fixed the uneven recent items at the bottom of the index page. Thanks for that.

Suggestion if you get around to it:

Can you make it so the recent visited forums, replied topics, and viewed topics only check certain forums that we select? For example, as admins on my forum, it's showing us forums that we have archived posts in so we don't get to see the true result of the most replied or viewed topics or visited forums.

Hope this makes sense.

Thanks again!
tof225391
Registered User
Posts: 7
Joined: Sat Jul 31, 2010 9:47 am

Re: [DEV] Top Stats

Post by tof225391 »

Hello,
thanks a lot for this extension !
A little question :
can we choose what we want on the same line ?

Bests regars.
Christophe
User avatar
masterbiz
Registered User
Posts: 65
Joined: Thu Dec 20, 2012 8:31 am

Re: [DEV] Top Stats

Post by masterbiz »

Perfect Danke ! ;)
Locked

Return to “Abandoned Extensions”