Page 1 of 1

Last comments plugin

Posted: Fri Oct 10, 2008 6:06 pm
by Krzyzak
Hi. I've got comments mirrored with phpBB3. I would like to display last comments on my site (by s9y_plugin_comments) - everything is ok, except, that I can't display comment text in my sidebar plugin- just because comment_body row is empty. How can I edit it?

Re: Last comments plugin

Posted: Fri Oct 10, 2008 8:43 pm
by garvinhicking
Hi!

Hm, that div should only be empty if there is no body inside the comment.How does your serendipity_comments DB table look, is the "body" column there containing text?

Regards,
Garvin

Posted: Sun Oct 12, 2008 8:20 pm
by Krzyzak
well, row comment in serendipity_comments is empty(actually, it's NULL), url is link to post on forum. It's created by event_forum...

Posted: Mon Oct 13, 2008 11:19 am
by garvinhicking
Hi!

Ah, I forgot that...sine the comments are stored in the forum, and the plugin tries to access the ones in the s9y table, you cannot display the list of recent comments with that plugin and would need to code another plugin that fetches this from the phpBB table...

Regards,
Garvin

Posted: Wed Oct 15, 2008 3:30 pm
by Krzyzak
Hi!
I've just discovered, that's impossible to get recent comments with event_forum - timestamp in _comments table is null, so date is in fact actual, not from comment, and not all comments(posts) are added to _comments table- Is there any public plugin/hack/whatever to fix it? If not, when it will be fixed(because it's a bug, isn't it? )

Posted: Wed Oct 15, 2008 7:04 pm
by garvinhicking
Hi!

Sadly I don't remember how exactly the cloning works/worked. There is currently no active developer on the forum plugin. So I can sadly only say that it will be fixed, once someone works on it. That's OpenSource. ;))

Best regards,
Garvin