qwerious2008-07-12 21:45 | I want to give free hosting of small sites up to a certain size. Is it possible to limit number of pages that can be created. » Quick.Cms v1.x |
treewood (OpenSolution)2008-07-14 20:04 | qwerious - yes but you must change some code in script. Do you want give in Quick.Cms.Lite v1.x or maybe v2.x? This is very important to give you advice |
qwerious2008-07-16 08:34 | Hi Treewood. Advice for 1.x would be appreciated if you can help. |
qwerious2008-07-30 06:21 | ytCan anyone help with this? I'd switch to v2.x if it would make it easier to find a way to limit the maximum number of pages. |
treewood (OpenSolution)2008-07-31 08:02 | qwerious - in Quick.Cms.Lite v2.1 edit core/pages-admin.php and find savePage() function. Paste this
$aFile = file( DB_PAGES ); before this
$aForm['iPage'] = $oFF->throwLastId( DB_PAGES, 'iPage' ) + 1;
|