This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.
When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:
2003 Server SP 2MSSQL2.3.9.0
I think there is a bug with how the comments appear on the blog when you are using facebook comments. Below each blog post I see 2 links one that says comments and the other says comments(0). The zero isn't referring to the facebook post count and both links go to the same place.
You can view it on the link below.
http://www.unseriously.com/fails-and-wins.aspx
Hi Dave,
Thanks for the bug report, this si now fixed in the source code repository so it will be fixed in the next release. In the meantime you could hide the link with:
.blogcommentlink { display:none; }
Best,
Joe
Thanks Joe! What file do I put that code in? Will that hide both comment links? I would like one to remain.
you can put it in the styleblog.css, but it will unfortunately hide both comment links.
Ok I'll leave it as is. I believe unchecking commenting in the settings also disabled the comment links but when I went to the blog page individually the facebook comments were still available. Not sure if this is how you wanted it to behave.
You can hide one of the links with
.blogcommentlink + .blogcommentlink { display:none; }
Nice that did it. Thanks Joe!