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
  #42  
Old 07-07-2003, 10:11 PM
EvilLS1's Avatar
EvilLS1 EvilLS1 is offline
 
Join Date: Apr 2002
Location: Georgia, USA
Posts: 987
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I just took a look at the Quote multiple posts hack and I think its definitely whats conflicting with this hack. It puts all the messages inside of a single form, and this hack is putting a form in each postbit.. You cannot embed a form inside of another form, so this is whats causing your problem.
Reply With Quote
  #43  
Old 07-07-2003, 11:31 PM
DelFDgfd_gT DelFDgfd_gT is offline
 
Join Date: Oct 2001
Posts: 76
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok i wil uninstall it and install your hack. i hope yuor hack allows u to multi select quotes and then opush the post reply button. thanks for looking.
Reply With Quote
  #44  
Old 07-09-2003, 04:28 AM
DelFDgfd_gT DelFDgfd_gT is offline
 
Join Date: Oct 2001
Posts: 76
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

removing the multi quote hack worked, thanks, installed.
Reply With Quote
  #45  
Old 07-09-2003, 04:29 AM
DelFDgfd_gT DelFDgfd_gT is offline
 
Join Date: Oct 2001
Posts: 76
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

can u find a way to make it so that when u push the post reply button it puts the quote there also?
Reply With Quote
  #46  
Old 07-09-2003, 06:04 AM
EvilLS1's Avatar
EvilLS1 EvilLS1 is offline
 
Join Date: Apr 2002
Location: Georgia, USA
Posts: 987
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Today at 06:29 AM Ramsy de Vos said this in Post #44
can u find a way to make it so that when u push the post reply button it puts the quote there also?
Not with this hack, however it might be possible to make some minor adjustments so that it could work with the quote multiple posts hack..

Try this:

Reinstall the Quote multiple posts hack by xiphoid exactly as you had it..

Then at the top of your "quickquote" template add this:
Code:
</form>
Still in the quickquote template, add this at the bottom:
Code:
<form action="newreply.php" method="POST">
<input type="hidden" name="s" value="$session[sessionhash]">
<input type="hidden" name="threadid" value="$threadid">
If you've installed my "Quick Edit" hack you will also need to add that code to the top & bottom of the "showthread_quickedit" template.

I haven't tested this so I have no idea if it'll work or not, but it might be worth a try if you want to use both hacks together.

Good luck with it.
Reply With Quote
  #47  
Old 07-09-2003, 09:02 PM
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:
07-07-03 at 11:34 PM EvilLS1 said this in Post #38
Does anyone else have this working with 2.3.0?
For the record, this mod works 100% fine with 2.3.0


Thanks for the "gap" fix Velocd, it works a treat
I now have this mod running EXACTLY how I've wanted it for a long time..


Apologies to those that have PM'd me over the last 5 days asking how I changed the checkbox into an image, I haven't been around and forgot to set my status to Away.. . Instructions have been attached.


[high][EDIT][/high]
Text file updated 09/01/04 - HERE
Reply With Quote
  #48  
Old 07-10-2003, 02:05 AM
Brandon's Avatar
Brandon Brandon is offline
 
Join Date: Aug 2002
Posts: 22
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
07-06-03 at 12:15 PM Mystislav said this in Post #33
nm, i figured it out. thanks alot, this ownz.
Just a suggestion, when you fix a problem, would you post how you fixed the problem because I am having the same thing happen, and I don't get the check box. It helps people who have the same problem.

I followed the directions perfectly (I even installed and uninstalled) and it still does not show the little check box...
Reply With Quote
  #49  
Old 07-10-2003, 03:01 AM
EvilLS1's Avatar
EvilLS1 EvilLS1 is offline
 
Join Date: Apr 2002
Location: Georgia, USA
Posts: 987
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Yesterday at 11:02 PM Oblivion Knight said this in Post #46
For the record, this mod works 100% fine with 2.3.0
Thats good to hear. Thanks for letting us know.

Also, I added a link to your image button instructions in the second post of this thread.


BrandonC,
The only things I can think of to check are:
*If you have more than one template set be sure you added the modifications to all of them.
*Make sure you spelled the template name correctly (quickquote).
*Make sure your postbit contains the $quick_quote variable.

I know those are all obvious things that you've probably already double checked, but if you've added the code to admin/functions it should be working for you.
Reply With Quote
  #50  
Old 07-10-2003, 11:08 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

Thanks EvilLS1, and thankyou for taking the time out to come up with a solution for this feature.. You wouldn't believe how long I've been waiting for such a thing.. I've attempted it before a couple of times to no avail.

Could you also place a link in the second post to my little Anchor addon? Just so that people whom want this feature know that it exists..
Reply With Quote
  #51  
Old 07-10-2003, 10:00 PM
EvilLS1's Avatar
EvilLS1 EvilLS1 is offline
 
Join Date: Apr 2002
Location: Georgia, USA
Posts: 987
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Today at 01:08 PM Oblivion Knight said this in Post #49


Could you also place a link in the second post to my little Anchor addon? Just so that people whom want this feature know that it exists..
Done.
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 01:15 AM.


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.04707 seconds
  • Memory Usage 2,318KB
  • Queries Executed 27 (?)
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
  • (2)bbcode_code
  • (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_postinfo_query
  • fetch_postinfo
  • 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