- Compatible XF Versions
- 1.3
- 1.4
This add-on shows the users who replied to a specific thread.
It will add a link to the replies number on the thread list template:
When clicking:
Permission per forum:
It was developed based on this thread.
### Installation
- Download the zip file.
- Extract its contents to your hard drive.
- Upload the contents of the upload folder to the library folder of your XenForo installation.
- Complete install via the Admin CP using the provided XML file.
...or to one step install use this.
### Customize
If you want to customize the number of posts of each number you can add this to your extra.css
(this will decrease the font-size, but you can customize any way you want)
It will add a link to the replies number on the thread list template:
When clicking:
Permission per forum:
It was developed based on this thread.
### Installation
- Download the zip file.
- Extract its contents to your hard drive.
- Upload the contents of the upload folder to the library folder of your XenForo installation.
- Complete install via the Admin CP using the provided XML file.
...or to one step install use this.
### Customize
If you want to customize the number of posts of each number you can add this to your extra.css
Code:
.whoreplied_postcount {
font-size: 10px !important;
}
(this will decrease the font-size, but you can customize any way you want)