4
I followed the instructions and got the comments form appearing correctly in the Agenda-X module!
Please note : I had to use the comment files from the poll module not the weblinks module, the weblinks module files caused errors (because of weblink module related includes) The xoopspoll files were more simple so I used them. Perhaps that guide could be updated to recommend using the poll module comment files...
The basic situation :
I've added a comment feature to the Agenda-X module.
The comments bar appears.
I can post a new comment.
I get a "Thanks for your submission" message.
However, when I visit the associated page where I posted the comment - the comments bar is there but the area is blank (i.e no comments are rendered)
My xoops_version.php settings:
$modversion['hasComments'] = 1;
$modversion['comments']['itemName'] = 'kdate';
$modversion['comments']['pageName'] = 'index.php';
Permissions : allow anonymous comments / always approved
the index.php file is passed another value 'op' (i.e. index.php?op=cal&kdate=20050511) would that cause a problem?
any ideas why the associated comments are not appearing after being posted?
any advice appreciated.