1 (edited by DervishDoughnut 2008-02-14 15:31)

Topic: [extension release] Top 20 Users

id : dd_top_20_users
title : Top 20 Users
version : 1.0
description : Adds a top 20 users section to forum index. Original modification for punbb pre 1.3 by ultime is available at http://wiki.punres.org/Top_20_active_users_list
author : DervishDoughnut
minversion : 1.3 Beta
maxtestedon : 1.3 Beta
hooks used : ft_pre_users_online and hd_head
more information : http://www.punres.org/desc.php?pid=482

This adds a top 20 user section to your forum's index page between the stats and onlinelist sections of the footer template. Files within the extension folder are the manifest.xml and a css file for the top 20 user section styling. Any feedback at all is greatly appreciated.

Re: [extension release] Top 20 Users

Suggestions: Put a comma after each entry. Make the links SEF.

Thanks.

Re: [extension release] Top 20 Users

Thank you qubertman for your suggestions and input on this extension. A new version has been uploaded which should cover both of these suggestions along with a minor fix. All information is available at punres via this link.

id : dd_top_20_users
title : Top 20 Users
version : 1.0.1
description : Adds a top 20 users section to forum index. Original modification for punbb pre 1.3 by ultime is available at http://wiki.punres.org/Top_20_active_users_list
author : DervishDoughnut
minversion : 1.3 Beta
maxtestedon : 1.3 Beta
hooks used : ft_pre_users_online and hd_head

Changelog for version 1.0 to 1.0.1:
1. Changed username and post count links to use SEF friendly link scheme.
2. Added commas after each user entry in the top 20 list, except for the last.
3. Updated database query to only list users with greater than 0 posts.

More information

Re: [extension release] Top 20 Users

Thanks for the changes.

One more suggestion:
- Make the title "Top 20 Users" a language variable.

Re: [extension release] Top 20 Users

Again thank you qubertman for your input on this extension. In this updated version the locale variable has been added along with some other minor changes. As usual more information available at this punres link.

id : dd_top_20_users
title : Top 20 Users
version : 1.0.2
description : Adds a top 20 users section to forum index. Original modification for punbb pre 1.3 by ultime is available at http://wiki.punres.org/Top_20_active_users_list
author : DervishDoughnut
minversion : 1.3 Beta
maxtestedon : 1.3 Beta
hooks used : ft_pre_users_online and hd_head

Changelog for version 1.0.1 to 1.0.2:
1. Added locale variable. Currently only English is supported.
2. Added lang/English folders for locale.
3. Added index.html files to extensions folder and sub folders.
4. Moved extension stylesheet to it's own folder.

More information

Re: [extension release] Top 20 Users

"Moved extension stylesheet to it's own folder."

- Change it's to its.

Thanks.

Re: [extension release] Top 20 Users

Please only hyperlink the username if the group has permission to view profiles. Thanks.