Posts: 4
Threads: 2
Joined: Oct 2013
02-Oct-2013, 04:24 PM
Hello!
How integrate with Dokuwiki?
Please, Help Me!
Posts: 2,894
Threads: 59
Joined: Jun 2010
Hi,
This is a question for the people at DokuWiki.
The
integration steps describe which parts of the page you need to add the Commentics code to.
You then need to ask the people at DokuWiki how to add the code to those parts of the page.
Have
you completed
the interview?
Posts: 4
Threads: 2
Joined: Oct 2013
Understood!
If someone needs.
Code:
PHP Code:
<?php
$cmtx_identifier = $ID;
$cmtx_reference = $ID;
$cmtx_path = 'comments/';
define('IN_COMMENTICS', 'true'); //no need to edit this line
require $cmtx_path . 'includes/commentics.php'; //no need to edit this line
?>