Title does not appear in the IDC comment header
Ok this is a weird one that has been happening to only one of my blogs and it probably has to do with the way I have setup IDC.
The thing is, the blog is Worpdress and I wanted it to have a comment field in the author's archive page so that people might be able to leave comments directly to that author. Unfortunately WP does not display the comment template on archive pages (even if you put it manually it seems) and thus IDC did not take over.
As a workaround, I took the generic script code for IDC (afterl teling it to install it on a non-WP blog) changed the ID code in it and placed it where I wanted it. You can see the subsequent result here: http://www.antichristian-phenomenon.c...
You see that the title of the page is Db0's Profile @ the ACP but this is not what is displayed as the page name in IDC. It is blank.
The code for the script I've used is this:
Note: I broke the html tags to make it visible
The thing is, the blog is Worpdress and I wanted it to have a comment field in the author's archive page so that people might be able to leave comments directly to that author. Unfortunately WP does not display the comment template on archive pages (even if you put it manually it seems) and thus IDC did not take over.
As a workaround, I took the generic script code for IDC (afterl teling it to install it on a non-WP blog) changed the ID code in it and placed it where I wanted it. You can see the subsequent result here: http://www.antichristian-phenomenon.c...
You see that the title of the page is Db0's Profile @ the ACP but this is not what is displayed as the page name in IDC. It is blank.
The code for the script I've used is this:
< script >
var idcomments_acct = '6cb4442e9938f1100f75832b1d98e700';
var idcomments_post_id;
var idcomments_post_url;
< /script>
< span id="IDCommentsPostTitle" style="display:none">< /span>
< script type='text/javascript' src='http://www.intensedebate.com/js/genericCommentWrapperV2.js'>< /script>
Note: I broke the html tags to make it visible
1
person has this problem
I have this problem, too!
Tell me when someone solves it.
The more people who report this problem, the more it gets noticed.
The more people who report this problem, the more it gets noticed.
Create a customer community for your own organization
Plans starting at $19/month
-
Inappropriate?Hmmm. I think this shouldn't be an issue with Wordpress, but I could be wrong. I'm looking into it.
-Michael
-
Remember that in this page I'm not using the WP plugin as it would not display in the archives -
Got it. I'll let you know. -
Inappropriate?You can also find the author archive template here: http://pastebin.ca/1060681
Note that I just added the following to the script:
var idcomments_post_title='<?php echo addslashes(urlencode($curauth?>nickname."'s Profile @ the ACP"));?>';
And now the source code of the loaded page shows me that this var had the correct title but still when a comment is posted, it shows as if the page has a blank title.
Loading Profile...


EMPLOYEE