License is attached inside extras folder by using this software you agree to the terms of that license.
Plugin Name: Self Close
Plugin Author: Jesse Labrocca
Plugin Website: http://www.MybbCentral.com
Plugin Version: 1.1
Plugin Mybb Compatibility: 1.6x
Plugin File Edits: None
Plugin File Uploads: 4
Plugin Description: Admincp setting for allowing certain groups to self close and/or open their own threads. An image next to the New Reply button will only appear to the original thread creator, if they have permission, and only if the thread is not already locked by a moderator. This will not affect any regular moderator functions. Members cannot reopen threads once closed unless they have permission and the thread was not closed by a moderator.
This plugin is language compatible.
Installation
1. Upload the files from the zip.
2. Login to your admincp and INSTALL & ACTIVATE the plugin (Self Close) in the plugin manager.
3. You will see a new setting under "Posting" for "Self Close Group" and "Self Open Group".
4. (optional) The images for the buttons is uploaded to images/english/postbit_close.gif and images/english/postbit_open.gif. Alter it to suit your needs. This will work from your theme image directory and language. So it's very compatible with multiple themes and languages.
Screenshots are all available inside the extras folder.
DEMO: http://www.hackforums.net
TROUBLESHOOTING
===================
This only edits one template which is "showthread".
Find:
Code:
{$newreply}
Add before it
Code:
{$selfclose}
That alteration is in the template twice (top and bottom buttons)
Upgrading
===================
If you are upgrading from version 1.0, you will need to Deactivate the previous version to Install this one.
Thanks.
Plugin Name: Self Close
Plugin Author: Jesse Labrocca
Plugin Website: http://www.MybbCentral.com
Plugin Version: 1.1
Plugin Mybb Compatibility: 1.6x
Plugin File Edits: None
Plugin File Uploads: 4
Plugin Description: Admincp setting for allowing certain groups to self close and/or open their own threads. An image next to the New Reply button will only appear to the original thread creator, if they have permission, and only if the thread is not already locked by a moderator. This will not affect any regular moderator functions. Members cannot reopen threads once closed unless they have permission and the thread was not closed by a moderator.
This plugin is language compatible.
Installation
1. Upload the files from the zip.
2. Login to your admincp and INSTALL & ACTIVATE the plugin (Self Close) in the plugin manager.
3. You will see a new setting under "Posting" for "Self Close Group" and "Self Open Group".
4. (optional) The images for the buttons is uploaded to images/english/postbit_close.gif and images/english/postbit_open.gif. Alter it to suit your needs. This will work from your theme image directory and language. So it's very compatible with multiple themes and languages.
Screenshots are all available inside the extras folder.
DEMO: http://www.hackforums.net
TROUBLESHOOTING
===================
This only edits one template which is "showthread".
Find:
Code:
{$newreply}
Add before it
Code:
{$selfclose}
That alteration is in the template twice (top and bottom buttons)
Upgrading
===================
If you are upgrading from version 1.0, you will need to Deactivate the previous version to Install this one.
Thanks.