Quote:
Originally Posted by Elmer
You said that with this mod the comments are posted to the forum, but I've created a post on wordpress, and the thread is created in my forums. Then I made a comment to the article using the comments box below the article in my wordpress site, but this comment doesn't get posted over my thread at my forum, just on the article in my wordpress installation.
So how should this work? I have to disable comments in wordpress and force users to post comments in the thread created?
|
I just installed today and the same thing is happening to me.
I added the code to my index.php page as directed on the readme page under "IF YOU WANT TO USE VB For comments"
PHP Code:
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
is only on my index.php page. Should this also be on single.php and page.php for it work?