Last bug left
Posted: Sat Jan 19, 2008 7:53 pm
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.
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.