[XFA] Tags Generator

[XFA] Tags Generator [Paid] 2.2.1

No permission to buy (€6.00)
Can this automatically create tags for people who don't fill in tags based on the subject title?
 
You mean upon thread creation ?
When would that be done ? Once the user has created the thread ?
 
Ok, but how would you see it done in terms of functionality ?

Honestly I am up for anything. If you know of an easy way to create tags automatically, that would be a great addition here. It helps build tagging/keywording and promotes people to change the tags.
 
Two possible solutions :
  • Periodic check while user is typing (may be hard).
  • Automatic upon post based on some parameters you would say (like number of words occurences etc).

Clément
 
Easiest one #2 sounds fine. I think the goal is to just have any option to create tags. If the user sees tags they don't like it will force them to remove them as well. Alot of pros to do this.
 
Yeah the idea is interesting.
Can you create a suggestion request on our forum plz ?
 
XFA updated [XFA] Tags Generator with a new update entry:

Automatic tag generator for non-tagged content and other new features

Corrected bugs:
  • Pagenav not displayed correctly for documents list.

New features:
  • [Threads] Capability to configure the generator to select specific forums to search from
  • [Threads] Capability to configure the generator to select specific forums to exclude from search
  • [Resources] Capability to configure the generator to select specific categories to search from
  • [Resources] Capability to configure the generator to select specific categories to exclude from...

Read the rest of this update entry...
 
Yes it automatically generates from the thread content based on word occurences if no tags are added.
 
When i click documents and recources tag generator i get this on the page. Don't have them installed.

Server Error
Invalid model 'XenResource_Model_Category' specified

  1. XenForo_Model::create() in XenForo/Controller.php at line 101
  2. XenForo_Controller->getModelFromCache() in XFA/TagsGenerator/Extends/XenForo/ControllerAdmin/Tag.php at line 131
  3. XFA_TagsGenerator_Extends_XenForo_ControllerAdmin_Tag->actionResourcesTagsGenerator() in XenForo/FrontController.php at line 351
  4. XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
  5. XenForo_FrontController->run() in /home/bodyforum/public_html/admin.php at line 13


Server Error
Invalid model 'XFA_DocMngr_Model_Category' specified

  1. XenForo_Model::create() in XenForo/Controller.php at line 101
  2. XenForo_Controller->getModelFromCache() in XFA/TagsGenerator/Extends/XenForo/ControllerAdmin/Tag.php at line 248
  3. XFA_TagsGenerator_Extends_XenForo_ControllerAdmin_Tag->actionDocumentsTagsGenerator() in XenForo/FrontController.php at line 351
  4. XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
  5. XenForo_FrontController->run() in /home/bodyforum/public_html/admin.php at line 13

 
Server log:

Code:
XenForo_Exception: Invalid model 'XFA_DocMngr_Model_Category' specified - library/XenForo/Model.php:192
Gegenereerd Door: bodybuilding.nl, 16 minuten geleden
Stack Trace
#0 /home/bodyforum/public_html/library/XenForo/Controller.php(101): XenForo_Model::create('XFA_DocMngr_Mod...')
#1 /home/bodyforum/public_html/library/XFA/TagsGenerator/Extends/XenForo/ControllerAdmin/Tag.php(248): XenForo_Controller->getModelFromCache('XFA_DocMngr_Mod...')
#2 /home/bodyforum/public_html/library/XenForo/FrontController.php(351): XFA_TagsGenerator_Extends_XenForo_ControllerAdmin_Tag->actionDocumentsTagsGenerator()
#3 /home/bodyforum/public_html/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#4 /home/bodyforum/public_html/admin.php(13): XenForo_FrontController->run()
#5 {main}
Aanvraagstatus
array(3) {
  ["url"] => string(69) "https://forum.bodybuilding.nl/"  admin.php?tags/documents-tags-generator
  ["_GET"] => array(1) {
   ["tags/documents-tags-generator"] => string(0) ""
  }
  ["_POST"] => array(0) {
  }
}

Code:
XenForo_Exception: Invalid model 'XenResource_Model_Category' specified - library/XenForo/Model.php:192
Gegenereerd Door: bodybuilding.nl, 21 minuten geleden
Stack Trace
#0 /home/bodyforum/public_html/library/XenForo/Controller.php(101): XenForo_Model::create('XenResource_Mod...')
#1 /home/bodyforum/public_html/library/XFA/TagsGenerator/Extends/XenForo/ControllerAdmin/Tag.php(131): XenForo_Controller->getModelFromCache('XenResource_Mod...')
#2 /home/bodyforum/public_html/library/XenForo/FrontController.php(351): XFA_TagsGenerator_Extends_XenForo_ControllerAdmin_Tag->actionResourcesTagsGenerator()
#3 /home/bodyforum/public_html/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#4 /home/bodyforum/public_html/admin.php(13): XenForo_FrontController->run()
#5 {main}
Aanvraagstatus
array(3) {
  ["url"] => string(69) "https://forum.bodybuilding.nl/"  admin.php?tags/resources-tags-generator
  ["_GET"] => array(1) {
   ["tags/resources-tags-generator"] => string(0) ""
  }
  ["_POST"] => array(0) {
  }
}
 
Last edited:
Then don't click them if you don't have them ;)

Will try to implement something to avoid errors to be popped out when ones doesn't have those add-ons.
 
Top Bottom