hello,
i'm trying to let my website members upload their content to a universal page, but the issue is when a page reach about 10 contents, i want to move the older contents to page 2 and 3 ...ect like forums and blogs...any idea how to do that please???
Automatically Add Pages
Moderator: General Moderators
Re: Automatically Add Pages
You need to use pagination. Basically you store all of the user uploaded content in a database and then you query that database for the top x number of results. Based on the total rows in the table you can calculate the number of pages and then display posts on each of those pages.
Re: Automatically Add Pages
Thank you 