Best Answer

Asset View - Hide Recommended Next

  • 14 March 2023
  • 4 replies
  • 130 views

Userlevel 5
Badge

We are using Channels to provide targeted instruction to groups of users. 

The content in each channel is curated to that specific set of users, with specific job roles and access.  

Currently, when a learner is viewing an asset in their assigned channel, there is a “Recommended Next” panel displayed.  And it is showing/recommending assets that are NOT IN THE ASSIGNED CHANNEL. 

How can I disable this?  I cannot have leaners accessing information that does not apply to them.  For instance, User Guides and tutorials for our Power Users on the platform.  They have different Power User profiles.  I don’t want my Schedulers to be recommended to view the Course Development assets.  It is confusing to the users.  

Is there a way to either (1) hide this Recommended Next thing or (2) lock assets to channels so that if you’re not assigned to the channel, the asset isn’t visible in the Recommended panel?

Thanks! 

icon

Best answer by lrnlab 15 March 2023, 15:34

View original

4 replies

Userlevel 7
Badge +7

try this

 

/*Remove recommendations panel*/

section.items-wrapper {

display: none !important;

}

 

Userlevel 5
Badge

@lrnlab That worked!!  

Thank you!  

Will have to see if it produces any unintended consequences elsewhere in the platform.  But, it does solve my immediate challenge.  :) 

Userlevel 7
Badge +7

glad to hear it…

note that you should check your CSS updates after each major release to make sure things are still working as intended...Docebo does not guarantee that CSS will continue to work following all updates...sometimes we have to adjust them 

Userlevel 5
Badge

For those interested, there is an Idea to upvote regarding the opt-in/opt-out option for AI related elements.  

 

Reply