Page 1 of 1

[Resolved]Comments sidebar plugin

Posted: Wed Aug 22, 2007 3:08 pm
by stalsy
I've noticed a mistake in comments plugin. When someone writes a comment this will appear in the sidebar with a not writed string at the end.

Ex:
This is my comment
in the sidebar under comments plugin sections appear the following comment
This is my commentComment()
The problem is in file
serendipity_plugin_comment.php
at this line
serendipity_plugin_api::hook_event('frontend_display', $entry);
So could be a problem in Serendipity plugin API.

I've just commented out this line and all things works fine, but I don't think this is a good solution ( if the line there was maybe was usefull for something :))

Anyone knows the truth?

thank you

Re: Comments sidebar plugin

Posted: Wed Aug 22, 2007 4:15 pm
by garvinhicking
Hi!

This comes because you enabled the Userprofiles plugin, that can embedd the comment count for every user. EIther disable that, or use CSS to hide that extra output.

Best regards,
Garvin

Posted: Wed Aug 22, 2007 5:01 pm
by stalsy
That's great! I've solved my problem.

Thank you very much