Foren / Cotonti / Support / how to make page ?

i need some ideas for this

Raylandar
#41674 11. Mai 2016, 16:32

Page as in part of the CMS or page as in stand alone code outside the CMS framework.

 

Inside the CMS you could just set your news page so max articles is some overly large value, like 999999999 in the configuration.

Outside the cms, you could copy the news directory inside the plugins folder to another plugin, like hackednews

there you could change the values to somepagenameyouwant, create a custom skin for it and re-register the custom plugin

then arround line 94 of news.php you would want to remove the LIMIT qualifer for the news loop fetch.