3.1 & 3.2 Extensions Database 3.1 / 3.2Topic Subscribers

<span class="qte-attr qte_31_32-qte">3.1.x &amp; 3.2.x</span>
User avatar

Topic Author
dmzx Online
Founder
Founder
Posts: 6466
Joined: 13 Jan 2014, 21:45
    Windows 10 Chrome

Topic Subscribers

Post by dmzx »

Extension Name: Topic Subscribers
Author: dmzx

Special thanks to: martin

Extension Description:
This extension shows the Topic Subscribers in viewtopic as requested here viewtopic.php?p=5446#p5446

dmzx/Topic-Subscribers


Added avatar


html valid
Code update

Screenshot:
Image

Extension Download:
Download-link
Topic Subscribers v1.0.2
Installation:
  1. Download the latest release.
  2. Unzip the downloaded release, and change the name of the folder to `topicsubscribers`.
  3. In the `ext` directory of your phpBB board, create a new directory named `dmzx` (if it does not already exist).
  4. Copy the `topicsubscribers` folder to `/ext/dmzx/` if done correctly, you'll have the main extension class at
    (your forum root)/ext/dmzx/topicsubscribers/composer.json
  5. Navigate in the ACP to `Customise -> Manage extensions`
  6. Look for `Topic Subscribers` under the Disabled Extensions list, and click its `Enable` link.

User avatar

Anders
Users
Users
Posts: 80
Joined: 15 Sep 2015, 08:15
    Windows 10 Chrome

Re: Topic Subscribers

Post by Anders »

Thanks for this...looks great ...
but i have problem i cant see what i see here on this image
on my site don't subscribers show up as it does on the image here
and there is subscribers :wink:

User avatar

martin
Admin
Admin
Posts: 5105
Joined: 06 Apr 2014, 16:12
    Linux Chrome

Re: Topic Subscribers

Post by martin »

What is the link to your board ?
Image

User avatar

Anders
Users
Users
Posts: 80
Joined: 15 Sep 2015, 08:15
    Windows 10 Chrome

Re: Topic Subscribers

Post by Anders »

You have PM

User avatar

martin
Admin
Admin
Posts: 5105
Joined: 06 Apr 2014, 16:12
    Linux Chrome

Re: Topic Subscribers

Post by martin »

Can you purge the boards cache pls

User avatar

Anders
Users
Users
Posts: 80
Joined: 15 Sep 2015, 08:15
    Windows 10 Chrome

Re: Topic Subscribers

Post by Anders »

Done

User avatar

martin
Admin
Admin
Posts: 5105
Joined: 06 Apr 2014, 16:12
    Linux Chrome

Re: Topic Subscribers

Post by martin »

It works
2.png
1.png
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.

User avatar

Anders
Users
Users
Posts: 80
Joined: 15 Sep 2015, 08:15
    Windows 10 Chrome

Re: Topic Subscribers

Post by Anders »

Ok then i know thx alot for help

User avatar

martin
Admin
Admin
Posts: 5105
Joined: 06 Apr 2014, 16:12
    Linux Chrome

Re: Topic Subscribers

Post by martin »

3.png
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.

User avatar

Anders
Users
Users
Posts: 80
Joined: 15 Sep 2015, 08:15
    Windows 10 Chrome

Re: Topic Subscribers

Post by Anders »

I have one more question is it possible to make this
i have told every one to thick Subscribe forum but i dont know if every one have done that....
j.png
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.

User avatar

martin
Admin
Admin
Posts: 5105
Joined: 06 Apr 2014, 16:12
    Linux Chrome

Re: Topic Subscribers

Post by martin »

Sure downloadsystemcat?id=54 install this on mine the box with a tick is default.

User avatar

martin
Admin
Admin
Posts: 5105
Joined: 06 Apr 2014, 16:12
    Linux Chrome

Re: Topic Subscribers

Post by martin »

You can force every one with this viewtopic.php?f=51&t=560&p=773&hilit=default#p773

User avatar

Anders
Users
Users
Posts: 80
Joined: 15 Sep 2015, 08:15
    Windows 10 Chrome

Re: Topic Subscribers

Post by Anders »

Thx alot for your time... :tumbsyes: :tumbsyes: :tumbsyes:

User avatar

martin
Admin
Admin
Posts: 5105
Joined: 06 Apr 2014, 16:12
    Windows 10 Chrome

Re: Topic Subscribers

Post by martin »

Small html5 fix
/ext/dmzx/topicsubscribers/styles/all/template/event/viewtopic_body_footer_before.html

Delete the code in the file and replace with

Code: Select all

<!-- IF .subscribers -->
         <div class="stat-block responsive-hide">
		<h3><a id="subscribers">{L_SUBSCRIBERS}</a></h3>
		<p><!-- BEGIN subscribers --><!-- IF not subscribers.S_FIRST_ROW --> &bull; <!-- ENDIF --> <a href="{subscribers.U_PROFILE}">{subscribers.NAME}</a>
<!-- END subscribers --></p>
             </div>
<!-- ENDIF -->
why you ask well <h3><a name="subscribers">{L_SUBSCRIBERS}</a></h3> name= is no longer valid you must use a id so id= is now used.

User avatar

Topic Author
dmzx Online
Founder
Founder
Posts: 6466
Joined: 13 Jan 2014, 21:45
    Windows 10 Firefox

Re: Topic Subscribers

Post by dmzx »

martin wrote: 07 Feb 2016, 02:52 Small html5 fix
/ext/dmzx/topicsubscribers/styles/all/template/event/viewtopic_body_footer_before.html

Delete the code in the file and replace with

Code: Select all

<!-- IF .subscribers -->
         <div class="stat-block responsive-hide">
		<h3><a id="subscribers">{L_SUBSCRIBERS}</a></h3>
		<p><!-- BEGIN subscribers --><!-- IF not subscribers.S_FIRST_ROW --> &bull; <!-- ENDIF --> <a href="{subscribers.U_PROFILE}">{subscribers.NAME}</a>
<!-- END subscribers --></p>
             </div>
<!-- ENDIF -->
why you ask well <h3><a name="subscribers">{L_SUBSCRIBERS}</a></h3> name= is no longer valid you must use a id so id= is now used.
First post updated

Post Reply Previous topicNext topic