Facebook Comments on Blog

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.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
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.
This thread is closed to new posts. You must sign in to post in the forums.
8/7/2012 7:48:19 AM
Gravatar
Total Posts 154

Facebook Comments on Blog

2003 Server SP 2
MSSQL
2.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

 

8/7/2012 10:09:10 AM
Gravatar
Total Posts 18439

Re: Facebook Comments on Blog

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

8/7/2012 10:47:21 AM
Gravatar
Total Posts 154

Re: Facebook Comments on Blog

Thanks Joe!  What file do I put that code in?  Will that hide both comment links?  I would like one to remain.

8/7/2012 10:50:47 AM
Gravatar
Total Posts 18439

Re: Facebook Comments on Blog

you can put it in the styleblog.css, but it will unfortunately hide both comment links.

8/7/2012 11:14:38 AM
Gravatar
Total Posts 154

Re: Facebook Comments on Blog

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.

8/7/2012 11:22:15 AM
Gravatar
Total Posts 2239

Re: Facebook Comments on Blog

You can hide one of the links with 

.blogcommentlink + .blogcommentlink { display:none; }

8/7/2012 12:07:05 PM
Gravatar
Total Posts 154

Re: Facebook Comments on Blog

Nice that did it.  Thanks Joe!

You must sign in to post in the forums. This thread is closed to new posts.