Version: 1.00, by Xenon
Developer Last Online: Oct 2023
Version: 2.2.x
Rating:
Released: 06-22-2002
Last Update: 01-10-2004
Installs: 77
No support by the author.
We hope most of you can use it
Sinecure has had the idea, which i thought is something nearly everbody who has ever been a mod wanted to have for a long time
I have to thank sinecure for the good templates, and for finding the funny mistakes i have made *gg*
edit:
nuno, i think we can do something similar for deleted threads too
Ok, basicly this hack does exactly as it says. After you click the "Open/Close Thread" link you will be prompted to enter a reason for closing the thread. After you submit the reason for closing that thread, the reason will appear ABOVE the first post in that thread, in its own seperate box.
Yes, it is another hack (although I'm not sure which one ). Any help would be greatly appreciated.
Quote:
Originally posted by Sinecure Well judging by looking at that it seems you either have a hack installed, or maybe an older version of vBulletin, I'm leaning more towards a hack installed.
Maybe Xenon would know how to intergrate that code you have there, with the code neccesary to run this hack.
Originally posted by JohnWoo Oh... can someone add a little action for this hack.
When i click in Admin Options -> Edit thread, i can edit Reason for closing thread
10x a lot... sorry for my english
I'm not 100% sure what you are asking. Are you asking to have a place to edit the reason for closing? If you want to edit it, you coudl simply just open the thread, and then close it again
I'm not 100% sure what you are asking. Are you asking to have a place to edit the reason for closing? If you want to edit it, you coudl simply just open the thread, and then close it again
>I'm not 100% sure what you are asking. Are you asking to have a place to edit the reason for closing? If you want to edit it, you coudl simply just open the thread, and then close it again
Yes, u right, but it`s not good idea that mods open and then close thread again with new reason. Maybe u try to do this
>I think he's asking for an option in the amin cp.
Nope. Not in admin cp. Mods dosen`t have permission to login into admin CP.
then open postings.php
find this line in editthread section:
PHP Code:
$DB_site->query("UPDATE thread SET visible='$visible',open='$open',title='".addslashes(htmlspecialchars($title))."',iconid='".addslashes($iconid)."',notes='".addslashes($notes)."' WHERE threadid='$threadid'");
replace it with:
PHP Code:
$DB_site->query("UPDATE thread SET visible='$visible',open='$open',title='".addslashes(htmlspecialchars($title))."',iconid='".addslashes($iconid)."',notes='".addslashes($notes)."',closereason='".addslashes($closereason)."' WHERE threadid='$threadid'");
i haven't tested it, but it should do what ya want