This is the community forum. For a developer response use the Client Area.
Follow us on Facebook, Twitter and YouTube!

Commentics on wordpress
#1

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 Smile

Thank you a lot for your help.
Reply
#2

Hi,

The solution is to use the latest version of Commentics, v2.4.

It has many improvements that make it more integrable with scripts like WordPress.

For example you won't need to globalise the variables at all.

Have you completed the interview?
Reply
#3

Ok thank you so much Smile
Reply


Possibly Related Threads…
Thread / Author Replies Views Last Post
Last Post by kbadmin
28-May-2019, 07:16 PM
Last Post by bobby
10-Oct-2015, 10:11 PM
Last Post by finzer
30-Apr-2015, 09:12 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)