The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Easier Quoting in QR
I have been unable to find a mod that does this, so if anyone knows of one, please point me in the right direction.
What I'm looking for is an addition to the quick reply feature that allows you to highlight text on that page and click a "Quote" button that immediately adds the quote into the QR box. Hopefully I explained this properly. Is there a way to do this? Or does this feature already exist somewhere? Any help would be appreciated. The members on my board (which used to be phpbb) would love for this feature to be implemented. Thank you. |
#2
|
||||
|
||||
Attached are one template mod (Quote Selected) and one hack (Quick Quote III).
The Quote Selected mod does exactly what you requested. It adds a button under your quick reply box and when you highlight text with your mouse & click the button it'll insert it into your QR box. The known limitations are that it doesn't work with the wysiwyg toolbar or require click for QR enabled and it only works with internet explorer. But when those options are enabled or the user isn't using an IE browser the button won't be displayed. The Quick Quote hack adds a checkbox to each postbit. When the checkbox is ticked it instanly inserts the text from the post into the QR box. You can also quote multiple posts with it. However, to use it "Require Click for Quick Reply" must be set to no. Also, it does not work when the WYSIWYG quick reply toolbar is enabled. You can turn it on and off in the admincp under vboptions. |
#3
|
|||
|
|||
Dude, you rock! Thanks a lot!
|
#4
|
||||
|
||||
Quote:
|
#5
|
||||
|
||||
Hmm.. Try replacing this:
Code:
$quotetext= htmlspecialchars_uni($post['pagetext']); Code:
$quotetext= htmlspecialchars_uni(strip_quotes($post['pagetext'])); |
#6
|
||||
|
||||
N/P. Glad it works for you. I've been meaning to clean this hack up a bit and post it but never got around to it.
|
#7
|
||||
|
||||
Thanks for the suggestions. Those are good ones. If I can ever get past this lazy streak I'll look into it.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|