PDA


View Full Version : Changing latesttopics.php so it shows latest topics, not topics with most recent


Volconvo
11-23-2005, 08:38 PM
Hey,

I want to create a module based off of latest topics that shows the 10 latest topics on my site, rather than the 10 topics with the latest replies (just new topics is what I want).

I was thinking I could do this by editing the correct variable in a copy of the latesttopics.php file and then linking to that copied/new file.

Any help?

Volconvo
11-23-2005, 09:32 PM
I figured it out. I just changed the ORDER from lastpost to thread.date

Thanks!