News displayed on the intranethome.php can be choosen from 3 different settings: File to edit:
/interface_{custom}/main/intranethome.html
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>
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
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>
Discussion