Translations of this page:

News Configuration

Changing number of item displayed

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;

Changing news image size

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.

Note, if both dimensions are specified, image will be resized to this size and might be distorted. Zero value means the same as not specified at all.

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;
 
customisation/news/configuration.txt · Last modified: 07/06/2011 04:49 by admin
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki