Sure, you could query your database to get the post content (including thread data, icon and prefix data), make certain the user has permission to view the post, run it (and the thread title) through the censor, parse the BBCodes, fetch the user avatar if you want...you'd likely want to use a custom template to format the posts and render each post appending it to a data string within your loop, and then pass the entire string to your custom page template.
|