How to deactivate/disable Activity Stream?

BerndKlus
Kilo Expert

Hi all,

 

We have upgradet to Eureka and now I want to disable the Live Feed plugin in general or remove at least the Activity Stream button.

I've tried to add a global UI script with the following code:

 

addLoadEvent(hideLiveStreamButton);

function hideLiveStreamButton(){
   //Hide Live Stream List Button
   try{
   $$('.list_stream_button')[0].hide();
   }catch(e){}
}

 

But this code provided by Mark Stranger hasn't helped me out.

Does anyone has a different idea for hiding the button or disabling the Live Feed plugin?

 

Thanks a lot

 

Cheers Bernd

6 REPLIES 6

I would like to hide the "activity stream" button only on change_request table.


How can I do?


Alessandro: If you are on Geneva or Helsinki you could try setting property to false:


glide.ui.stream_icon.TABLE_NAME_HERE


i.e.


glide.ui.stream_icon.change_request