Welcome

Login to contribute. Register if you haven't yet.

Support Options

1. Search this site.
2. Make or vote for a Suggestion.
3. Post to Community Support.
3. Contact EditMe Support staff.

Stay Informed

Keep informed of product changes, tutorials and tips via EditMe's Blog and monthly newsletter.

Display more topics on forum page

Forums / Community Support

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;     
}  

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


matt staff says:

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

Fernando says:

Yes, i found that out just after I wrote this.


thank you

Posted at 12:17 PM on March 15, 2012

You must log in to reply