Skip to main content
Best Answer

CSS to hide asset uploader in channels?


kfortenb
Influencer I

Hello! Is there a way to hide the “asset uploaded by” field within channels, using CSS? If so, can it apply globally, and/or to just to specific domains within Extended Enterprise? The rationale is that we use channels for content presentation and functionality, but the uploaders are not considered to be experts/contacts for the content.

Example: I’d like to hide the names of all uploaders from all assets, such as this one:

 

Best answer by brandonbillings

I believe CSS is deployed per EE instance.

We went down this path, trying to hide the person who posted video content in a channel and found it more and more locations in the UI. A setting to turn this off in Docebo would be helpful. In our case the content is all posted by LMS staff, so we decided to make a generic account with our company name and post the assets under that account.

 

This is what I had in our sandbox before we abandoned the idea - 

 

.ui-card-author {visibility: hidden; } /*Removes publisher in tiles*/

.published-info {visibility: hidden; } /*Removes publisher below content*/

.publish-bar-wrapper.view-mode .info {visibility: hidden; } /*Removes last edited below content*/

.avatar-clip {visibility: hidden; } /*Removes avatar below channel content*/

.avatar-text {visibility: hidden; width:0px; } /*Removes avatar text below channel content*/

.authorSep {visibility: hidden; } /*Removes avatar text in next up content box*/

.tile-author {visibility: hidden; } /*Removes avatar text in next up content box*/

 

View original
Did this post help you find an answer to your question?

5 replies

brandonbillings
Helper I
Forum|alt.badge.img

I believe CSS is deployed per EE instance.

We went down this path, trying to hide the person who posted video content in a channel and found it more and more locations in the UI. A setting to turn this off in Docebo would be helpful. In our case the content is all posted by LMS staff, so we decided to make a generic account with our company name and post the assets under that account.

 

This is what I had in our sandbox before we abandoned the idea - 

 

.ui-card-author {visibility: hidden; } /*Removes publisher in tiles*/

.published-info {visibility: hidden; } /*Removes publisher below content*/

.publish-bar-wrapper.view-mode .info {visibility: hidden; } /*Removes last edited below content*/

.avatar-clip {visibility: hidden; } /*Removes avatar below channel content*/

.avatar-text {visibility: hidden; width:0px; } /*Removes avatar text below channel content*/

.authorSep {visibility: hidden; } /*Removes avatar text in next up content box*/

.tile-author {visibility: hidden; } /*Removes avatar text in next up content box*/

 


hwolfehall
Helper I
Forum|alt.badge.img+1
  • Helper I
  • 226 replies
  • August 29, 2023

Thank you @brandonbillings your code worked for my uses.  😀


  • Novice III
  • 8 replies
  • January 14, 2024

Tank you @brandonbillings .

Is there a CSS for the go learn app to hide the “asset uploaded by” field within channels ?


brandonbillings
Helper I
Forum|alt.badge.img
inessa wrote:

Tank you @brandonbillings .

Is there a CSS for the go learn app to hide the “asset uploaded by” field within channels ?

According to the help doc, it’s not possible. https://help.docebo.com/hc/en-us/articles/360020124279-Go-Learn-App-Info-and-Limitations#01H8KBZ1N7T9D31P22HAQ8E1HM

 

Branding & Look

  • You cannot use custom CSS.

 


  • Novice III
  • 8 replies
  • January 18, 2024

Thank you @brandonbillings . I appreciate the help.


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings