Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Quick Reply Box (with Close/Open thread switch) Details »»
Quick Reply Box (with Close/Open thread switch)
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-27-2002 Last Update: Never Installs: 327
 
No support by the author.

This hack will let your users post a Quick Reply, instead of going through the New Reply steps.
If you have permissions, it will show you a Close/Open Thread check box beside the Quick Reply. Also, the check box will show in New Thread, New Reply, New Post and Edit Post.

ESTIMATED INSTALL TIME: 10 minutes
REQUESTED BY: hellsatan
TESTED IN VERSION: 2.2.7

CREDITS: The hack includes one small code segment of FireFly's Quick Reply Box related to user permissions.
(9 lines of code)

[high]RELATED HACKS[/high]
Quick Delete Post
Quick Close/Open Thread (with reason)

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
  #102  
Old 03-21-2003, 12:18 AM
kevin_r1 kevin_r1 is offline
 
Join Date: Oct 2002
Location: Tampa
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
02-02-03 at 08:39 PM Mike Gaidin said this in Post #93
How can I make it so that if I hit the TAB on my keyboard it will tab to the GO button instead of the forum banner?
remove the tabindex attribute for the text area

this is a great hack. worked perfect for me the first time around. the go button looks a lot better than the submit button in my opinion.
Reply With Quote
  #103  
Old 05-01-2003, 02:41 AM
hoahongtim hoahongtim is offline
 
Join Date: Apr 2003
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
if ($permissions[canpostattachment] and (!$safeupload or function_exists("is_uploaded_file"))) {
eval("\$attachmentoption = \"".gettemplate("newpost_attachment")."\";");
} else {
$attachmentoption="";
}

$vbcode_smilies = '';
$vbcode_buttons = '';
if ($foruminfo[allowsmilies]) {
if ($bbuserinfo[showvbcode] && $allowvbcodebuttons) {
$vbcode_smilies = getclickysmilies();
}
eval("\$disablesmiliesoption = \"".gettemplate("newpost_disablesmiliesoption")."\ ";");
} else {
$disablesmiliesoption="";
}
if ($bbuserinfo[showvbcode] && $allowvbcodebuttons) {
$vbcode_buttons = getcodebuttons();
}

getforumrules($foruminfo,$permissions);

eval("dooutput(\"".gettemplate("newreply")."\");") ;

}

?>
Parse error: parse error in .......newreply.php on line 598


line 598 is here
Quote:
?>
can anybody help me
Reply With Quote
  #104  
Old 05-03-2003, 04:31 AM
Mr_Johnson Mr_Johnson is offline
 
Join Date: Apr 2003
Posts: 27
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hmmm with 2.2.9 I followed the instructions and not seeing any changes to my forum
Reply With Quote
  #105  
Old 05-03-2003, 01:06 PM
KuraFire's Avatar
KuraFire KuraFire is offline
 
Join Date: Oct 2001
Location: inside vB3's .php
Posts: 1,245
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

try my hack for this
Reply With Quote
  #106  
Old 05-03-2003, 02:46 PM
Doubledoom Doubledoom is offline
 
Join Date: Dec 2002
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It is virtually your hack anyway. Anyone installing this should be wary that there are bits missing which are mentioned in the thread but not corrected in the first post attachment.
Reply With Quote
  #107  
Old 05-03-2003, 05:57 PM
Mr_Johnson Mr_Johnson is offline
 
Join Date: Apr 2003
Posts: 27
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Today at 04:46 PM Doubledoom said this in Post #105
It is virtually your hack anyway. Anyone installing this should be wary that there are bits missing which are mentioned in the thread but not corrected in the first post attachment.

That kind of concerns me. Good thing I backed everything up I'll just set it back to that and try andother hack. Any recomendations?
Reply With Quote
  #108  
Old 05-07-2003, 08:21 PM
Mr_Johnson Mr_Johnson is offline
 
Join Date: Apr 2003
Posts: 27
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am getting some errors when I click the go button. Still posts, but getting erros when I click go, and I can not load the edit.php, gives a parse error (the other error was one that just prompts to inform of an error on the page, click ok, then continues on). I am going to go over the code more when I get home, but just wanted to know if anyone had similar experiences
Reply With Quote
  #109  
Old 05-08-2003, 07:33 AM
Doubledoom Doubledoom is offline
 
Join Date: Dec 2002
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Yesterday at 10:21 PM Mr_Johnson said this in Post #107
I am getting some errors when I click the go button. Still posts, but getting erros when I click go, and I can not load the edit.php, gives a parse error (the other error was one that just prompts to inform of an error on the page, click ok, then continues on). I am going to go over the code more when I get home, but just wanted to know if anyone had similar experiences

I posted a fix for that a page or two back.
Reply With Quote
  #110  
Old 05-08-2003, 09:58 AM
Mr_Johnson Mr_Johnson is offline
 
Join Date: Apr 2003
Posts: 27
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks

Now I am running into some problems with vbhome and not showing the thread body for the article. Related to this you think?
Reply With Quote
  #111  
Old 05-08-2003, 10:10 AM
Mr_Johnson Mr_Johnson is offline
 
Join Date: Apr 2003
Posts: 27
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Update: I replaced the new editpost.php file with the old one and got rid of the parse error that was occuring. So I thought perhaps it was part of the script in newthread.php, so I tried editing the post on the home page an voila, body is there. Any idea what part of the newthread.php mod that could be causing this?
Reply With Quote
Reply


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 06:21 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.08432 seconds
  • Memory Usage 2,306KB
  • 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
  • (5)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
  • (4)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