[3.2][BETA] Show Forum Subscribers

A place for Extension Authors to post and receive feedback on Extensions still in development. No Extensions within this forum should be used within a live environment!
Get Involved
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

IMPORTANT: Extensions Development rules

IMPORTANT FOR NEEDED EVENTS!!!
If you need an event for your extension please read this for the steps to follow to request the event(s)
Post Reply
User avatar
martti
Registered User
Posts: 911
Joined: Thu Jul 31, 2014 8:23 am
Location: Belgium

[3.2][BETA] Show Forum Subscribers

Post by martti »

In response to this request:

Extension Name: Show Forum Subscribers
Author: martti
Extension Description:
  • Shows the subscribers of a forum
  • A threshold can be defined in ACP of the maximum number of subscribers to be shown. Above this number only the number is shown. (To be set if there is a performance issue).
Extension Version: 0.1.3
Requirements: PhpBB 3.2.1+ PHP 7+
Extension Download: https://github.com/marttiphpbb/phpbb-ex ... master.zip The files are to be put in ext/marttiphpbb/showforumsubscribers
Github repository: https://github.com/marttiphpbb/phpbb-ex ... ubscribers
Languages: en
Templates: prosilver
Screenshots:

ACP

Image

Viewforum

Image

Related extension: Show Topic Subscrbers
Last edited by martti on Tue Jun 26, 2018 11:24 am, edited 2 times in total.
Mohammed AlSarsawi
Registered User
Posts: 72
Joined: Fri Mar 03, 2017 1:35 pm

Re: [3.2][BETA] Show Forum Subscribers

Post by Mohammed AlSarsawi »

Thank you Martti for this

Maybe it's better to show "last X users subscribed this forum or topic with total number" instead of "Above X number, only the number is shown"

something like Who Visited This Topic Ext.
https://www.phpbb.com/customise/db/exte ... this_topic

Image
User avatar
martti
Registered User
Posts: 911
Joined: Thu Jul 31, 2014 8:23 am
Location: Belgium

Re: [3.2][BETA] Show Forum Subscribers

Post by martti »

Mohammed AlSarsawi wrote: Mon Jun 25, 2018 4:56 am Thank you Martti for this

Maybe it's better to show "last X users subscribed this forum or topic with total number" instead of "Above X number, only the number is shown"

something like Who Visited This Topic Ext.
https://www.phpbb.com/customise/db/exte ... this_topic

Image
Ok, thanks, that is a nice option. I think it makes sense to make both options configurable
  • number only (from this threshold only the number is shown)
  • last x subscribers (show never more than this number of subscribers)
I"ll have a look into it.

Edit: I also made a spelling mistake I noticed. It has to be "threshold" instead of "treshold"
User avatar
martti
Registered User
Posts: 911
Joined: Thu Jul 31, 2014 8:23 am
Location: Belgium

Re: [3.2][BETA] Show Forum Subscribers

Post by martti »

martti wrote: Tue Jun 26, 2018 4:08 am
Mohammed AlSarsawi wrote: Mon Jun 25, 2018 4:56 am ...
Maybe it's better to show "last X users subscribed this forum or topic with total number" instead of "Above X number, only the number is shown"
...
Ok, thanks, that is a nice option. I think it makes sense to make both options configurable
  • number only (from this threshold only the number is shown)
  • last x subscribers (show never more than this number of subscribers)
...
I'll have to add an extra column to the forums_watch table though, otherwise there is no way to know who are the latest forum subscribers.
User avatar
martti
Registered User
Posts: 911
Joined: Thu Jul 31, 2014 8:23 am
Location: Belgium

Re: [3.2][BETA] Show Forum Subscribers

Post by martti »

martti wrote: Tue Jun 26, 2018 8:46 am
Mohammed AlSarsawi wrote: Mon Jun 25, 2018 4:56 am ...
Maybe it's better to show "last X users subscribed this forum or topic with total number" instead of "Above X number, only the number is shown"
...
I'll have to add an extra column to the forums_watch table though, otherwise there is no way to know who are the latest forum subscribers.
After studying it a bit I've decided that this is going to be too complicated.
Post Reply

Return to “Extensions in Development”