mojosurfin wrote: I think I found what you are looking for here: http://www.phpbb.com/mods/downloads/ind ... ages&cat=3
Code: Select all
$view_topic_url = append_sid("viewtopic.$phpEx?" . POST_TOPIC_URL . "=$topic_id");
Newsflash!Thoul wrote: This doesn't require a mod. You just have to add &postorder=desc to the end of topic urls. For example:
http://www.phpbb.com/phpBB/viewtopic.ph ... order=desc
.