It was working in B3, now it's gone...

Comments

vb’s picture

Thanks, 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

						WHERE p.post_time > ' . $user_post_time . "
							$m_approve_fid_sql
							" . ((sizeof($ex_fid_ary)) ? ' AND ' . $db->sql_in_set('p.forum_id', $ex_fid_ary, true) : '') . "
						$sql_sort";
					$field = 'post_id';
				}
				else
				{
					$sql = 'SELECT t.topic_id
						FROM ' . TOPICS_TABLE . ' t
						WHERE t.topic_last_post_time > ' . $user_post_time . '

Anonymous’s picture

The 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).

Anonymous’s picture

I'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.

Starminder’s picture

Status: Active » Reviewed & tested by the community

This was fixed awhile ago..

Starminder’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.