It is - you need to adjust the css and essentially count up the rows in the listing….but here is the css to do so. We also hide certifications….so this should do the trick.
/*Hide Activities That We Dont Want To Show In User Profile*/
.myactivities-sidebar > .sidebarred > .sidebar ul li:nth-child(6),
.myactivities-sidebar > .sidebarred > .sidebar ul li:nth-child(8),
.myactivities-sidebar > .sidebarred > .sidebar ul li:nth-child(9)
{display:none !important;}
It is - you need to adjust the css and essentially count up the rows in the listing….but here is the css to do so. We also hide certifications….so this should do the trick.
/*Hide Activities That We Dont Want To Show In User Profile*/
.myactivities-sidebar > .sidebarred > .sidebar ul li:nth-child(6),
.myactivities-sidebar > .sidebarred > .sidebar ul li:nth-child(8),
.myactivities-sidebar > .sidebarred > .sidebar ul li:nth-child(9)
{display:none !important;}
Oops - nope - this is not true. Current state you cant hide those reports is my understanding. This is for hiding activities in the user profile.
Darn! Thanks for the reply and the snippet, nonetheless.