Who Replied

xF1 Add-on Who Replied 1.6.0

No permission to download
Compatible XF Versions
  1. 1.3
  2. 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:

xenforo_com_community_proxy_php_01fa419682120dde102cdd56c9b6755a._.png


When clicking:

xenforo_com_community_proxy_php_8f93b019e1b7bf60350120089071eb55._.png


Permission per forum:

xenforo_com_community_proxy_php_0b79d203c6f5752829ab667e63e7339c._.png


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)
Author
AnimeHaxor
Size
11.9 KB
Extension
zip
Downloads
19
Views
1,078
First release
Last update

More resources from AnimeHaxor

Latest updates

  1. Version 1.6.0

    This updates were developed by @Xon. Add username filtering/searching to "Who Replied?" dialog...
  2. Version 1.5.2

    - Fix pagination support - Resolve FireFox compatibility issue - Fix issue where overlay fails...
  3. Version 1.5.0

    Add pagination support Minor code cleanup