01-Apr-2019, 05:21 PM
I am attempting to integrate Commentics with blog script written by https://www.maianscriptworld.co.uk.
This is what I see on the blog entry that I enabled comments for.
I did login to the admin section for commentics and all is enabled.
I also made sure comments was enabled in my blog for this message:
Sample blog post
This is the code for commentics I pasted in:
$cmtx_identifier = (int) $_GET['j'];
$cmtx_reference = $this->JDATA['title'];
$cmtx_folder = '/blog/upload1/';
require($_SERVER['DOCUMENT_ROOT'] . $cmtx_folder . '/frontend/index.php');
Thanks for any help.
This is what I see on the blog entry that I enabled comments for.
I did login to the admin section for commentics and all is enabled.
I also made sure comments was enabled in my blog for this message:
Sample blog post
This is the code for commentics I pasted in:
$cmtx_identifier = (int) $_GET['j'];
$cmtx_reference = $this->JDATA['title'];
$cmtx_folder = '/blog/upload1/';
require($_SERVER['DOCUMENT_ROOT'] . $cmtx_folder . '/frontend/index.php');
Thanks for any help.