polirom Posted May 16, 2011 Report Share Posted May 16, 2011 1.- As the news can turn off so that they are not on the main page. I just want to disable them, but not delete them, if later I would like to publish them 2. It can limit the number of news that you can see on the main page? Quote Link to comment Share on other sites More sharing options...
Strider Posted May 16, 2011 Report Share Posted May 16, 2011 Just remove the code, paste it somewhere else, so you don't lost it. It wont show on the main page, but wont be disabled. Quote Link to comment Share on other sites More sharing options...
Jeff Posted May 17, 2011 Report Share Posted May 17, 2011 If you want to disable it temporarily, just find this code: <?php // Show the News module, call the function ShowNewsFront // This is in the modules/Frontpage folder MainController::Run('News', 'ShowNewsFront', 5); ?> And change it to this: <?php // Show the News module, call the function ShowNewsFront // This is in the modules/Frontpage folder MainController::Run('News', 'ShowNewsFront', 0); ?> That should do the trick. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.