Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.44 KB

README.md

File metadata and controls

41 lines (25 loc) · 1.44 KB

This is an addon for the forum software XenForo. Compatible versions: 1.3, 1.4.

If you are using XenForo 2, checkout the compatible version here, developed by Xon.

It will add a link to the replies number on the thread list template:

default behavior

When clicking:

default behavior

Permission per forum:

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 this.

Customize

If you want to customize the number of posts of each number you can add this to your extra.css

.whoreplied_postcount {
    font-size: 10px !important;
}

(this will decrease the font-size, but you can customize any way you want)

All releases can be found in this link: https://github.com/Fuhrmann/xenforo-who-replied/releases