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

Emmanuel Delez
Tera Expert

Hi Bernd,


I had the same issue and I found in the How to disable the 'Show Live Feed' icon in a form that you have to find if the attribute "live_feed=true" is set on your table and if yes, turn it to false.


It seems that the script from Mark is used to disable the button on the list as explain in the Remove the Live Feed icon from from lists.


I hope this explanation will help you.


Regards,


Emmanuel


dwolf
Giga Expert

Hello,



Dunno if your query was answered but I found it in sys_properties.list


- to disable the Form span style Activity stream set the value to false glide.ui.activity_stream.form_button


- to disable the List Activity stream set the value to false glide.ui.activity_stream.list_button




Darla


Thanks Darelene!


If I am not mistaken, these system properties come with Fuji.