Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Full Releases

Reply
 
Thread Tools
Quick Close/Open Thread (with reason) Details »»
Quick Close/Open Thread (with reason)
Version: 1.00, by TECK TECK is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 06-24-2002 Last Update: Never Installs: 29
 
No support by the author.

This hack will allow you to [high]close/open a thread[/high] in 2 ways:
1. By entering a reason, while viewing the thread.
Let's see you view a thread and you find some post that is irrelevant to the content of your board (advertising, spam, etc).
The normal way is to go and reply and right after to close the thread.
Not anymore. Once entered the reason, vBulletin will post that message and close the thread for you automatically.
To re-open it, it goes the same way.

2. By adding an attachment or special note to your new thread or reply.
Let's see you want to open a new thread, make an attachment and close rightaway the thread.
All you have to do is check the box related to Close/Open Thread. vBulletin will post that message and close the thread for you automatically.
For new replies goes the same way. By simply checking the box, vBulletin will post your reply and Close/Open the thread.

[high]ADVANTAGES[/high]
- no queries or database modifications are needed
- the hack is template based, so you can customize it in few seconds
- only people who have the right to open/close threads on your board will see this option

ESTIMATED INSTALL TIME: 10 minutes
SUGGESTED BY: Sinecure
TESTED IN VERSION: 2.2.6

[high]RELATED HACKS[/high]
Quick Reply Box (with Close/Open thread switch)
Quick Delete Post

[high]UPDATES[/high]
Version 1.1
------------------------------------
Changes:
- added the Close/Open check box in editpost.php



You like this hack? Please click on the [high]Install[/high] button.
To download the latest version of this hack, click below:

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 06-25-2002, 11:28 PM
Smoothie Smoothie is offline
 
Join Date: Oct 2001
Location: New York
Posts: 1,834
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You say find this in newthread.php:
PHP Code:
  if ($bbuserinfo[userid]!=and !$previewpost) {
    if (
$bbuserinfo[signature]!="") {
      
$signaturechecked="CHECKED";
    } else {
      
$signaturechecked='';
    }
    if (
$bbuserinfo[emailnotification]) {
      
$emailchecked="checked";
    } else {
      
$emailchecked='';
    }
  } 
But I can only find this:
PHP Code:
  if ($bbuserinfo[userid]!=and !$previewpost) {
    if (
$bbuserinfo[signature]!="") {
      
$signaturechecked="CHECKED";
    }
    if (
$bbuserinfo[emailnotification]) {
      
$emailchecked="checked";
    }
  } 
Reply With Quote
  #13  
Old 06-26-2002, 03:15 AM
TECK's Avatar
TECK TECK is offline
 
Join Date: Nov 2001
Location: Canada
Posts: 4,182
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by Takara
If I just follow the instructions for newthread.php and newreply.php, can I just make it work with the checkbox? I'm not intrested in having the quick close on the showthread.
yes.

Quote:
Originally posted by Smoothie
You say find this in newthread.php:
But I can only find this...
go ahead and replace it. it will work. vb226 have this difference between newthread.php and newreply.php. probably you run a different version.

Quote:
Originally posted by Ambex Net
Will this work ok on 2.2.5? Just making sure before I install.
ya, it should work from 222 to 226...
but always check the code before you modify. do not start any hack unless you have all the code identical. that's how is done always with older versions. let me know if you got it working and i will add it in the first post as "tested in version"...

[high]UPDATE[/high]
I just looked at the code and realised that I forgot a bracket in newthread.php (step 4).
FIND this code:
Code:
        eval("standardredirect(\"".gettemplate("redirect_openclose")."\",\"showthread.php?s=$session[sessionhash]&threadid=$threadid\");");
      } else {
        eval("standardredirect(\"".gettemplate("redirect_postthanks")."\",\"$goto\");");
REPLACE it with:
Code:
        eval("standardredirect(\"".gettemplate("redirect_openclose")."\",\"showthread.php?s=$session[sessionhash]&threadid=$threadid\");");
      } else {
        eval("standardredirect(\"".gettemplate("redirect_postthanks")."\",\"$goto\");");
      }
Sorry about this. The .txt attachment is updated now.
Reply With Quote
  #14  
Old 06-26-2002, 03:53 AM
Smoothie Smoothie is offline
 
Join Date: Oct 2001
Location: New York
Posts: 1,834
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have the quick reply box at the bottom of showthreads, with clickable smiley box. When I insert this:
PHP Code:
<!-- first unread and next/prev -->
$closeopenreason
<!-- /spacer --> 
It breaks the clickable smilies. If I remove $closeopenreason, the smilies work fine.
Reply With Quote
  #15  
Old 06-26-2002, 06:27 AM
Smoothie Smoothie is offline
 
Join Date: Oct 2001
Location: New York
Posts: 1,834
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Everything works fine, except the smiley problem.
Reply With Quote
  #16  
Old 06-26-2002, 09:41 AM
Chris M's Avatar
Chris M Chris M is offline
 
Join Date: Dec 2001
Location: Northampton, England
Posts: 6,186
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

V nice...

Installed!

Satan
Reply With Quote
  #17  
Old 06-26-2002, 09:48 AM
Chris M's Avatar
Chris M Chris M is offline
 
Join Date: Dec 2001
Location: Northampton, England
Posts: 6,186
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Having a problem...

I use 2.2.6, and I cannot find :
PHP Code:
if (!$getperms['canviewothers'] and ($thread['postuserid']!=$bbuserinfo['userid'] or $bbuserinfo['userid']==0)) {
  
show_nopermission();
}

if ((!isset(
$pagenumber) or $pagenumber==0) and $pagenumber!="lastpage") {
  
$pagenumber=1;

Help!

Satan
Reply With Quote
  #18  
Old 06-26-2002, 11:31 AM
squawell's Avatar
squawell squawell is offline
 
Join Date: Oct 2001
Posts: 681
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

seems nice hack....

install later.....

[high]* squawell like this..[/high]
Reply With Quote
  #19  
Old 06-26-2002, 01:42 PM
TECK's Avatar
TECK TECK is offline
 
Join Date: Nov 2001
Location: Canada
Posts: 4,182
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by hellsatan
Having a problem...
I use 2.2.6, and I cannot find :
PHP Code:
if (!$getperms['canviewothers'] and ($thread['postuserid']!=$bbuserinfo['userid'] or $bbuserinfo['userid']==0)) { 
line 238 of an unhacked showthread.php
download the latest 226 .zip file and look at line 238.

i think i know where is the problem. you have quick reply box installed? let me know. i will tell you what to do in this case...
Reply With Quote
  #20  
Old 06-26-2002, 02:16 PM
squawell's Avatar
squawell squawell is offline
 
Join Date: Oct 2001
Posts: 681
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i have a question.....

how do i make it show reason:OOXXin post!!
Reply With Quote
  #21  
Old 06-26-2002, 03:24 PM
TECK's Avatar
TECK TECK is offline
 
Join Date: Nov 2001
Location: Canada
Posts: 4,182
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

replace:
Code:
<input type="text" class="bginput" name="message" size="50" tabindex="1">
with:
Code:
<input type="text" class="bginput" name="message" value="[ b]Reason:[ /b] " size="50" tabindex="1">
remove the space in front of [high]b][/high] to have it bold, or put there what ever BBCode you want.
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:50 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06425 seconds
  • Memory Usage 2,329KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_code
  • (5)bbcode_php
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete