How to turn New Conversation off on dashboard?

Vicky shared this question 5 years ago
Answered

Hi team,

Is there anyway to turn Add New Conversation off on dashboard? We are not going to use this function.

cae78f6d52b5506ad88c199120868d1a

Thanks,

Vicky

Replies (7)

photo
1

Hi Vicky,

Thanks for reaching out with your question. As per the Idea post here, there's not currently an option to configure this via the UI.

Luckily, this can be easily hidden using the following snippet added to a custom css file:

.dashboardCommentsToggle {
        display:none;
        visibility:hidden;
}
This file should reside in <YellowfinInstall>/appserver/webapps/ROOT/cusotmcss/

Does this help?

Thanks,

Ryan

photo
1

Hi Ryan,

It works. Thanks for your help.

Thanks,

Vicky

photo
1

Hi Vicky,

Happy to help! I'll go ahead and mark this as Answered.

Thanks,

Ryan

photo
1

Hi Ryan,

One more question. We turn it off, and it disappears on dashboard level. But I still can see it when I open a report. Did we miss anything?

Thanks,

Vicky

photo
1

Hi Vicky,

Good catch! This one can be hidden with:

.reportCommentsToggle {
        display:none;
        visibility:hidden;
}
Let me know if it works.

Thanks,

Ryan

photo
1

Hi Ryan,

It works, thank you so much

Thanks,

Vicky

photo
1

Happy to help! I'll go ahead and mark this as Answered.

Thanks,

Ryan

Leave a Comment
 
Attach a file