Is it possible to limit number of pages?

qwerious

Avatar: qwerious

2008-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)

Avatar: treewood

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

qwerious

Avatar: qwerious

2008-07-16 08:34

Hi Treewood. Advice for 1.x would be appreciated if you can help.

qwerious

Avatar: qwerious

2008-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)

Avatar: treewood

2008-07-31 08:02

qwerious - in Quick.Cms.Lite v2.1 edit core/pages-admin.php and find savePage() function. Paste this

      $aFile fileDB_PAGES );
      if( 
count$aFile ) > 'LIMIT_NUMBER_PAGES' ){
        return 
false;
      }

before this

$aForm['iPage'] = $oFF->throwLastIdDB_PAGES'iPage' ) + 1;


Now user will not save page when he have more then limit you defined

Back to top
about us | contact