[Tinhte] XenTag

[Tinhte] XenTag 3.2.5

No permission to download
Hello Tinhte,

i have a litle feature request:

I will found it better, that when i click on a tag-link and if exists only one taged resource or thread... for this tag, that the click will opens the tagged resource or thread... directly, without going over the tag search result list page bevor, so the user have only one click to do instead 2.

Thats where a nice option for unique tags, i think. :)
 
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
 
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

Use this one to color your links:

.messageText .Tinhte_XenTag_TagLink {
...
}

How do I remove watched tags from the panel with recent post and etc?
You can remove watched tag via "Watched tags" link on forum home (/watched/tags/)
 
Hello,

I used to have designed tags in my XF 1.1.3 like :

tag_bg_dark.webp

using this code :

.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;
}

For some reason, i used the same code in my fresh XF 1.4 but not image is displayed

Any idea of what i am doing wrong ?

Thanks
 
This has been suggested before but any thoughts on adding logging in terms of who is adding thread tags? I don't even care about having something in the backend to view it just as long as I could pull the info from the database.
 
No But we have staff tags, which can assige to specific usergroups (like your staffs or your moderators).
@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.
 
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.
 
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.
 
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.

Is there an answer in our future?

Also, when do the tags show up anywhere? I added a tag Saturday, today is Tuesday and I don't see it anywhere.
 
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!

:)

how to fix this Sidebar Style-issue ?
 
Back
Top Bottom