Closed (fixed)
Project:
phpBB Forum Integration
Version:
6.x-2.0-beta4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Jun 2009 at 12:11 UTC
Updated:
13 Nov 2009 at 13:40 UTC
Jump to comment: Most recent
Comments
Comment #1
vb commentedThanks, it is from 3.05 broken lines in phpbb_api_recent.php
replace in lines 333, 343
$user->data['user_lastvisit']
to
$user_post_time
Comment #2
Anonymous (not verified) commentedThe block is displaying again which is great. Anyone else missing the post titles? I have the icons (both), author and forum but not the post title. I'll try a clean install and see if that solves it.
(I've done a manual patch of the change file and the version).
Comment #3
Anonymous (not verified) commentedI've worked out what it's doing - it's using the post title rather than the thread title and because most of my database's posts are replies without a title it's naturally blank. This block appears to be posting the n newest posts possibly from the same thread so in fact isn't all that useful to my mind.
I don't know if because my database is a recent PHPBB2 conversion to PHPBB3 3.05 that it might be a little different...
The Latest Topic Posts block looks to be much more useful for my needs i.e. most recently updated threads.
Comment #4
Starminder commentedThis was fixed awhile ago..
Comment #5
Starminder commented