[Tinhte] XenTag

[Tinhte] XenTag 3.2.5

No permission to download
We only allow Admins, Mods, and VIPs to add and edit tags. When a guest or someone without these permissions views a thread that has zero tags, it still says "Tags:" with blank space to the right of it... this phrase should be hidden when there are no tags showing to people with no permission to add or edit tags.

We have found a solution.

In the master theme template tinhte_xentag_tags_in_post, change:

Code:
<xen:else />

<label>{xen:phrase tinhte_xentag_tags_simple_list}</label>:
{xen:helper Tinhte_XenTag_getImplodedTagsFromThread, $thread, 1}>
</xen:if>
</xen:if>

to...

Code:
<xen:else />
<xen:if hascontent="true">
<label>{xen:phrase tinhte_xentag_tags_simple_list}</label>:
<xen:contentcheck>{xen:helper Tinhte_XenTag_getImplodedTagsFromThread, $thread, 1}</xen:contentcheck>
</xen:if>
</xen:if>
 
Please go to options for XenTag, select different index mode and build the search index. Normally hashed mode (the default one) should work but it's worth a try.
That didn't change it. I tried any of the 3 settings and rebuild the index every time. Still shows only e.g. one tagged thread in /forum/tags/keyword/ but n entries for the keyword in the admin backend.

garmin___Rennrad-News_de.webp
 
That didn't change it. I tried any of the 3 settings and rebuild the index every time. Still shows only e.g. one tagged thread in /forum/tags/keyword/ but n entries for the keyword in the admin backend.
I just installed this, and I'm experiencing the same issue. For me, the problem only occurs if the tag has a space in the name.
 
Is there a manual? A video/tutorial showing set up options & what they mean?

How or where can you delete and add tags?

Thanks!
 
Last edited:
@Dinh Thanh

Got 2 errors after install:

Code:
Server Error Log
Error Info
ErrorException: Fatal Error: Class 'Tinhte_XenTag_XenForo_BbCode_Formatter_Base' not found -library/XenForo/Application.php(528) : eval()'d code:1
Generated By: JeRn, 3 minutes ago
Stack Trace
#0 [internal function]: XenForo_Application::handleFatalError()
#1 {main}
Request State
array(3) {
["url"] => string(46) "http://inthegame.nl/forums/taigachat/list.json"
["_GET"] => array(0) {
}
["_POST"] => array(8) {
["sidebar"] => string(1) "1"
["lastrefresh"] => string(3) "603"
["fake"] => string(1) "0"
["room"] => string(1) "1"
["_xfRequestUri"] => string(15) "/forums/forums/"
["_xfNoRedirect"] => string(1) "1"
["_xfToken"] => string(8) "********"
["_xfResponseType"] => string(4) "json"
}
}

Code:
Server Error Log
Error Info
ErrorException: Fatal Error: syntax error, unexpected end of file - library/Tinhte/XenTag/Listener.php:191
Generated By: Unknown Account, 4 minutes ago
Stack Trace
#0 [internal function]: XenForo_Application::handleFatalError()
#1 {main}
Request State
array(3) {
["url"] => string(46) "http://inthegame.nl/forums/taigachat/list.json"
["_GET"] => array(0) {
}
["_POST"] => array(8) {
["sidebar"] => string(1) "1"
["lastrefresh"] => string(3) "603"
["fake"] => string(1) "0"
["room"] => string(1) "1"
["_xfRequestUri"] => string(15) "/forums/forums/"
["_xfNoRedirect"] => string(1) "1"
["_xfToken"] => string(8) "********"
["_xfResponseType"] => string(4) "json"
}
}
 
@Dinh Thanh

Got 2 errors after install:

Code:
Server Error Log
Error Info
ErrorException: Fatal Error: Class 'Tinhte_XenTag_XenForo_BbCode_Formatter_Base' not found -library/XenForo/Application.php(528) : eval()'d code:1
Generated By: JeRn, 3 minutes ago
Stack Trace
#0 [internal function]: XenForo_Application::handleFatalError()
#1 {main}
Request State
array(3) {
["url"] => string(46) "http://inthegame.nl/forums/taigachat/list.json"
["_GET"] => array(0) {
}
["_POST"] => array(8) {
["sidebar"] => string(1) "1"
["lastrefresh"] => string(3) "603"
["fake"] => string(1) "0"
["room"] => string(1) "1"
["_xfRequestUri"] => string(15) "/forums/forums/"
["_xfNoRedirect"] => string(1) "1"
["_xfToken"] => string(8) "********"
["_xfResponseType"] => string(4) "json"
}
}

Code:
Server Error Log
Error Info
ErrorException: Fatal Error: syntax error, unexpected end of file - library/Tinhte/XenTag/Listener.php:191
Generated By: Unknown Account, 4 minutes ago
Stack Trace
#0 [internal function]: XenForo_Application::handleFatalError()
#1 {main}
Request State
array(3) {
["url"] => string(46) "http://inthegame.nl/forums/taigachat/list.json"
["_GET"] => array(0) {
}
["_POST"] => array(8) {
["sidebar"] => string(1) "1"
["lastrefresh"] => string(3) "603"
["fake"] => string(1) "0"
["room"] => string(1) "1"
["_xfRequestUri"] => string(15) "/forums/forums/"
["_xfNoRedirect"] => string(1) "1"
["_xfToken"] => string(8) "********"
["_xfResponseType"] => string(4) "json"
}
}

Please re-upload files and try again.
 
@Dinh Thanh or anyone who can help.... deleting tags isn't working. Tried front & back end. They are still there after delete, with no error message popping up. Also, did do the upgrade.

Thanks!
 
Last edited:
@Dinh Thanh or anyone who can help.... deleting tags isn't working. Tried front & back end. They are still there after delete, with no error message popping up. Also, did do the upgrade.

Thanks!

I've just deleted one, can't reproduce your issue. Tag can't be deleted on front-end, you just remove it from your threads.
 
65 pages, i openly admit i didnt read them before asking but i figure the question is simple enough so no harm no foul.. Anyways is it possible to disable or revoke permissions for all tag types except Hashtags?
 
Top Bottom