Is there a way to manually remove a “New” sticker from a course/LP. We have some that are almost a year old that still have it. It’s confusing for a user identifying what’s truly new.
Hi
As I understand it, the “New” label indicates that a user has yet to enroll in a course rather than the fact that the course was recently published. For this reason, "New" will continue to display for users who are not yet enrolled, regardless of how much time has passed since the course was released. This can be a little confusing, so it would be good to have separate labels to differentiate between the two meanings. I’ve been trying to think of some suitable terms, but the best I can come up with is “New” and “Not enrolled”. I considered using “Not started” or “Unenrolled” instead of “Not enrolled” but these are also open to misinterpretation.
Oh that’s confusing. I figure if they haven’t enrolled in it, it would be obvious enough by having “ENROLL” instead of “ENROLLED” on the course button already.
If a tag must exist for non enrolled courses, I would think the following would make sense:
New - Course/LP was created in prior 30 days / not enrolled in
Open - Course is available / not enrolled in
Give this a shot.
Will it work for you?
This will take out all of them though.
Of course, double check that it doesn’t affect something else.
/** Remove badge from catalog cards **/
ui-badge-status {
display: none;
}
Here is how you might target a single badge.
/** Remove a badge from a targeted catalog card **/
div ui-carousel-item:nth-child(3) ui-badge-status {
display: none;
}
You would need to change the number 3 to reflect the position in the row of cards.
This may need some upkeep depending on how often your order changes.
Anyway - try it out and see if it helps.
meh…
I see that it breaks when you filter your list of courses.
Hard to nail that one down without an ID for the specific course card.
You might try to find where that label is in the Localization Tool and could change the word New to something else like Not Enrolled. It isn’t perfect because you won’t be able to distinguish truly new content but it could help with confusion.
Hi
We have replaced the label ‘New’ with “Not Started’ in the Localization Tool. We’re slowly working through some other languages for the same issue, but of course we’re leaving the exact phrasing up to them.
meh…
I see that it breaks when you filter your list of courses.
Hard to nail that one down without an ID for the specific course card.
A helpful attempt on it. Thank you!
Thank you both for the assist.
Reply
Log in to Docebo Community
Enter your email address or username and password below to log in to Docebo Community. No account yet? Create an account
Docebo Employee Login
Enter your username or e-mail address. We'll send you an e-mail with instructions to reset your password.