By default only 5 news item displayed on intranethome.php. Please follow this guide to change this number globally
1. Open /intranet/common/config.php
2. Copy value below and change the number of item:
// Number of news item displayed on intranethome.php $cfg_headline_news_number = 5;
News image dimensions. Uploaded image will be resized by specified dimensions only so if only height is specified, resiged image will have this height and width will be chosen to keep aspect ratio.
1. Open /intranet/common/config.php
2. Copy value below and change necessary value
// Number of news item displayed on intranethome.php $NEWS_IMAGE_HEIGHT = 0; $NEWS_IMAGE_WIDTH = 150;
Discussion