[Tinhte] XenTag

[Tinhte] XenTag 3.2.5

No permission to download
Thanks for your answer!
You mean in xenforo or in vB? In xenforo I do not have any censored word within the options menu. I do filter words in vB.

I mean in Xenforo. If you still have this error, please PM me your detail error log.
 
i seem to have an issue where everyone is allowed to edit existing tags, even though i have not given the group permission to do so.
is this a known issue? or perhaps there is a workaround that is known?
 
Hi,

On my sidebar, the tag's header disappears. As you can see, my other widgets' headers aren't vanishing. Is there any way to bring it back/add one?

I've attached an example (excuse me for the strange tags/statuses lol, i was/we are testing it out)
 

Attachments

  • example.webp
    example.webp
    25.2 KB · Views: 8
After I uninstalled XenForo Resource Manager, I'm getting this error on some tags.
PHP:
Server Error Log

Error Info
XenForo_Exception: Invalid model 'XenResource_Model_Resource' specified - library/XenForo/Model.php:192
Generated By: Unknown Account, A moment ago

Stack Trace
#0 /library/Tinhte/XenTag/Search/DataHandler/Resource.php(142): XenForo_Model::create('XenResource_Mod...')
#1 /library/Tinhte/XenTag/Search/DataHandler/Resource.php(85): Tinhte_XenTag_Search_DataHandler_Resource->_getResourceModel()
#2 /library/XenForo/Model/Search.php(280): Tinhte_XenTag_Search_DataHandler_Resource->getDataForResults(Array, Array, Array)
#3 /library/XenForo/Model/Search.php(314): XenForo_Model_Search->getViewableSearchResultData(Array, Array, false, NULL)
#4 /library/XenForo/Search/Searcher.php(114): XenForo_Model_Search->getViewableSearchResults(Array, NULL)
#5 /library/Tinhte/XenTag/ControllerPublic/Tag.php(237): XenForo_Search_Searcher->searchType(Object(Tinhte_XenTag_Search_DataHandler_General), '', Array, 'date')
#6 /library/Tinhte/XenTag/ControllerPublic/Tag.php(101): Tinhte_XenTag_ControllerPublic_Tag->_doSearch('randomword')
#7 /library/XenForo/FrontController.php(347): Tinhte_XenTag_ControllerPublic_Tag->actionView()
#8 /library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#9 /index.php(13): XenForo_FrontController->run()
#10 {main}

Request State
array(3) {
  ["url"] => string(43) "/tags/randomword/"
  ["_GET"] => array(1) {
    ["/tags/randomword/"] => string(0) ""
  }
  ["_POST"] => array(0) {
  }
}

How to fix this ?
 
Hey, I have been looking at the multiple prefixes feature for Xenforo but that plugin does not allow you to search via multiple prefixes only one at a time, I am wondering if this tag add on is different, am i able to search via multiple tags eg, location tags, item tags, sale tags.

Is there a known website where i can see this feature in action?

Cheers guys.
 
After I uninstalled XenForo Resource Manager, I'm getting this error on some tags.
PHP:
Server Error Log

Error Info
XenForo_Exception: Invalid model 'XenResource_Model_Resource' specified - library/XenForo/Model.php:192
Generated By: Unknown Account, A moment ago

Stack Trace
#0 /library/Tinhte/XenTag/Search/DataHandler/Resource.php(142): XenForo_Model::create('XenResource_Mod...')
#1 /library/Tinhte/XenTag/Search/DataHandler/Resource.php(85): Tinhte_XenTag_Search_DataHandler_Resource->_getResourceModel()
#2 /library/XenForo/Model/Search.php(280): Tinhte_XenTag_Search_DataHandler_Resource->getDataForResults(Array, Array, Array)
#3 /library/XenForo/Model/Search.php(314): XenForo_Model_Search->getViewableSearchResultData(Array, Array, false, NULL)
#4 /library/XenForo/Search/Searcher.php(114): XenForo_Model_Search->getViewableSearchResults(Array, NULL)
#5 /library/Tinhte/XenTag/ControllerPublic/Tag.php(237): XenForo_Search_Searcher->searchType(Object(Tinhte_XenTag_Search_DataHandler_General), '', Array, 'date')
#6 /library/Tinhte/XenTag/ControllerPublic/Tag.php(101): Tinhte_XenTag_ControllerPublic_Tag->_doSearch('randomword')
#7 /library/XenForo/FrontController.php(347): Tinhte_XenTag_ControllerPublic_Tag->actionView()
#8 /library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#9 /index.php(13): XenForo_FrontController->run()
#10 {main}

Request State
array(3) {
  ["url"] => string(43) "/tags/randomword/"
  ["_GET"] => array(1) {
    ["/tags/randomword/"] => string(0) ""
  }
  ["_POST"] => array(0) {
  }
}

How to fix this ?
Solved.
Rebuilding Search Index when using ES fix it.
Thanks @xfrocks!
 
How to fixed this error? Can anyone help me?

b194cb0d296bc5e1b39b9e68bcee54a1.png
 
Hi,

On my sidebar, the tag's header disappears. As you can see, my other widgets' headers aren't vanishing. Is there any way to bring it back/add one?

I've attached an example (excuse me for the strange tags/statuses lol, i was/we are testing it out)
Not sure if you ever got this fixed but to fix the title not showing for the tag cloud widget you need to go to the wf_default_EXTRA.css template. There you should find something like this:
Code:
<xen:comment>Customization should go here</xen:comment>

.Tinhte_XenTag_WidgetRenderer_Cloud h3 { display: none }

Simply comment out that last line (or delete it) and the header will return
Code:
<xen:comment>Customization should go here</xen:comment>

/*.Tinhte_XenTag_WidgetRenderer_Cloud h3 { display: none }*/
 
Not sure if you ever got this fixed but to fix the title not showing for the tag cloud widget you need to go to the wf_default_EXTRA.css template. There you should find something like this:
Code:
<xen:comment>Customization should go here</xen:comment>

.Tinhte_XenTag_WidgetRenderer_Cloud h3 { display: none }

Simply comment out that last line (or delete it) and the header will return
Code:
<xen:comment>Customization should go here</xen:comment>

/*.Tinhte_XenTag_WidgetRenderer_Cloud h3 { display: none }*/

Hi! thanks so much :)
 
How can I intergrate my own addon's content to XenTag? At currently, XenTag support content for Thread and Resource. I've read the source code I look like it's has too many things to take care! Thank you!
 
i seem to have an issue where everyone is allowed to edit existing tags, even though i have not given the group permission to do so.
is this a known issue? or perhaps there is a workaround that is known?
so it appears this is just me then.
im not sure how this can happen, but i suppose i will just start disabling other addons until i find a possible conflict.
 
How can we import our XenTag tags in the new coming Xenforo Tag system? See you a chance to make a tool to do this job fast end simple?
 
i seem to have an issue where everyone is allowed to edit existing tags, even though i have not given the group permission to do so.
is this a known issue? or perhaps there is a workaround that is known?

so it appears this is just me then.
im not sure how this can happen, but i suppose i will just start disabling other addons until i find a possible conflict.

further investigation has revealed that the xentag permission 'Tag thread by anyone' actually means 'Edit tags by anyone'.
this is most unfortunate. one of the communities favourite pasttimes on vB was tagging one one anothers threads. such a thing is not possible with this addon, so i will be forced to use the uglier xenforo version in 1.5

as a temp workaround i set the tag delete link as 'display: hidden', but its far from ideal.
 
Last edited:
Back
Top Bottom