Display more topics on forum page
Fernando says:
Hi
I am trying to customize my forum that is only displaying 5 topics per page. I have changed the forum settings to display 15 instead of 5
ForumLib:
function Settings() {
this.lastForumId = 0;
this.staffText = 'admin';
this.topicsPerPage = 15;
}
But this is not changing anything. how can I do this?
Posted at 12:43 AM on March 14, 2012
Hi Fernando,
You don't need to change code - this is a setting you can change in the Forum Administration settings. Go to your Forum home page and click Toggle Administration. You can enter a number into the box labelled "Topics per page".
Cheers,
Matt
Posted at 12:12 AM on March 15, 2012
Yes, i found that out just after I wrote this.
thank you
Posted at 12:17 PM on March 15, 2012