[Tinhte] XenTag

[Tinhte] XenTag 3.2.5

No permission to download
Hello and thanks for this very helpfull add-on! :)

I was abusing it as autolinker add-on to autolink my resources in the threads, posts and also other resources on my site. That works nearly perfekt.

But two things i miss:

1 - when it gives only one content for a tag, then it would be fine when the link goes dierectly to content with out a serach result page betwen

2 - to make it for special situations better, it would be great when i can optionaly make a setting in ACP so the linked tag will view a preview when a user hover it. Like thread preview in xenforo eg.

regards
 
Really like Related Threads feature. Would be great if there was a 'See more related threads' button below them for when there are more than available in the defined view.
 
Feature Request:
Could you send a 404-Header if no threads found for a tag?

Google Webmastertools marks them as error (soft 404).
 
I need help to redirect everything from:

Code:
http://www.mysite.com/forums/tags.php
http://www.mysite.com/forums/tags.php?tag=videos
http://www.mysite.com/forums/tags.php?tag=videos&page=2
http://www.mysite.com/forums/tags.php?tag=funny+stuff
http://www.mysite.com/forums/tags.php?tag=funny+stuff&page=2

Respectively to:

Code:
http://www.mysite.com/forums/tags/
http://www.mysite.com/forums/tags/videos/
http://www.mysite.com/forums/tags/videos/page-2
http://www.mysite.com/forums/tags/funny+stuff/
http://www.mysite.com/forums/tags/funny+stuff/page-2

How I can do this please? Thanks a lot!
 
How can I fix the CSS on this button without effecting all other buttons on my forum, is there a separate class for this button?
I need to add this to fix it.

Code:
element.style {
margin: 0px auto 0px;
display: block;
width: 102px;
text-align: center;
font-size: 13px;
position: relative;
left: -2px;
top: 2px margin-top: 1px;

Screen Shot 2014-08-30 at 8.26.33 AM.webp
 
Hello
Does Xentag runs with XF 1.4 branch ?
How can i migrate from my other setup 1.2 Tags ?
Thank you
 
How can I fix the CSS on this button without effecting all other buttons on my forum, is there a separate class for this button?
I need to add this to fix it.

Code:
element.style {
margin: 0px auto 0px;
display: block;
width: 102px;
text-align: center;
font-size: 13px;
position: relative;
left: -2px;
top: 2px margin-top: 1px;

View attachment 82293

This is a Xenforo CalltoAction button like Create thread. Modify your CalltoAction csss.
Code:
<a href="tags/iphone/edit" class="callToAction OverlayTrigger"><span>Edit Tag</span></a>
 
Working fine on 1.4. Do nothing after upgrade.

@Dinh Thanh is there a way to remove the forums from showing up in searches and on profile postings page? I removed this in the installer.php

PHP:
$db->query('INSERT IGNORE INTO xf_content_type (content_type, addon_id) VALUES (\'tinhte_xentag_forum\', \'Tinhte_XenTag\')');
        $db->query('INSERT IGNORE INTO xf_content_type_field (content_type, field_name, field_value) VALUES (\'tinhte_xentag_forum\', \'search_handler_class\', \'Tinhte_XenTag_Search_DataHandler_Forum\')');

Like otaku said.

Is this the way to do it without breaking something else in this addon?
 
Hi, this is not working properly for me on 1.4.

If I tag threads inside a forum only available to users with purchased upgrades then those threads dont appear to attach themselves to the tag cloud results. I've tested it with a tag not present anywhere in the main forum and whilst they tag shows on the cloud, clicking it returns no results. Could it be because i'm using the new elastic search xenforo recently released?
 
Top Bottom