PDA

View Full Version : Quick Quote


larryd
08-03-2004, 02:16 AM
One of my favorite hacks for VB2, is it made for VB3? I couldn't find it anywhere when searching?

Zachery
08-03-2004, 02:29 AM
One of my favorite hacks for VB2, is it made for VB3? I couldn't find it anywhere when searching?
What does it do?

larryd
08-03-2004, 03:34 AM
It shows up on every post in a thread and when you click it it copies the contents of that posts into the quick reply box. Essentially it doe the same thing as the Quote button on each thread but it copies it to the Quick Reply that then a New Reply box.

EvilLS1
08-03-2004, 12:23 PM
I never bothered to officially release it for VB3 but it is posted here in the request forum:

https://vborg.vbsupport.ru/showthread.php?t=66653&highlight=quick+quote

Zachery
08-03-2004, 12:33 PM
I never bothered to officially release it for VB3 but it is posted here in the request forum:

https://vborg.vbsupport.ru/showthread.php?t=66653&highlight=quick+quote
Any chance you'll make an offical release

larryd
08-03-2004, 02:14 PM
I never bothered to officially release it for VB3 but it is posted here in the request forum:

https://vborg.vbsupport.ru/showthread.php?t=66653&highlight=quick+quote

Thanks a lot, I added it and love it :)

EvilLS1
08-03-2004, 07:03 PM
Any chance you'll make an offical release
Maybe later. That one still has a couple of bugs to be worked out and I don't have time to offer support for it right now.

Thanks a lot, I added it and love it :)
Y/W. Glad ya like it.

MrFaldyn
08-03-2004, 07:08 PM
There isn't really anything that needs to be added. Just edit the showthread_quickreply template.

Change:
for="qr_quickreply"><input type="checkbox" name="quickreply" value="1" id="qr_quickreply" accesskey="w" tabindex="4" />$vbphrase[quote_message_in_reply]</label>

To:
for="qr_quickreply"><input type="checkbox" name="quickreply" value="1" id="qr_quickreply" accesskey="w" tabindex="4" checked="checked" />$vbphrase[quote_message_in_reply]</label>
what this does is make it to where when you click on the quick reply button, it brings you down to the quick reply box, and automatically quotes the message that you clicked the quick reply button on.

Zachery
08-03-2004, 07:15 PM
Maybe later. That one still has a couple of bugs to be worked out and I don't have time to offer support for it right now.


Y/W. Glad ya like it.
I dont care so much about support as long as you do bug fixes regularly or asap if its doing somthing bad. :)

EvilLS1
08-03-2004, 07:30 PM
I dont care so much about support as long as you do bug fixes regularly or asap if its doing somthing bad. :)

Well, theres no major bugs but currently it doesn't work with WYSIWYG enabled.. So if I released it the first thing people will do is ask me to make it work with wysiwyg and I don't have much free time to tinker with it ATM. Besides, a search for "quick quote" will bring up the thread in the requests forum that contains the hack. :)

With my work schedule I don't have much free time right now to support any new hacks. I don't like to release them unless I can offer support.