You can probably do so with some CSS.
Before the last message, I tried the following. It fixed the issue with the feature font size, but it made the rest of the home page topic list font size super small.
.featured-topic {
font-size: 9px;
}
Are you referring to these links?
I don’t see any changes with the rest of the page if I change that.
You can see the topic list below after I applied the CSS code above. The font became quite small.
Removed the CSS code, and the font size in the topic list became normal again.
Right. Try this:
.featured-topic h3 a {
font-size: 9px;
}
Thank you! It works!
Feature request: please add the ability to show an excerpt of the topic
Is it possible the Tag-Feature is bugged or behaving unexpectedly, when working with a restricted Tag Group?
I created a Tag Group with the following restriction:
Tags are visible to everyone, but only the following groups can use them
→ Admins, Moderators

I added the ‘featured’ Tag from this component to this Group.
Those are my component settings:
When I create a topic as an Admin with the featured Tag, the tag is visible to me and to moderators, but not to other Usergroups. For other registered Users it just shows exactly like this:
Tag1, Tag2,
To Admins and Mods, the featured Tag will show up correctly:
Tag1, Tag2, featured
Another thing: if it’s hidden, I think the comma should not show. This confuses users.
Also, I’m not sure if this is relevant, but the threads are in categories that are only visible to registered Users, not to Guests.
Ah, and by the way: Thanks for the component, awesome work! Other than that tiny feature, it works perfectly for me!



