Topic: function.pagesetter_ezcommentsCount.php
Converted
avatar
12
Posts: 0

Posted:
7.Dec 2007 - 14:54

Hi,

I just install pagesetter and play with the template for the moment.

As I use EZComments, I try to use the pntemple plugin function.pagesetter_ezcommentsCount.php
But I saw a bug on it and have to change:

Code

$comments = pnModAPIFunc('EZComments',

'user',

'getall',

array('modname' => 'pagesetter',

'objectid' => $uniqueID));

to

Code

$comments = pnModAPIFunc('EZComments',

'user',

'getall',

array('mod' => 'pagesetter',

'objectid' => $uniqueID));


I use 1.3 version of EZComments and didn't check the 1.5 so it might be why, but I wanted to let you known that.

Thanks for the work anyway, I rediscover the power of Postnuke with this module.
domo.