Hello,
may I can help you?
If the forum is database driven, you should look for something like this:
SELECT [some fields or *] FROM [a table] ORDER BY [some params] ASC
To change the order of the posts, you have to change the SELECT from ascending (ASC) to descending (DESC).
