Hi
I've just run a check by trying to return the $lastpostinfo['lastposterid'] value directly to the memberaction_dropdown e.g.
$lastposterhome_var = $lastpostuserid;
I have discovered a value is being returned, as you said it should, but there's an anomalie. The lastposterid is in fact the id of the poster of the last thread in the forum above (this is the forum home page where each forum is listed).
The database query was failing because the first forum on the page had no post.
Any ideas why the ids are out of sync like this?
Thanks.
Mike
|