Translations of this page:

Homepage News Channels

News displayed on the intranethome.php can be choosen from 3 different settings: File to edit:

 /interface_{custom}/main/intranethome.html

1. Show Headline News from Default(mandatory) and Subscribed Channels

This configuration allows user to see news on the homepage which are coming from mandatory channels as well as any channels they’re subscribed into

<txt datasrc="headline_news">
..news templater code ...
</txt>

2. Show Headline News from Default(mandatory) Channels only

This configuration allows user to see news on the homepage which are coming from mandatory channels only.

<txt datasrc="headline_news_default_channel">
..news templater code ...
</txt>

You can set which channels are mandatory from news admin panel > news channel & templates.

/intranet/panels/newsadmin_channels.php

Non mandatory news is still visible from all articles page.

/intranet/main/all_articles.php

3. Show HeadLine News from Subscribed Channels only

This configuration allows user to see news on the homepage which are coming from their subscribed channels only.

<txt datasrc="headline_news_subscribed_channels">
..news templater code ...
</txt>
 
customisation/news/configuration/channel.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