What are the main things that you would change about our threaded comments? I've put up a post<http://code.blogger.com/2012/01/customising-threaded-comments.html>that gives some of the detail around our implementation, and I'm sure you could dig in, and re-implement it to your liking.
brett
On Mon, Jan 23, 2012 at 3:01 PM, Alain-Christian <mynamebackwa...@gmail.com>wrote:
> Nobody is being quoted. You shouldn't be using blockquote as a > presentational tag. It's just wrong. Ugh, the new comments system is such a > mess.
> -- > You received this message because you are subscribed to the Google Groups > "Blogger Developer Group" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/bloggerdev/-/-Xmv2iyVOAEJ. > To post to this group, send email to bloggerdev@googlegroups.com. > To unsubscribe from this group, send email to > bloggerdev+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/bloggerdev?hl=en.
Brett, I don't understand what you mean by "... now with an optional extra field data:comment.inReplyTo which will contain the id of the parent comment, if there is one."
Can you show me an example of using *data:comment.inReplyTo*? I tried all kinds of things, but can't get it to work.
You can use this small amount of code(or something more comfortable for you):
Second that! The comment is original text, not a quote of something from another website. Why not simply use <p> tags as before?! Not to mention for people who added CSS to style <blockquote> that will now style comments as well, breaking their design.
And Brett, that shouldn't be something that users need to "re-implement" to our liking, since it's in the HTML standard. If we go in and change that it will likely break the next time you roll out changes...
On Thu, Jan 26, 2012 at 7:33 AM, gxg <george.m...@gmail.com> wrote: > Second that! The comment is original text, not a quote of something from > another website. Why not simply use <p> tags as before?! > Not to mention for people who added CSS to style <blockquote> that will > now style comments as well, breaking their design.
> And Brett, that shouldn't be something that users need to "re-implement" > to our liking, since it's in the HTML standard. If we go in and change that > it will likely break the next time you roll out changes...
> To post to this group, send email to bloggerdev@googlegroups.com. > To unsubscribe from this group, send email to > bloggerdev+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/bloggerdev?hl=en.
It's a good post, I saw it. But I feel like that post is missing a few details. It'd be nice if you detailed the includables. You said we could overwrite them but I don't know what I'm overwriting. And my comments are formatted like blockquotes now. It makes zero semantic sense to be using the blockquote tag. Not to mention the CSS customizations I made last time all went out the window. Nothing got resused. And speaking of CSS, I don't like how there's a block of it after the header section. What's up with that? Was there no other way? Couldn't you link to a file instead and include that as part of all-header-content?
Now that I've seen the change I'm thinking of moving my comments to disqus. It might be time. I don't like to rely too much on 3rd party stuff but to be making such a basic mistake as using blockquote the way you guys did doesn't fill me with much confidence. I hate to say it but come on!
It's like your *ridiculous SPAN usage in the post editor.
Thanks for the feedback Alain-Christian. I've had a chat with the developers of the commenting system, and I am treating the usage of quotes as a bug to be fixed. I can't promise timelines, but I'm hoping we can fix this sooner rather than later.
brett
On Mon, Jan 30, 2012 at 4:13 PM, Alain-Christian <mynamebackwa...@gmail.com>wrote:
> It's a good post, I saw it. But I feel like that post is missing a few > details. It'd be nice if you detailed the includables. You said we could > overwrite them but I don't know what I'm overwriting. And my comments are > formatted like blockquotes now. It makes zero semantic sense to be using > the blockquote tag. Not to mention the CSS customizations I made last time > all went out the window. Nothing got resused. And speaking of CSS, I don't > like how there's a block of it after the header section. What's up with > that? Was there no other way? Couldn't you link to a file instead and > include that as part of all-header-content?
> Now that I've seen the change I'm thinking of moving my comments to > disqus. It might be time. I don't like to rely too much on 3rd party stuff > but to be making such a basic mistake as using blockquote the way you guys > did doesn't fill me with much confidence. I hate to say it but come on!
> It's like your *ridiculous SPAN usage in the post editor.
> -- > You received this message because you are subscribed to the Google Groups > "Blogger Developer Group" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/bloggerdev/-/PdIGPaFGBJwJ. > To post to this group, send email to bloggerdev@googlegroups.com. > To unsubscribe from this group, send email to > bloggerdev+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/bloggerdev?hl=en.
I like the new system, but due to to some difficults to customize it, I decided to adapt the classic system to create my own version of threaded comments, using a new data tag that Brett share us kindly in this post http://code.blogger.com/2012/01/customising-threaded-comments.html
On Sat, Feb 11, 2012 at 7:18 AM, NicoNico <nico...@gmail.com> wrote: > I like the new system, but due to to some difficults to customize it, I > decided to adapt the classic system to create my own version of threaded > comments, using a new data tag that Brett share us kindly in this post > http://code.blogger.com/2012/01/customising-threaded-comments.html
> -- > You received this message because you are subscribed to the Google Groups > "Blogger Developer Group" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/bloggerdev/-/V7YWQOcKi78J. > To post to this group, send email to bloggerdev@googlegroups.com. > To unsubscribe from this group, send email to > bloggerdev+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/bloggerdev?hl=en.
As far as I can see, the <blockquote> tag has been removed from the new comment system in the past couple of days. Thanks!
However, unfortunately, now I see that the 'Reply'-link has stopped working again, at least on my blog... :( [http://exde601e.blogspot.com/] Could you take a look at that if you get the chance? Best, George
On Thu, Feb 23, 2012 at 21:12, gxg <george.m...@gmail.com> wrote: > Hi Brett!
> As far as I can see, the <blockquote> tag has been removed from the new > comment system in the past couple of days. Thanks!
> However, unfortunately, now I see that the 'Reply'-link has stopped > working again, at least on my blog... :( [http://exde601e.blogspot.com/] > Could you take a look at that if you get the chance? > Best, > George
> To post to this group, send email to bloggerdev@googlegroups.com. > To unsubscribe from this group, send email to > bloggerdev+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/bloggerdev?hl=en.
> Never mind, I copied the new code from my test blog to my main one and it > looks OK now! > best, > George
> On Thu, Feb 23, 2012 at 21:12, gxg <george.m...@gmail.com> wrote:
>> Hi Brett!
>> As far as I can see, the <blockquote> tag has been removed from the new >> comment system in the past couple of days. Thanks!
>> However, unfortunately, now I see that the 'Reply'-link has stopped >> working again, at least on my blog... :( [http://exde601e.blogspot.com/] >> Could you take a look at that if you get the chance? >> Best, >> George
>> To post to this group, send email to bloggerdev@googlegroups.com. >> To unsubscribe from this group, send email to >> bloggerdev+unsubscribe@googlegroups.com. >> For more options, visit this group at >> http://groups.google.com/group/bloggerdev?hl=en.
> -- > *g**x**g* >*exde601e.blogspot.com*<
> -- > You received this message because you are subscribed to the Google Groups > "Blogger Developer Group" group. > To post to this group, send email to bloggerdev@googlegroups.com. > To unsubscribe from this group, send email to > bloggerdev+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/bloggerdev?hl=en.