1
Hi!
I would like to put comments feature in my small, private module..
So I've put :
Quote:
// Comments
$modversion['hasComments'] = 1;
$modversion['comments']['pageName'] = 'index.php';
$modversion['comments']['itemName'] = 'fortia_id';
// Comment callback functions
$modversion['comments']['callbackFile'] = 'include/comment_functions.php';
$modversion['comments']['callback']['approve'] = 'fortia_com_approve';
$modversion['comments']['callback']['update'] = 'fortia_com_update';
and also I've copied
four files into my root_module_directory
but when I put in index.php
sentence:
Quote:
include XOOPS_ROOT_PATH.'/include/comment_view.php';
I receive a blank page ;(
buu.. where is the problem ?
greetZ & baCio
kubaZ