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.
serendipity_event_forum<>PHPbb3
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.
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.