Skip to main content

Hello all,

We are having issues with users not going through the correct process to retake a course which has a certification attached.

I have created a tasklist widget which sits on the homepage that displays - Not Started, In Progress and Certifications to Renew.  Ideally this is where I want them to click to redo training and therefore completion dates will be reset correctly to remain compliant.

There is also a historic function to access the My Activities tab through the three hamburger bars on top left, click on courses and enter the training through the courses tab.  This does not reset the certification dates correctly.

My question is could I remove the My Activities option from the Menu to avoid this issue altogether? Users have access to catalogues, calendar, reports, LPs, training overviews, completed courses all built into widgets that sits on their homepage.  Would there be any ongoing consequences if the My Activities option be removed?

I have zero CSS skills if that is what is required 😕

maybe try this...it will remove those tabs on the My Activities page

 

/* Hide Classroom Tab in My Activities Page */
.myactivities-sidebar a.classrooms {display:none !important;}
/* Hide External Training Tab in My Activities Page */
.myactivities-sidebar a.external-activities {display:none !important;}
/* Hide Social Tab in My Activities Page */
.myactivities-sidebar a.social {display:none !important;}
/* Hide Webinars Tab in My Activities Page */
.myactivities-sidebar a.webinar {display:none !important;}
/* Hide Learning Plan Tab in My Activities Page */
.myactivities-sidebar a.learning-plans {display:none !important;}
/* Hide Certification Tab in My Activities Page */
.myactivities-sidebar a.certification {display:none !important;}

 


Wowser …cheers @lrnlab so the next obvious question is where do I insert that bit of code?


If you have no sub domains or if you want to apply this across the system, you can add it from the Configure Branding and Look app, under the Custom Styles section. Just past it in under any other existing code that may be there.

If you only want to apply to a specific domain, add this code in the same section but only for the sub domain.

If you are unsure how to sue this, I would suggest you connect with someone run your IT team that knows CSS a little better as you wouldn't want to mess anything up.

If you have a sandbox, please test it there first as there are no guarantees with CSS


Reply