hehe, I downloaded a fresh copy of phpbb 3.0.5 and opened the viewforum.php file, and compared the U_LAST_POST variable in both files, and noticed the difference... The code in my viewforum.php file 'U_LAST_POST' => $view_topic_url . '&p=' . $row['topic_last_post_id'] . '#p' . $row['topic_la...