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
05-16-2016 10:55 AM
I would like to hide the "activity stream" button only on change_request table.
How can I do?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2016 05:43 PM
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