Request: Check "Include Quoted Message" by default when using quick quote reply?
#1
Thread Starter
DVD Talk Hall of Fame
Request: Check "Include Quoted Message" by default when using quick quote reply?
Too many times I've clicked the quick reply with quote button and then forgotten to check the box that includes the original message in the reply. Would it be possible to have that box checked by default when we click the quick quote/reply button?
#3
Thread Starter
DVD Talk Hall of Fame
Re: Request: Check "Include Quoted Message" by default when using quick quote reply?
Bump from the dead. We got the posted in markers, maybe we can get this, too?
#5
DVD Talk Ultimate Edition
Joined: Dec 1999
Posts: 4,160
Likes: 0
Received 0 Likes
on
0 Posts
From: Orlando, FL
Re: Request: Check "Include Quoted Message" by default when using quick quote reply?
Took me a while to figure out what you were asking because I've never used that button ("Quick reply to this message", bottom right of each post), but it seems to make sense. If you're replying to a specific message, then it stands to reason you want to quote that message in your reply.
In cases like that I usually just hit the "Quote" button, but for those who prefer to use "Quick reply to this message", it seems like a good idea to include the quoted message by default.
In cases like that I usually just hit the "Quote" button, but for those who prefer to use "Quick reply to this message", it seems like a good idea to include the quoted message by default.
#6
Re: Request: Check "Include Quoted Message" by default when using quick quote reply?
I've never used that button either, but I can see the advantage. Having it checked by default would make the most sense if possible.
#7
DVD Talk Legend
Re: Request: Check "Include Quoted Message" by default when using quick quote reply?
Funny, I do use the Quick Reply box at the bottom sometimes. I've never used the quick reply feature in each individual post. I do agree with you, OP. It makes the most sense to have it checked off by default, where one can decide not to quote the message, rather than the other way around. Seems like an easy thing to change.
#9
Re: Request: Check "Include Quoted Message" by default when using quick quote reply?
It's actually really stupid that the box would not default to checked. Obviously a flaw the forum software. If IB fixes this, it would be a great addition that I would start to use.
I also had never used the "multiple quotes" thing before... I'm not sure when that showed up, but it looks quite useful.
I also had never used the "multiple quotes" thing before... I'm not sure when that showed up, but it looks quite useful.
#10
Internet Brands
Joined: Jul 2008
Posts: 560
Likes: 0
Received 0 Likes
on
0 Posts
Re: Request: Check "Include Quoted Message" by default when using quick quote reply?
It's actually really stupid that the box would not default to checked. Obviously a flaw the forum software. If IB fixes this, it would be a great addition that I would start to use.
I also had never used the "multiple quotes" thing before... I'm not sure when that showed up, but it looks quite useful.
I also had never used the "multiple quotes" thing before... I'm not sure when that showed up, but it looks quite useful.
Did you know that multi-quote works across different pages and even different threads? Hit multi-quote in one thread, move to another thread and multi-quote some more. When you finally hit quote, there will be an option under the text box to include quotes from other threads that you haven't posted yet.
Now, back to topic:
I don't believe that this is a setting, and I can't say that it'd be easy to do. I will take a look and see what we can do!
#11
Thread Starter
DVD Talk Hall of Fame
Re: Request: Check "Include Quoted Message" by default when using quick quote reply?
Setting a check or toggle box to be checked by default is fairly basic HTML, no?
#12
DVD Talk Gold Edition
Re: Request: Check "Include Quoted Message" by default when using quick quote reply?
For the LONGEST time, I thought the feature was broke because I'd click on it and nothing would happen.
#13
Internet Brands
Joined: Jul 2008
Posts: 560
Likes: 0
Received 0 Likes
on
0 Posts
Re: Request: Check "Include Quoted Message" by default when using quick quote reply?
Anyway, yes... making a check box checked by default is simple html. It's a matter of writing "checked" in the input tag. However, I'll have to make sure it's not going to screw up the quick reply by doing that, as the checkbox isn't checkable until you hit the reply button.... if you enter a quick reply without hitting that button and it's checked by default..... you get the picture. We can look into it though.
There was a deleted post in this thread that asked how it works, and I figured there was at least one person who was wondering that, so I gave a brief description. I'm glad it didn't go to waste.
Last edited by IB-Dick; 01-09-09 at 08:00 PM.
#15
DVD Talk Hero
#16
DVD Talk Legend
Re: Request: Check "Include Quoted Message" by default when using quick quote reply?
Did you know that multi-quote works across different pages and even different threads? Hit multi-quote in one thread, move to another thread and multi-quote some more. When you finally hit quote, there will be an option under the text box to include quotes from other threads that you haven't posted yet.
#17
Re: Reset your counter, IB-Dick
include the following code at the right place within: http://forum.dvdtalk.com/clientscrip...reply.js?v=372
qr_quickreply.checked=1;
If it's within a form, you might need:
document.formname.qr_quickreply.checked=true;
Or, if you prefer... document.forms['formname'].qr_quickreply.checked=true;
Then you don't have to worry about the effects of having the ghosted checkbox interfere before a quick quote is pressed.
qr_quickreply.checked=1;
If it's within a form, you might need:
document.formname.qr_quickreply.checked=true;
Or, if you prefer... document.forms['formname'].qr_quickreply.checked=true;
Then you don't have to worry about the effects of having the ghosted checkbox interfere before a quick quote is pressed.
#18
i'm so confused
I've never noticed the quote message check box, so what does it do again or which
quote does it, quote?
quote does it, quote?
#19
Re: i'm so confused
1) Click "Quick Quote" on a post, which jumps you to the quick reply area.
2) Check the little box dingleberry that people want auto-checked
3) Send your message.
I think your message will have the quote above it then.
Edit: Yup.
#20
Thread Starter
DVD Talk Hall of Fame
Re: i'm so confused
The quote message box, from what I can tell, works as follows:
1) Click "Quick Quote" on a post, which jumps you to the quick reply area.
2) Check the little box dingleberry that people want auto-checked
3) Send your message.
I think your message will have the quote above it then.
Edit: Yup.
1) Click "Quick Quote" on a post, which jumps you to the quick reply area.
2) Check the little box dingleberry that people want auto-checked
3) Send your message.
I think your message will have the quote above it then.
Edit: Yup.
#21
#22
#23
Re: Request: Check "Include Quoted Message" by default when using quick quote reply?
well i just used the quick reply, it's not actually called quick quote, did it again and the second time the box was still checked.
in fact it is greyed out and also checked so someone must have turned on "checked"
in fact it is greyed out and also checked so someone must have turned on "checked"
#25
Re: Request: Check "Include Quoted Message" by default when using quick quote reply?
^
thats what i usually do too, seems a bit redundant to have the quick reply button.
what's the difference?
thats what i usually do too, seems a bit redundant to have the quick reply button.
what's the difference?



