Any way to add the user's mini avatar just like the default Latest Replies?
Also, why add the forumid condition after the fact? I suggest doing that in SQL like:
Code:
and forum.forumid NOT IN (105,83,121,110,82,112,109,101,102,72)
For those asking about going to the last post, 'newpost' is better, since it goes to the first reply that the member hasn't read.
Change:
Code:
$recent_thread[threadid].'">'
to
Code:
$recent_thread[threadid].'&goto=newpost">'