User Tools

Site Tools


2_x:administrators:newsroom

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
2_x:administrators:newsroom [2020/04/25 22:07] – created cnaud2_x:administrators:newsroom [2020/08/12 11:16] cnaud
Line 1: Line 1:
 ====== TeemIp Newsroom ====== ====== TeemIp Newsroom ======
  
->>>Coming soon<<<+Important news related to the TeemIp project are provided to TeemIp administrators through the TeemIp newsroom. This communication channel comes in addition to the one provided by iTop (described [[https://www.itophub.io/wiki/page?id=latest%3Aadmin%3Anewsroom|here]]). 
 + 
 +When logged as an administrator, the "news" icon will tell you if they are any new messages still unread. 
 + 
 +{{ :2_x:newsroom1.png }} 
 + 
 +Clicking on the icon will list these messages. Optionally, links will allow you to read all messages already sent by iTop or TeemIp in specific pages. 
 + 
 +{{ :2_x:newsroom2.png?400 }} 
 + 
 +You may deactivate TeemIp newsroom through the General Configuration file. In the module section, just adds the following lines (if not already present) ans set the 'enabled' parameter to false. 
 + 
 +<code> 
 +'teemip-newsroom-provider' =array ( 
 + 'enabled' =false, 
 +), 
 +</code>