07-Dec-2013, 06:42 PM
Hello friends,
i try to install commentics on wordpress but it does not works.
First i have tried the initial code :
<?php
$page_id = "1";
$path_to_comments_folder = "comments/";
define ('IN_COMMENTICS', 'true'); //no need to edit this line
require $path_to_comments_folder . "includes/commentics.php"; //no need to edit this line
?>
result : no comments, no adding box.
Then i have tried this :
<?php
global $page_id, $reference, $path_to_comments_folder;
$page_id = "1";
$path_to_comments_folder = "comments/";
define ('IN_COMMENTICS', 'true'); //no need to edit this line
require $path_to_comments_folder . "includes/commentics.php"; //no need to edit this line
?>
Result : i get the previous comment but still getting "Adding comments has been disabled commentics"
How can I do ? I want to go from html version to wordpress but i don't want to loose previous comments. And i would like to keep commentics, i like it
Thank you a lot for your help.
i try to install commentics on wordpress but it does not works.
First i have tried the initial code :
<?php
$page_id = "1";
$path_to_comments_folder = "comments/";
define ('IN_COMMENTICS', 'true'); //no need to edit this line
require $path_to_comments_folder . "includes/commentics.php"; //no need to edit this line
?>
result : no comments, no adding box.
Then i have tried this :
<?php
global $page_id, $reference, $path_to_comments_folder;
$page_id = "1";
$path_to_comments_folder = "comments/";
define ('IN_COMMENTICS', 'true'); //no need to edit this line
require $path_to_comments_folder . "includes/commentics.php"; //no need to edit this line
?>
Result : i get the previous comment but still getting "Adding comments has been disabled commentics"
How can I do ? I want to go from html version to wordpress but i don't want to loose previous comments. And i would like to keep commentics, i like it
Thank you a lot for your help.