[AndyB] Thread starter reply only

XF2 Addons [AndyB] Thread starter reply only 2.0
Allows only the thread starter and selected user groups to make replies.

Compatible versions
2.2
Premium upgrade:

This XF2 add-on along with the entire collection can be purchased for $35.00 USD. Your Premium upgrade will allow you to download as many XF2 add-ons as you like for one year. Please see the entire collection located in the Resources area at this URL:

https://www.xf2addons.com/

Description:

Allows only the thread starter and selected user groups to make replies.

(Example of Options page)

pic001.jpg



(Example of Template modifications)

pic002.jpg



Features:
  • Only the thread starter and selected secondary user groups are allowed to reply.
  • All phrases start with threadstarterreplyonly_ for your convenience.
Template modifications:

By default the Moderating and Administrative user groups are allowed to reply. If you want to allow another user group, you will need to edit the Template modifications. In order to edit Template modifications, you need to enable Development mode.

Add the following code to your config.php file:

$config['development']['enabled'] = true;

Once you have enabled Development mode, edit the Template modification. Look for this code:

<xf:elseif is="{{$xf.visitor.isMemberOf([3,4])}}" />

add additional user group IDs after the 3,4. Be sure to separate each number with a comma. Do this for both Template modifications.

Note: be sure to remove development mode line in your config.php file once you finished editing your template modifications.

Questions and Answers:

Q: How can I alert users they need to be the thread author to reply?
A: Create a Notice.
FateKid
Author FateKid
Level
10
2.0 Version
0 Downloads
139 Views
0.00 star(s) 0 ratings Average Rating (0)
Last Update

More files from FateKid

Similar resources

[AndyB] Thread starter edit delete limit FateKid
Allows increasing the edit and delete time limit for thread starter in selected forums.
0.00 star(s) 0 ratings
Downloads
1
[AndyB] Thread starter user banner FateKid
0.00 star(s) 0 ratings
Downloads
2
Andyb Delete thread redirects FateKid
0.00 star(s) 0 ratings
Downloads
0
Andyb Edit thread options FateKid
Adds additional options to the Edit thread overlay.
0.00 star(s) 0 ratings
Downloads
0
AndyB Export thread FateKid
Allows exporting contents of a thread.
0.00 star(s) 0 ratings
Downloads
2
Top Bottom