29-Jul-2020, 08:40 AM
Hi.
Would be good to realize the output All comments with pagination on any one page with all attributes of sorting and etc.
There is the output code:
Would be good to realize the output All comments with pagination on any one page with all attributes of sorting and etc.
There is the output code:
PHP Code:
<?php
$cmtx_identifier = '1';
$cmtx_reference = 'Page One';
$cmtx_folder = '/upload/';
require($_SERVER['DOCUMENT_ROOT'] . $cmtx_folder . 'frontend/index.php');
?>
This code showing comments for specified pages. Maybe to add global identificator like "ALL", and for $cmtx_reference = "NONE" for showing All comments from All Pages at one page.
If i repeated someone's questions, sorry.
If already there is solution, please let me know. Thanks.