|
Resolved Threads
This thread is in the Modification Graveyard.
Resolved Threads ==================== Author: Ken 'LiveWire' Iovino Site: http://www.initialz.com/ Version: 1.0 ==================== Updates
Add Ons Close thread after thread is considered resloved. Click Here for this Addon Spoiler (click to open)
Quote by Beermonster
Hope you don't mind I've made this little addition, in the resolved.php
Find: Code:
$DB_site->query("
UPDATE " . TABLE_PREFIX . "thread
SET resolved = '1'
WHERE threadid = " . intval($threadid) . "
");
Code:
$DB_site->query("
UPDATE " . TABLE_PREFIX . "thread
SET open = '0'
WHERE threadid = " . intval($threadid) . "
");
Close
What this does This will give thread starters the option to click a link to make a thread considered resolved. The way it works is simple. It will change the title of the post from 'I Need Help' to '[resloved] I Need Help'. This works as per forum basis and you can have this turned on/off on any forum you want. Only thread starters will see this option. If you want admins to see this option also, see This Thread Here Spoiler (click to open)
Quote by SnowBot
If you want admins to beable to see this option you just need to edit the SHOWTHREAD template and find:
HTML Code:
<if condition="$firstpostinfo[userid] == $bbuserinfo[userid]"> $resolvedlink </if> HTML Code:
<if condition="$firstpostinfo[userid] == $bbuserinfo[userid] OR $bbuserinfo[usergroupid] == 6"> $resolvedlink </if> Close
If you would like to change the text, open 'resolved.php' look at line 35. To do list...
Please read carefully and make all the necessary changes as stated. This is will work if installed properly. PLEASE REMEMBER TO BACKUP BEFORE YOU BEGIN! If you like this hack Click It Help & Support Before asking for support Please make sure you have done all necessary changes! If you still need support please post a reply here. Please post bugs and errors here. Hope you like, feedback welcomed. https://www.paypal.com/xclick/business=iovinojr%40msn.com&item_name=Initial+Z+Free+Scripts&no_note=1&tax=0¤cy_code=USD Download This modification cannot be downloaded. |
|||||||||