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
  #62  
Old 08-05-2003, 10:59 PM
Larry@IOG Larry@IOG is offline
 
Join Date: May 2002
Posts: 95
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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

That shouldn't make any difference. If you have a mozilla browser you can see what the exact error message is. If you have it, go to a thread and click quickquote, then click tools + web development + javascript console and it'll tell you the exact error.

What browser are you using btw? Also, are you using the hack instructions from the first post in this thread?

I can't think of anything that would cause a javascript error other than the form names not matching.

Just for the heck of it, try this:

In your quickquote template find this:
Code:
<A HREF="#vbform"><smallfont>QuickQuote</smallfont></A><input type="checkbox" onclick="document.vbform.message.value = document.vbform.message.value + document.p$post[postid].elements[0].value">
replace it with this:
Code:
<A HREF="#vbform"><smallfont>QuickQuote</smallfont></A><input type="checkbox" onclick="document.vbform.message.value = document.vbform.message.value + document.p$post[postid].message.value">
Reply With Quote
  #64  
Old 08-06-2003, 01:47 AM
Larry@IOG Larry@IOG is offline
 
Join Date: May 2002
Posts: 95
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That did not work either

Also I am using IE6 but it is not working for any of my members

If you want their is a test account
www.impulseownersgroup.com
User Name: Test1
Password: test1


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

Larry,
I just logged into your site and its working fine for me. I clicked the "QuickQuote" checkbox and the quoted text was instantly inserted into the quick reply box. Also, I didn't get any errors (using IE 6.0).

If you have more than one template set you'll need to add the code to them aswell.
Reply With Quote
  #66  
Old 08-08-2003, 01:57 PM
PurpleCow PurpleCow is offline
 
Join Date: Mar 2003
Posts: 222
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The image version doesn't work for me. It gives me java script errors.

I need the image versiont o work on vB 2.3.0. any help appreciated.

Thanks

Quote:
07-10-03 at 04:32 AM Oblivion Knight said this in Post #46
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 16/7/03
Reply With Quote
  #67  
Old 08-09-2003, 12:10 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

For the image addon to work, you have to also install the anchor addon. I can write up some seperate instructions if you want a version of the image addon to work without the anchor..
Reply With Quote
  #68  
Old 08-10-2003, 02:53 AM
PurpleCow PurpleCow is offline
 
Join Date: Mar 2003
Posts: 222
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Please help me with that code, Oblivion Knigh ! I wanted the image version working for my site.

Thank you

Quote:
Yesterday at 07:40 PM Oblivion Knight said this in Post #66
For the image addon to work, you have to also install the anchor addon. I can write up some seperate instructions if you want a version of the image addon to work without the anchor..
Reply With Quote
  #69  
Old 08-10-2003, 08:04 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 04:53 AM PurpleCow said this in Post #67
Please help me with that code, Oblivion Knigh ! I wanted the image version working for my site.

Thank you
Try this.. It's untested, but it should work..
Reply With Quote
  #70  
Old 08-10-2003, 11:54 AM
PurpleCow PurpleCow is offline
 
Join Date: Mar 2003
Posts: 222
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Oblivion Knight - I tried the new text file instructions. But, no its not working again . This is what happens :

1. When i click on the image that appears, the page just refreshes. When i click on the image again, it gives me javascript errors in the status bar and this time, it doesn't refresh at all.

But nothing towards the required effect happens, that is to quote.

Thanks for your help again.

Cheers
Reply With Quote
  #71  
Old 08-10-2003, 05:56 PM
mmmender's Avatar
mmmender mmmender is offline
 
Join Date: Sep 2002
Location: toronto
Posts: 65
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i finally got this hack working and it looks great, thanks very much. both EvilLS1's and Oblivion Knight's instructions were very easy to follow, much appreciated when you're a hacker newbie like myself. keep up the great work!

-leesa
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: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.05932 seconds
  • Memory Usage 2,314KB
  • 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
  • (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
  • (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