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
  #52  
Old 07-11-2003, 01:46 PM
fiendnutz
Guest
 
Posts: n/a
Default

I was wondering if there's a way to make the quickquote hack also work for the /me hack. For some reason it wont work.
Reply With Quote
  #53  
Old 07-11-2003, 11:09 PM
EvilLS1's Avatar
EvilLS1 EvilLS1 is offline
 
Join Date: Apr 2002
Location: Georgia, USA
Posts: 987
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Yesterday at 03:46 PM fiendnutz said this in Post #51
I was wondering if there's a way to make the quickquote hack also work for the /me hack. For some reason it wont work.
If you can give me a link to that hack and also describe the problem (what exactly isn't working) when you install both hacks I'll take a look and see if we can make them work together.
Reply With Quote
  #54  
Old 07-12-2003, 12:22 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:
Yesterday at 03:46 PM fiendnutz said this in Post #51
I was wondering if there's a way to make the quickquote hack also work for the /me hack. For some reason it wont work.
This isn't the best way of doing things by any means, but it's how I have it set up and just thought I'd share. Follow the attached instructions.
Reply With Quote
  #55  
Old 07-16-2003, 10:19 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

How stupid of me.. *slaps self*
If you have installed my "image instead of checkbox" addon, download the new file and replace the quickquote template with the new content.. Just fixed a small java bug..
Reply With Quote
  #56  
Old 08-02-2003, 04:49 PM
Set Set is offline
 
Join Date: May 2003
Location: Italy - Parma
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,
Does this add - on work also with the simple MODIFICATION to the template?

Tnx
Reply With Quote
  #57  
Old 08-02-2003, 07:21 PM
EvilLS1's Avatar
EvilLS1 EvilLS1 is offline
 
Join Date: Apr 2002
Location: Georgia, USA
Posts: 987
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Today at 06:49 PM Set said this in Post #55
Hi,
Does this add - on work also with the simple MODIFICATION to the template?

Tnx
It should if you make one minor change to the quick reply form.

In the showthread template find:
Code:
<form enctype="multipart/form-data" action="newreply.php" name="quickreply" method="post" onSubmit="return validate(this)">
Replace it with:
Code:
<form enctype="multipart/form-data" action="newreply.php" name="vbform" method="post" onSubmit="return validate(this)">
Then install Quick Quote II and it should work.
Reply With Quote
  #58  
Old 08-03-2003, 09:21 AM
Set Set is offline
 
Join Date: May 2003
Location: Italy - Parma
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

OK!
Thanks a lot EvilL!

I installed it
Reply With Quote
  #59  
Old 08-05-2003, 09:04 PM
Larry@IOG Larry@IOG is offline
 
Join Date: May 2002
Posts: 95
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I uninstalled the muilti quote and installed this but when I click a box I am getting a error on the page

Larry
Reply With Quote
  #60  
Old 08-05-2003, 09:15 PM
EvilLS1's Avatar
EvilLS1 EvilLS1 is offline
 
Join Date: Apr 2002
Location: Georgia, USA
Posts: 987
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Larry,
Check your quick reply box template (showthread_replybox if you're using Firefly's hack) and make sure the name of your quick reply form is "vbform".

It should look like this:

Code:
<form enctype="multipart/form-data" action="newreply.php" name="vbform" method="post" onSubmit="return validate(this)">
Then scroll down a little and make sure your textarea name is "message".. It should look like this:

Code:
<textarea name="message" rows="7" cols="$textareacols" wrap="virtual" tabindex="1"></textarea>
Thats about the only thing that could cause a javascript error.
Reply With Quote
  #61  
Old 08-05-2003, 10:59 PM
Larry@IOG Larry@IOG is offline
 
Join Date: May 2002
Posts: 95
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have a 12 in place of this 7

rows="7"
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 05:56 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.05269 seconds
  • Memory Usage 2,308KB
  • 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
  • (3)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
  • (10)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