[Resolved]Comments sidebar plugin

Creating and modifying plugins.
Post Reply
stalsy
Regular
Posts: 11
Joined: Tue Aug 21, 2007 3:48 pm

[Resolved]Comments sidebar plugin

Post 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
Last edited by stalsy on Wed Aug 22, 2007 5:00 pm, edited 1 time in total.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Comments sidebar plugin

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
stalsy
Regular
Posts: 11
Joined: Tue Aug 21, 2007 3:48 pm

Post by stalsy »

That's great! I've solved my problem.

Thank you very much
Post Reply