I am bound and determined to get a table in the forum that lists all the recent posts in the whole forum. Not the most recent topics or popular topics like it currently does, but the actual posts. I know there is a table in the SQL database called exp_forum_posts that tracks every post in the forum in order based on a date code or entry number. I just don’t know how to take that information and put it in a table on the website.
The main problem I see is that it tracks everything numerically which will have to be tied back to other SQL tables. Like the author, forum, topic and so on are all numeric.
Anyone have an idea how to do this. It will be a great addition to EE forums.