1

Topic: How to display most recent posts on homepage?

How can I display the list of most recent posts in my forum on the homepage of my website? just like

http://punbb.informer.com/

where it says: "Recent Forum posts"

Re: How to display most recent posts on homepage?

Use this query to get recent posts.

3

Re: How to display most recent posts on homepage?

Slavok wrote:

Use this query to get recent posts.


I used that code and I get this weird characters at the end of each entry?

[vi??¦

any ideas?

Re: How to display most recent posts on homepage?

Remove or replace this character with some other string.

5

Re: How to display most recent posts on homepage?

I am looking at this

http://punbb.informer.com/wiki/punbb13/ … t_10_posts

and the below link is exactly what I want to do, but am not sure how to integrate this

http://stackoverflow.com/questions/2214 … ot-repeats