- Affected Version
- WoltLab Suite 5.3
Is there a way to display in thread list an icon that will identify a thread as containing a video?
Is there a way to display in thread list an icon that will identify a thread as containing a video?
Not automatically but yout could create a label to mark threads with videos.
Not automatically but yout could create a label to mark threads with videos.
Thanks. Is there a way to specify an icon/image as label instead of text?
I don't think so. But the idea sounds good to me. You could make a suggestion for using font awesome Icons with labels. Sometimes a plugin developer does it first.
Is there a way to specify an icon/image as label instead of text?
I’d suggest to change colors:
.myLabelClass {
font-family: fontawesome;
color: $wcfButtonText;
background-color: transparent;
}
That said: I’d support a suggestion to make this easier for users.