Version: 1.00, by Adrian Schneider
Developer Last Online: Nov 2022
Category: Miscellaneous Hacks -
Version: 3.6.2
Rating:
Released: 10-22-2006
Last Update: Never
Installs: 274
Uses Plugins Template Edits
No support by the author.
Description
This little number will take any specified forums (subforums optional) and modify them to seperate "open issues" from "closed issues". It's great for tracking which support issues are actually resolved.
The key here is letting users close their own threads. Under forum permissions, make sure you let users do this or it loses most of its usefulness.
I suggest having a sticky thread letting users know they CAN close their own threads. However, this is mostly covered by a SHOWTHREAD edit which will tell one of three messages to the viewer:
Staff - "This issue has been resolved! The thread starter may re-open it if he wishes."
Thread Starter - "This issue has been resolved! You may re-open it if you are still having problems."
Other Users - "This issue has been resolved! If you have a similar issue, please create a new thread." (link)
I love this mod And the only thing keeping it from being PERFECT is ......
I Try to keep all the open issues Closed and keep this forum top prority , I find that Im having to contact some of the users to get updates ect.... as they are not closing the threads ect.... And some others who get replys never post again ..
SO I need the system here to automatically Sub Scribe the thread to the thread starter via Instant Email notification when there a post in there thread
I installed, no errors, everything that is NORMAL in my forums works fine... but there are basically NO changes. I double checked the modifications in the templates, I did all of them, they are there. I put the support forum in the options to be only the 1 ID just to make sure, but no matter which forum I am in there is zero change.
I must be doing something wrong... I even went back and made the #1 forum have all the right permissions and everything...
Just to make it work without a question of having the correct forum enabled... I put it on the FIRST forum in the system... Cause, I have always had issues with finding which forum has what number...
would it be possible to get this hack to change the thread title to [Resolved by username] bla bla bla or something like that on the forumdisplay when it is closed and moved to closed thread.
I installed, no errors, everything that is NORMAL in my forums works fine... but there are basically NO changes. I double checked the modifications in the templates, I did all of them, they are there. I put the support forum in the options to be only the 1 ID just to make sure, but no matter which forum I am in there is zero change.
I must be doing something wrong... I even went back and made the #1 forum have all the right permissions and everything...
Just to make it work without a question of having the correct forum enabled... I put it on the FIRST forum in the system... Cause, I have always had issues with finding which forum has what number...
D.
D.
I don't mind taking a look at it - PM me with AdminCP details if you want me to.
Quote:
Originally Posted by DiesellMinded
I love this mod And the only thing keeping it from being PERFECT is ......
I Try to keep all the open issues Closed and keep this forum top prority , I find that Im having to contact some of the users to get updates ect.... as they are not closing the threads ect.... And some others who get replys never post again ..
SO I need the system here to automatically Sub Scribe the thread to the thread starter via Instant Email notification when there a post in there thread
How Do I
Thanks
DM
Quote:
Originally Posted by SpeedyHire
would it be possible to get this hack to change the thread title to [Resolved by username] bla bla bla or something like that on the forumdisplay when it is closed and moved to closed thread.
Sorry guys, I don't plan on taking this hack any further. It was meant to be a simple solution for categorizing posts by status only.
Alter the 'Separate Sticky and Normal Threads' plugin (forumdisplay_complete), change the initial if block from this:
PHP Code:
if ($vbulletin->options['gosterx1']
to
PHP Code:
if ($vbulletin->options['gosterx1'] and !$vbulletin->options['openAtTop'])
I have the 'Separate Sticky and Normal Threads' plugin installed, so I made the edit on line 36 of the 'Separate Sticky and Normal Threads' plugin and it works great. thanks much