Tag Essentials - with AI auto tagging and XFRM support

Tag Essentials - with AI auto tagging and XFRM support [Paid] 2.7.0

No permission to buy (£35.00)
I can confirm it works now. Thank you again.

Interestingly, I don't get any suggestions with the gpt-5-chat-latest model. I need to use gpt-4-turbo, gpt-5-mini or gpt-5. Anyway, I'll play with the models a bit to find the right one.
 
Feature request: canonical tag name

As XF only allows lower case tag names could each tag have an additional field - canonical tag name

So that if someone has a tag of mcdonalds - the canonical tag name could be McDonalds, which would show on the tag page as the title
 
I don’t need AI to create my tags. I was looking to use something like this to expand my gallery capability.

My website/forum is in the creative art community and when we posted to our old gallery, we had the ability to share among multiple galleries based on gallery categories.

Just upgraded and we can’t do that. I was hoping to use tags and had some questions.

I only want admin to create the tags that can be used and everyone that is registered can only select those pre defined tags. Will this add on allow that in the gallery?
 
@Stuart Wright it seems I can't create new tags with a space in them (but I can select previously created tags with a space in them.)

For example, the system will not accept the tag 'saint augustine' because of the space between the words (see screenshot)

Also, having the 'disallow numbers' option makes my site display the message:

"Some tags were not valid because they are too short, too long, numeric, float, or contain disallowed text. Please change the following tags: saint augustine"

On the same tag...
 

Attachments

  • Screenshot_20250917-203857.webp
    Screenshot_20250917-203857.webp
    23.2 KB · Views: 4
@Stuart Wright it seems I can't create new tags with a space in them (but I can select previously created tags with a space in them.)

For example, the system will not accept the tag 'saint augustine' because of the space between the words (see screenshot)

Also, having the 'disallow numbers' option makes my site display the message:

"Some tags were not valid because they are too short, too long, numeric, float, or contain disallowed text. Please change the following tags: saint augustine"

On the same tag...
Having checked your forum, this happens when Tag Essentials is disabled. Maybe start a ticket with Xenforo Clous hosting to find out what it is?
 
I'm getting an error when adding tags to Bob's AMS Article system


Code:
LogicException: Could not determine dependable add-on; please override in src/addons/AVForums/TagEssentials/XF/Repository/Tag.php at line 1033
AVForums\TagEssentials\XF\Repository\Tag->getDependsOnAddOnIdForTagEss() in src/addons/AVForums/TagEssentials/XF/Repository/Tag.php at line 928
AVForums\TagEssentials\XF\Repository\Tag->avfNotifyNewTags() in src/addons/AVForums/TagEssentials/XF/Repository/Tag.php at line 916
AVForums\TagEssentials\XF\Repository\Tag->addTagIdsToContent() in src/XF/Repository/TagRepository.php at line 400
XF\Repository\TagRepository->modifyContentTags() in src/XF/Service/Tag/ChangerService.php at line 326
XF\Service\Tag\ChangerService->save() in src/addons/XenAddons/AMS/Pub/Controller/ArticleItem.php at line 1862
XenAddons\AMS\Pub\Controller\ArticleItem->actionTags() in src/XF/Mvc/Dispatcher.php at line 362
XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 264
XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 121
XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 63
XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2824
XF\App->run() in src/XF.php at line 806
XF::runApp() in index.php at line 23

I can add tags to forum posts, and add tags to AMS articles when the addon is disabled
 
Tag essentials does not support Bob’s article system. That system has a tagging ability built in but it’s not compatible with Tag essentials which is why this error is throwing.
@Xon could you have a quick look to see what is involved with preventing this error when tag essentials is enabled and secondarily having tag essentials support Bob’s article system please?
Let me know on Teams, please.
The most important thing is to prevent the error. If supporting Bob’s article system is inexpensive than I may go ahead with that. Otherwise not.
 
Tag essentials does not support Bob’s article system. That system has a tagging ability built in but it’s not compatible with Tag essentials which is why this error is throwing.
@Xon could you have a quick look to see what is involved with preventing this error when tag essentials is enabled and secondarily having tag essentials support Bob’s article system please?
Let me know on Teams, please.
The most important thing is to prevent the error. If supporting Bob’s article system is inexpensive than I may go ahead with that. Otherwise not.
I’m not concerned about it supporting AMS but would like to be able to use Tag Essentials on the forums without it messing with my ability to add tags in AMS
 
That error message should only be logged if you've enabled debug mode which isn't recommended on a production site
 
That error message should only be logged if you've enabled debug mode which isn't recommended on a production site
I don't have debug mode enabled on XF (I've just checked my config.php) -- is there a debug mode for Tag Essentials?
 
Back
Top Bottom