How to deactivate/disable Activity Stream?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2014 01:38 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2015 04:50 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2015 11:11 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2015 09:11 AM
Thanks Darelene!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2015 08:26 AM
If I am not mistaken, these system properties come with Fuji.
Blog: https://sys.properties | Telegram: https://t.me/sys_properties | LinkedIn: https://www.linkedin.com/in/slava-savitsky/