Blogger comment form on home page, Intense Debate on post page - why?
Hi! I am having the weirdest problem on the www.unerusseaparis.Fr website (it's been like that for a week now). When a person clicks on "Post a comment" on the home page, the link brings a Blogger comment form. If the person is on the post's page (like this one: http://www.unerusseaparis.fr/2009/01/...), the comment form is the Intense Debate's one!
On the previous post, two comments were made under Intense Debate, then one under Blogger which made disappear the two ID ones (although they still apear on the widget) - even from the post's page.
If you could help me with that, it would be greatly appreciated! This is so annoying...
On the previous post, two comments were made under Intense Debate, then one under Blogger which made disappear the two ID ones (although they still apear on the widget) - even from the post's page.
If you could help me with that, it would be greatly appreciated! This is so annoying...
1
person has this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
Create a customer community for your own organization
Plans starting at $19/month
-
Inappropriate?Since nobody seems to care, I'll try and give you a hand. I gave it a quick look. It seems you have a blogger account. There must be something wrong with your template (the section dealing with the "Post a comment" link. Here's how to fix it by hand.
Go to 'Layout', choose 'Edit HTML'
Then search for the "post-comment-link" keyword
You should get to a section looking as follows:
<span class='post-comment-link'>
<b:if cond='data:blog.pageType != "item"'>
<b:if cond='data:post.allowComments'>
<a class='comment-link' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><b:if cond='data:post.numComments == 1'>1 <data:top.commentLabel/><b:else/><data:post.numComments/> <data:top.commentLabelPlural/></b:if></a>
</b:if>
</b:if>
</span>
What you need to do is replace the central block starting with "<a class='comment-link'" and ending with </a>
with the conditional block enclosed in between <!--Intense Debate--> comments in the following snippet:
<span class='post-comment-link'>
<b:if cond='data:blog.pageType != "item"'>
<b:if cond='data:post.allowComments'>
<!--Intense Debate-->
<b:if cond='data:post.numComments == 0'>
<div expr:id='"IDCommentPostInfoTitle"+data:post.id' style='display:none'><data:post.title/></div>
<div expr:id='"IDCommentPostInfoTime"+data:post.id' style='display:none'><data:post.timestampISO8601/></div><div expr:id='"IDCommentPostInfoAuthor"+data:post.id' style='display:none'><data:post.author/></div><div expr:id='"IDCommentPostInfoCats"+data:post.id' style='display:none'><b:if cond='data:post.labels'><b:loop values='data:post.labels' var='label'><data:label.name/>|</b:loop></b:if></div> <a class='IDCommentsReplace' expr:href='data:post.url' expr:name='data:post.id'>Comments</a>
<b:else/>
<a class='comment-link' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><b:if cond='data:post.numComments == 1'>1 <data:top.commentLabel/><b:else/><data:post.numComments/> <data:top.commentLabelPlural/></b:if></a>
</b:if>
<!--/Intense Debate-->
</b:if>
</b:if>
</span>
Hope this helps.
-
Inappropriate?Gabriel, thanks for helping!
Daria - have you given Gabriel's fix a try? I noticed that the issue is still occurring. Please feel free to email me your template at support@intensedebate.com for further assistance.
Thanks for your patience,
Michael
-
Hi Michael! No, this didn't help, all I have in the HTML code related to comments is this:
<b:includable>
</b:includable>
<b:includable>
<b:includable>
<b:includable>
<b:includable>
<b:includable>
<!--Intense Debate-->
<title><b:loop><b:include name="post" /></b:loop> | <data:blog></title></b:includable>
</b:widget>
</b:section>
<b:else />
<title><data:blog></title>
</b:if>
Any ideas?
Actually, the HTML is not showing correctly here in the comment, so let me know if I can send it to you!
Thanks in advance for your help!</b:includable></b:includable></b:includable></b:includable></b:includable> -
Inappropriate?in order to show the html correctly, you have to escape < and > characters. Just do a search and replace for those characters and substitute < and > for them respectively. I noticed you have two links for posting comments. the first one alongside the feedburner links appears to be superfluous.
-
Inappropriate?Daria, please send me your entire blog template using the following instructions:
1. Login to your blogger account and select the Layout tab for your blog.
2. Select the Edit HTML sub-tab.
3. Select "Download Full Template"
4. Please send that file to me at support@intensedebate.com
Thanks,
Michael
Loading Profile...


EMPLOYEE
<h4><data:postcommentmsg></data:postcommentmsg></h4>
<data:blogcommentmessage></data:blogcommentmessage>
<data:blogteamblogmessage>
</data:blogteamblogmessage>
<iframe class="blogger-iframe-colorize" src="" height="275" width="100%">
</iframe><data:post>
</data:post>