07-17-2002, 05:17 PM
|
Executive Editor
Join Date: Aug 2006
Posts: 29,160
|
|
Ok people, here's how quoting works
After manually correcting the 100th broken quote today (including ones by my own team), I thought perhaps I should explain how it works so you can fix them yourselves. There are two elements to the quote: the start tag and the end tag. These are inserted automatically, but it seems that when people are editing their message they are getting "broken". The start tag will look like this (I added a space after the [ so the code wouldn't work, you'd delete that space): [ quote="dwprice"] - notice that there needs to be quotes around the username that you're referencing. The end tag is equally simple: [/quote]. The problems I'm seeing most often are people missing a " after or before the user name, and a missing [ at the end. I hope this helps clear things up for everyone!
|
|
|
|
|
07-17-2002, 05:22 PM
|
Moderator
Join Date: Aug 2006
Posts: 6,878
|
|
You can also take advantage of the "preview" button before you submit your post. :wink:
|
|
|
|
|
07-17-2002, 05:24 PM
|
Intellectual
Join Date: Feb 2004
Posts: 185
|
|
Quote:
Originally Posted by cedrones
You can also take advantage of the "preview" button before you submit your post. :wink:
|
And the Edit one after!!!
|
|
|
|
|
07-17-2002, 05:30 PM
|
Ponderer
Join Date: Jul 2003
Posts: 113
|
|
Can I quote you all on that? :lol:
|
|
|
|
|
07-17-2002, 05:38 PM
|
Contributing Editor Emeritus
Join Date: Aug 2006
Posts: 8,228
|
|
Re: Ok people, here's how quoting works
[quote="Jason Dunn" After manually correcting the 100th broken quote today (including ones by my own team), I thought perhaps I should explain how it works so you can fix them yourselves.[/quote]
Thanks. Seems so simple after you explain it like that.
:rofl:
|
|
|
|
|
07-18-2002, 02:17 AM
|
Intellectual
Join Date: Jul 2003
Posts: 179
|
|
Re: Ok people, here's how quoting works
Quote:
Originally Posted by Jason Dunn
After manually correcting the 100th broken quote today
|
For those (many but decreasing proportion) of us who dabbled in HTML etc, this is fairly obvious...but I suspect that there is an increasing number of people who are not familiar with HTML coding but are familiar with email quoting, where it doesn't matter where you truncate the quoted material.
I think that your appeal will likely fall on deaf ears. Is there not some way you can show quoted material, maybe in bold, but hide the quote codes so that we can't accidentally delete them. Probably this will create some limitation for power users who are familiar with how to use the current system but maybe you can provide an advanced mode for them. For the rest, hide the quotes codes.
The alternative for many people is to get lazy...ie don't edit out the quoted material but simply quote it in its entirety - with long threads, this also creates problems.
|
|
|
|
|
07-18-2002, 02:31 AM
|
Swami
Join Date: May 2004
Posts: 4,396
|
|
Re: Ok people, here's how quoting works
Quote:
Originally Posted by topps
For those (many but decreasing proportion) of us who dabbled in HTML etc, this is fairly obvious...but I suspect that there is an increasing number of people who are not familiar with HTML coding but are familiar with email quoting, where it doesn't matter where you truncate the quoted material.
|
The problem is that it's not quite like HTML. Besides the tag delimiters being different ("[" and "]" vs. "<" and ">"), the attribute mechanism is different. You use:
quote="username"
instead of something like
quote user="username"
Yes, it's simpler, but HTML people may get surprised by it, too.
Quote:
Originally Posted by topps
I think that your appeal will likely fall on deaf ears. Is there not some way you can show quoted material, maybe in bold, but hide the quote codes so that we can't accidentally delete them. Probably this will create some limitation for power users who are familiar with how to use the current system but maybe you can provide an advanced mode for them. For the rest, hide the quotes codes.
|
Please only do this if there is an override you can set in your user profile. New accounts would have the "newbie" mode on, but I'd like to turn the advanced user mode on once, and never worry about it again.
Steve
|
|
|
|
|
07-18-2002, 02:37 AM
|
Swami
Join Date: May 2004
Posts: 4,396
|
|
Re: Ok people, here's how quoting works
Quote:
Originally Posted by Jason Dunn
There are two elements to the quote: the start tag and the end tag. These are inserted automatically, but it seems that when people are editing their message they are getting "broken". The start tag will look like this (I added a space after the [ so the code wouldn't work, you'd delete that space): [ quote="dwprice"] - notice that there needs to be quotes around the username that you're referencing.
|
Actually, you didn't need to add the space and then explain that the space shouldn't be there. You should have either just clicked the "Disable BBCode in this post" checkbox, which would display the BBCode in the text, or used the Code tag, which would display the BBCode in a special box.
The problem with simply disabling BBCode is that anybody quoting your post would reenable the BBCode, and the tags would take effect, but your original post would still be OK. (In fact, during preview mode, the above quotation got messed up because you used "[ /quote]" without the space, which ended the text I was quoting. I had to remove some of the material I was quoting.)
See my next two posts for examples.
Steve
|
|
|
|
|
07-18-2002, 02:39 AM
|
Swami
Join Date: May 2004
Posts: 4,396
|
|
A Post with BBCode Disabled
Here is the correct way to quote text:
Quote:
Originally Posted by username
Username's quoted text.
|
Voila!
Steve
|
|
|
|
|
07-18-2002, 02:49 AM
|
Swami
Join Date: May 2004
Posts: 4,396
|
|
The Best Way (I Hope)
If you want to display some BBCode in your posts while still having it take effect in other places, use the Code tag.
Here is some bold text.
Here is a quotation:
Quote:
Originally Posted by Mark Twain
The truth is a precious commodity. That's why I use it so sparingly.
|
Here is some BBCode that doesn't take effect:
Code:
[quote="Mark Twain"]
The truth is a precious commodity. That's why I use it so sparingly.
[/quote]
My bill for consulting services is in the mail. :lol:
Steve
|
|
|
|
|
|
|