Hello,
how can i change the color of tag-links in messages eg. I would that they differs from normaly links. So i search for this:
- change tag link text color
- change tag link text background color
Thanks.
Regards
You can remove watched tag via "Watched tags" link on forum home (/watched/tags/)How do I remove watched tags from the panel with recent post and etc?
.Tinhte_XenTag_Taghref {
display: inline-block;
background: url(/forums/img/tag_bg_dark.png);
height: 20px;
padding: 0 7px 0 15px;
margin: 5px 5px 0 0;
-moz-border-radius: 0 3px 3px 0;
-webkit-border-top-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
border-radius: 0 3px 3px 0;
}
a.Tinhte_XenTag_Taghref:link, a.Tinhte_XenTag_Taghref:visited, a[href].Tinhte_XenTag_Taghref:hover {
color: rgb(240,240,240);
text-decoration: none;
}
Hi ,
How do I change the cloud from sidebar to footer ?
Is it possible to have specific tags assigned to each user?
@Dinh Thanh please consider some sort of automatic tags. Ideally something where in the ACP we can define a whole list of tags. The addon then checks the first post of every created post and assigns those tags for that thread if the keywords are defined in there. Would LOVE such a feature.No But we have staff tags, which can assige to specific usergroups (like your staffs or your moderators).
Hi Dinh, so I have to install Widget Framework inorder to get what I want ..You can use widget framework to do this. Xentag has some widget for Widget Framework
Hi Dinh, so I have to install Widget Framework inorder to get what I want ..
I'd like to tags to appear in the sidebar by age. In other words if I'm showing 50 tags and someone creates a tag today say it's XenForo.
The oldest tag of the 50 would be taken off.
Secondly, are the tags now ordered by number of tagged contents (number of threads)? I know I created a tag sometime ago and it is not in the sidebar.
It appears that way. If the tag already exists, you can select it from the dropdown menu
View attachment 72197
I'd like to tags to appear in the sidebar by age. In other words if I'm showing 50 tags and someone creates a tag today say it's XenForo.
The oldest tag of the 50 would be taken off.
Secondly, are the tags now ordered by number of tagged contents (number of threads)? I know I created a tag sometime ago and it is not in the sidebar.
Hello @xfrocks
there is a Sidebar issue:
I have put this code
Code:<xen:include template="tinhte_xentag_sidebar_cloud" />
into the template "PAGE_CONTAINER" in order to show the Tags in the Forum-Sidebar (as mentioned in the FAQ-Tab of the Addon-description).
Code:<div class="sidebar"> <xen:hook name="page_container_sidebar"> <xen:include template="ad_sidebar_top" /> <xen:if is="!{$noVisitorPanel}"><xen:include template="sidebar_visitor_panel" /></xen:if> {xen:raw $sidebar} <xen:include template="ad_sidebar_bottom" /> <xen:include template="tinhte_xentag_sidebar_cloud" /> </xen:hook> </div>
Issue:
The height of the "Sidebar-box" does have an issue. The Tags are outside of the Sidebar-box.
- I am using the default XF-style.
- I am NOT using "bd Widget".
View attachment 93730
Appreciate your help.
Many thanks!
![]()
We use essential cookies to make this site work, and optional cookies to enhance your experience.