Printing comments on the side bar

Function printLatestComments is used on the side bar to print comments. Here is the code:
`
<?php if ((function_exists('printCommentForm')) && (getLatestComments(1,'all')) ) { ?>

<?php echo gettext('Commentaires récents'); ?>

<?php printLatestComments( 3,'100','all'); ?>
`
Here are my comment table:

id `ownerid name email website date comment inmoderation type
1 15 Lucie Gagnon 2010-05-27 18:57 Blabla 2 0 albums
2 15 Johanne Drolet 2010-05-28 19:24 Blabla 3 0 albums
3 15 Michel Bourque 2010-06-02 14:14 Blabla 4 0 albums
4 15 Lynda Poitras 2010-06-04 15:01 Blabla 5 0 albums
5 15 Pierre Cloutier 2010-06-10 10:10 Blabla 6 0 albums
6 5 Gaston Huot gaston.h@zzzzzz.ca 2010-08-03 23:34 Blabla 7 0 albums
7 30 Gaston Huot gaston.h@zzzzzz.ca 2010-08-07 09:41 Blabla 8 0 albums
8 38 Gaston Huot gaston.h@zzzzzz.ca 2010-08-08 17:01 Blabla 9 0 albums
9 47 Gaston Huot gaston.h@zzzzzz.ca 2010-08-17 20:42 Blabla 10 0 albums`

Just 2 comments are printed in the side bar, and I don't understand why just 2.

Thanks for helping me to better understand,

Gaston

Comments

  • acrylian Administrator, Developer
    We will have to take a look, can't say offhand.
Sign In or Register to comment.