[Tinhte] XenTag

[Tinhte] XenTag 3.2.5

No permission to download
There is an option like that. You can adjust it in Usergroup permisison.
How about this one, can you support to fix ?
- Issue happens with file "libarry/Tinhte/XenTag/XenForo/DataWriter/Discussion/Thread.php": throw error at _discussionPreSave --> should change to throw error at _discussionPostSave (function name: public function Tinhte_XenTag_updateTagsInDatabase())

Thanks
 
How about this one, can you support to fix ?
- Issue happens with file "libarry/Tinhte/XenTag/XenForo/DataWriter/Discussion/Thread.php": throw error at _discussionPreSave --> should change to throw error at _discussionPostSave (function name: public function Tinhte_XenTag_updateTagsInDatabase())

Thanks
Can you please clarify the issue? An exact copy of the error message / stack trace from AdminCP server error log would be great. Sorry for the inconvenience.
 
Can you please clarify the issue? An exact copy of the error message / stack trace from AdminCP server error log would be great. Sorry for the inconvenience.
Hi,
I sent you the description of these issues, please check your inbox and help me to fix them

Thanks.
 
Got the following error logged. Probably a bug:

Error Info
ErrorException: htmlentities() expects parameter 1 to be string, array given - library/Tinhte/XenTag/ControllerPublic/Tag.php:299
Generated By: Unknown Account, Friday, 16:25
Stack Trace
#0 [internal function]: XenForo_Application::handlePhpError(2, 'htmlentities() ...', '/var/www/html...', 299, Array)
#1 /var/www/html/library/Tinhte/XenTag/ControllerPublic/Tag.php(299): htmlentities(Array)
#2 /var/www/html/library/Tinhte/XenTag/ControllerPublic/Tag.php(45): Tinhte_XenTag_ControllerPublic_Tag->_getNoResultsResponse(Array)
#3 /var/www/html/library/XenForo/FrontController.php(347): Tinhte_XenTag_ControllerPublic_Tag->actionSearch()
#4 /var/www/html/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#5 /var/www/html/index.php(13): XenForo_FrontController->run()
#6 {main}
Request State
array(3) {
["url"] => string(50) "http://www.mysite.com/tags/search"
["_GET"] => array(0) {
}
["_POST"] => array(3) {
["tinhte_xentag_tags_text"] => string(0) ""
["tinhte_xentag_included"] => string(1) "1"
["_xfToken"] => string(8) "********"
}
}
 
I have really huge problem with this add-on, I think it's a conflict with another add-on but don't know which one, anyway the problem is if the add-on return an error like "You must enter one tag at least" or "tag must be > 3 letters" the thread get posted anyway and the member stay in the thread creation page, so the thread get posted more than once and members doesn't know why, I figured out after several hours trying to replicate the issue, turned to be an issue with this add-on, any suggestions here?
 
Have also an issue i dont understand really.

I have some threads tagged with the words patong, phuket, reisebericht.
Patong and Reisebericht works and bring up the relevant Threads.
But Phuket not. Always get no content found.

Here the tag cloud:

tag1.webp

Here the tag page:

tag2.webp

Here the result if i hit the tag:

tag3.webp

Here how it look in ACP. Have 6 content count.
Hit tagged content brings up no content has been found.

tag4.webp

And here one of the thread. As you can see the tags are inside the post like it should be.

tag5.webp

I think meanwhile i rebuild all indexes 10 times already. No change at all.
 
We rely heavily on the Related Threads widget in XenTag so will likely continue to use XenTag over XF 1.5 core tagging
Yeah, that's the only downside as I see it so far. I'm sure someone will release a related threads add on soon, now that tagging is in the core. Who know's, it may even be @Dinh Thanh
well, ideally this addon will be updated to update the tags to core and then to extend the brand new core feature to match the featureset of this three and a half year old addon...


Planned :)
Hope we will see it on the week of Xenforo 1.5 Release

We can't wait :)
 
Temporary simple fix to XenTag working on Xenforo 1.5:

+ Enter admin.php?options/list/tagging > uncheck Enable content tagging to disable core tagging.

+ Enable Debug mode by add $config['debug'] = true; in config.php

+ Enter admin.php?route-prefixes/ > type tag on Filter items box to show all route with tag.

+ Change XenForo_Route_Prefix_Tags from tags to tagsx (or something you want, you must remember to change again after update new version of XenTag).

+ Change XenForo_Route_PrefixAdmin_Tags from tags to tagsx .

+ Press Create New Route Prefix to recreate XenTag route:
2015-08-22_060027.webp

+ Final like this:
2015-08-22_060259.webp

Done, XenTag working again on XenForo 1.5 :)
 
Back
Top Bottom