Quote:
Originally Posted by Link14716
In index.php, find:
PHP Code:
$newuserid = $userstats['newuserid'];
Add under:
PHP Code:
$announcementforum = 1337;
$ap = $DB_site->query_first("SELECT * FROM thread WHERE forumid='$announcementforum' ORDER BY dateline DESC");
Change 1337 to your news forum.
Now, put this somewhere in your FORUMHOME template (I put it after $navbar, but it doesn't look really superb there):
HTML Code:
<if condition="!empty($ap)">Latest news: <a href="showthread.php?t=$ap[threadid]">$ap[title]</a> ($ap[views] views, $ap[replycount] replies)</if>
|
Thanks! Only took 3 months