serendipity_event_forum<>PHPbb3

Creating and modifying plugins.
ReLight
Regular
Posts: 22
Joined: Tue Jan 01, 2008 5:40 pm
Location: Rotterdam, netherlands
Contact:

Last bug left

Post by ReLight »

Ok, The last 'bug' is : comments added in phpbb - show in s9y as 'anonymous' posts.

Use case:

1. Enable phpbb mirror
2 Create new s9y article, this is now mirrored to phpbb
3 Goto phpbb
4 Add phpbb comment to article created in #2
5 Goto s9y site, view article
6> 'bug': In stead of the forum user name the comment in the s9y site shows with author Anonymous.

The reason seems to be that s9y looks up the poster_name in the post table, but for phpbb commited entries that field in empty. For s9y commited entries the files is used.

Correction would be to look up the username string related to the poster id of the record. If I'm not mistaken the actual code for that is allready available in the plugin file.
Pallando
Posts: 1
Joined: Sat Sep 20, 2008 2:17 pm
Location: Troisdorf

Post by Pallando »

Are the changes in to the plugin already implemented/currently working in the plugin?

When I tried to mirror a blog entry to a phpBB 3 forum I received the error message database.phpbb_posts_text not found. Apparently the plugin tried to use a phpBB 2 as in phpBB 3 the database entry is named post not posts.
Post Reply