The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Quick Quote! Details »» | |||||||||||||||||||||||||
Howdy,
This hack will allow you to reply directly (with a quote) to any post in a thread without having to load the newreply page.. In each post will be a small "QuickQoute" radio button.. When you click it a reply box will instantly drop down below that post allowing you to reply with a quote in the thread itself. Very easy to install.. One file edit, two template edits, and one template to add. Credits: Thanks to T?Pau's javascript add-on this hack now works with Mozilla. screenshots View after clicking the QuickQuote radio button: Screenshot #1 View before button is clicked: Screenshot #2 Download Quick Quote (Click Here). {edit} For those of you who requested a Quick Quote add-on for FireFly's Quick Reply hack, click here.. If you find this hack useful please click the install button. Show Your Support
|
Comments |
#22
|
||||
|
||||
Quote:
|
#23
|
|||
|
|||
Quote:
|
#24
|
||||
|
||||
Quote:
What version of VB are you using? |
#25
|
||||
|
||||
Quote Selected Add-On for FireFly's Quick Reply hack:
{Edit} Not to be confused with my "Quick Quote II" hack for Quick Reply which can be found here: https://vborg.vbsupport.ru/showthrea...&postid=414625 These are two completely different modifications so be sure to check out Quick Quote II aswell and decide which one you want (or you can install both of them). Note: This is a completely separate add-on and works independantly from the Quick Quote hack posted in this thread. Infact, no hacking is necessary for this add-on.. Its all done with javascript. This can be used in addition to the Quick Quote hack, or separately. To use this add-on you must have FireFly's "Quick Reply" hack already installed. How it works: Once you've installed this add-on you will see an extra button below your Quick Reply form that says "Quote Selected". Simply hold down your left mouse button and highlight some text within a thread, then scroll down to your quick reply box and click the "Quote Selected" button.. The text that you highlighted will be inserted into the quick reply box with quote tags around it.. See Screenshot. You can quote an entire post, or just certain parts of multiple posts within the thread. Credits: I addapted this to work with vBulletin from a phpBB hack by RustyDragon. Known issues: Doesn't work with Mozilla browsers. It works fine with internet explorer and variants. Haven't tested on Opera. Note: If you have clickable smilies with your Quick Reply you will need to find and replace ALL occurrences of "vbform" with "post" in the following places: vbcode.js newreply template newthread template vbcode_popup_smilies template priv_sendprivmsg template priv_sendtobuddies template calendar_enterevent template editpost template Download Quote Selected Add-On for Quick Reply: |
#26
|
|||
|
|||
Any chance you could get that to work like you have for FireFly's quick reply...for this one as well?
|
#27
|
||||
|
||||
Quote:
It should work with that one aswell.. Just apply those same changes in the showthread template. |
#28
|
||||
|
||||
Great ideas! Well done!
|
#29
|
||||
|
||||
Nice, the "select text" and quote concept is great.
[high]* Velocd installs[/high] |
#30
|
||||
|
||||
I have Teck's quick reply hack installed, but there shouldn't be too much variation from Firefly's version.
Yet, I'm receiving a javascript error when I click "Quote selected." The error is originating in this error of the code: Code:
function emoticon(text) { if (document.post.message.createTextRange && document.post.message.caretPos) { var caretPos = document.post.message.caretPos; caretPos.text = caretPos.text.charAt(caretPos.text.length - 1) == ' ' ? text + ' ' : text; document.post.message.focus(); } else { document.post.message.value += text; document.post.message.focus(); } } |
#31
|
||||
|
||||
Thanks fellas..
Velocd, What browser are you using? Can you post or pm me the entire contents of your showthread_replybox template? Edit: Ignore this attachment.. Its for another post. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|