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 Quote II -Quote posts instantly in your Quick Reply box Details »»
Quick Quote II -Quote posts instantly in your Quick Reply box
Version: 1.00, by EvilLS1 EvilLS1 is offline
Developer Last Online: May 2021 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 07-01-2003 Last Update: Never Installs: 50
 
No support by the author.

Hi,

This is not an update to my other Quick Qoute hack. The other hack is a stand alone feature which works with or without the Quick Reply box.. This one does not..

To use this hack you MUST already have the Quick Reply box hack installed.

What does it do? This hack will allow you to instantly quote any post or multiple posts in your Quick Reply Box.

How it works: In the upper righthand corner of each post will be a small "QuickQoute" checkbox.. When you click it the text from that post and the original poster's username will automatically be inserted into your Quick Reply box with quote tags around it.

Improvements over the other "Quote Selected" add-on:
  • Works with all browsers
  • You can quote multiple posts
  • No need to highlight any text. Posts are quoted instantly.
  • Includes original poster's username

Very easy to install.. 1 file edit, 1 template edit, and 1 template to add.

Works with vB versions 2.2.X and 2.3.X.

Screenshot:

Screenshot1


If you find this hack useful please click install.

Show Your Support

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

Comments
  #12  
Old 07-02-2003, 07:47 AM
EvilLS1's Avatar
EvilLS1 EvilLS1 is offline
 
Join Date: Apr 2002
Location: Georgia, USA
Posts: 987
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Today at 09:39 AM corsacrazy said this in Post #10
mine werks another kool addon which i rekon i could do my self but if u wonted to try that wood b kool would be that wen a user clicks the check box they get send down to the QR box by using an anchor(bookmark)
I'll let you do that addon b/c in all honesty its not something that I would want.. And the reason is that it would be rather annoying when you're trying to quote multiple posts.. Glad to hear that it worked for you though.
Reply With Quote
  #13  
Old 07-02-2003, 10:02 AM
Oblivion Knight's Avatar
Oblivion Knight Oblivion Knight is offline
 
Join Date: May 2002
Location: Sheffield, UK
Posts: 1,757
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Excellent work EvilLS1!
You've just about hit the sweet spot with this addon .

Is there any other way to make it work? As it is now, it adds a big gap between the checkbox and the post.. I tried to make it in to a button and place it next to the Quote button on the postbit template, and it worked, but it still adds the gaps and doesn't quite work design wise..

Sorry, I know I'm never satisfied am I..? :nervous:


Quote:
Today at 09:39 AM corsacrazy said this in Post #10
mine werks another kool addon which i rekon i could do my self but if u wonted to try that wood b kool would be that wen a user clicks the check box they get send down to the QR box by using an anchor(bookmark)
Here you are.. Have fun!


[high][EDIT][/high]
Text file updated 09/01/04 - HERE
Reply With Quote
  #14  
Old 07-02-2003, 01:06 PM
corsacrazy's Avatar
corsacrazy corsacrazy is offline
 
Join Date: May 2002
Location: london
Posts: 854
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

cheers mr knight !

also wen u check the box it adds the msg but wen u uncheck the box it just adds it to quick reply again.... wood there b a way 4 the txt in quick reply to get deleted once check box is UNchecked ?
Reply With Quote
  #15  
Old 07-02-2003, 03:15 PM
Austin Dea's Avatar
Austin Dea Austin Dea is offline
 
Join Date: Dec 2001
Location: Denver, CO, USA
Posts: 342
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

^ Nah. It's easy enough just to remove the text.

Nice work EvilLS1
Reply With Quote
  #16  
Old 07-02-2003, 05:50 PM
wyzzor wyzzor is offline
 
Join Date: Nov 2002
Posts: 51
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

EvilLS1 Good job man!

I like, thx....
Reply With Quote
  #17  
Old 07-03-2003, 04:48 AM
Velocd's Avatar
Velocd Velocd is offline
 
Join Date: Mar 2002
Location: CA University
Posts: 1,696
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
also wen u check the box it adds the msg but wen u uncheck the box it just adds it to quick reply again.... wood there b a way 4 the txt in quick reply to get deleted once check box is UNchecked ?
Or just rid of the checkbox, and use an image button, and it would simulate sorta how the vB3 quick reply system works. (when you click the button and are redirected to the quick reply, of course in this case the quote is inserted into the quick reply)
Reply With Quote
  #18  
Old 07-03-2003, 05:26 AM
EvilLS1's Avatar
EvilLS1 EvilLS1 is offline
 
Join Date: Apr 2002
Location: Georgia, USA
Posts: 987
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks.

Oblivion Knight, This is the only way I know of.. You might try placing the button in a different place. Maybe under the user's location on the left.

corsacrazy, Try this (haven't tested it myself).. And if that doesn't work try searching for "javascript toggle function" on google. It can be done but I didn't bother adding it because its hard to find one that works with all browsers.
Code:
<input type="checkbox" id="p$post[postid]" onclick="if(document.p$post[postid].p$post[postid].checked)
document.post.message.value = document.post.message.value + document.p$post[postid].elements[0].value;
 else document.post.message.value = document.post.message.value - 
document.p$post[postid].elements[0].value">
Reply With Quote
  #19  
Old 07-03-2003, 07:30 AM
corsacrazy's Avatar
corsacrazy corsacrazy is offline
 
Join Date: May 2002
Location: london
Posts: 854
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Today at 06:48 AM Velocd said this in Post #16
Or just rid of the checkbox, and use an image button, and it would simulate sorta how the vB3 quick reply system works. (when you click the button and are redirected to the quick reply, of course in this case the quote is inserted into the quick reply)
that is another oiption image nice one

Quote:
Today at 07:26 AM EvilLS1 said this in Post #17
Thanks.
corsacrazy, Try this (haven't tested it myself).. And if that doesn't work try searching for "javascript toggle function" on google. It can be done but I didn't bother adding it because its hard to find one that works with all browsers.

testing it as we speak !
Reply With Quote
  #20  
Old 07-03-2003, 07:37 AM
corsacrazy's Avatar
corsacrazy corsacrazy is offline
 
Join Date: May 2002
Location: london
Posts: 854
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

its did werk but only to a certain extent.. if u check the box the quote appears in QR then wen unchecked the text NAN apears in the box.... if i check multiple boxes they all gointo the box fine buut the nan still remains however if i then unceck ONE from the multiple selected everything disappears from the qr box and NAN is displayed again
Reply With Quote
  #21  
Old 07-03-2003, 08:59 AM
Oblivion Knight's Avatar
Oblivion Knight Oblivion Knight is offline
 
Join Date: May 2002
Location: Sheffield, UK
Posts: 1,757
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Today at 06:48 AM Velocd said this in Post #16
Or just rid of the checkbox, and use an image button, and it would simulate sorta how the vB3 quick reply system works. (when you click the button and are redirected to the quick reply, of course in this case the quote is inserted into the quick reply)
Exactly what I have implemented on my postbit..
I just need to come up with a way to get rid of the gaps so I can place it next to the quote button now..

I'll have a look in to vB3's quick reply system, see if that gives me any clues how to do it.
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 11:30 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.08414 seconds
  • Memory Usage 2,316KB
  • 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
  • (1)bbcode_code
  • (6)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