Tag Essentials - with AI auto tagging and XFRM support

Tag Essentials - with AI auto tagging and XFRM support 2.9.2

No permission to buy (£35.00)
  • Fix error when viewing admincp options for the add-on. The option tagess_extendedDefaultTagsSort was intended to be removed as it isn't actually used and it is just on the option page that it makes that error. It's now removed.
  • Fix the content update date was being saved as 0, resulting in new threads displaying at the very start of the 'tag view'. May have been the cause of this report.
  • Add "Rebuild synonym tags" rebuild cache's task
    Remove synonym references where the tag has been deleted, and apply rewriting of synonyms to the parent tag which may have been missed, and finally rebuild all content's tag caches. You only need to do this if you encounter synonym tags appearing when they shouldn't and probably only happened before the process was made more robust a long while back
  • Add filter options to tag view page. Note: currently only supports Threads for the more complex filter options such as prefixes and sorting by last update
  • Add "Default tag filter - content type" option (default: any, which matches XF defaults)
  • Add "Default tag sort" option (default: content date, which matches XF defaults)
Example: https://www.avforums.com/tags/samsung/
It's now possible to see a list of all threads tagged with samsung and having the For sale prefix.
https://www.avforums.com/tags/samsung/?content_type=any&prefix_id=1

Thanks to @RoyalRumble for commissioning this new feature.
Fixed a bug in 2.8.2 which broke email notifications for new tagged content for AMS.
When you click the thread tag edit button...
edit-tags.webp

The edit tags modal now has an Auto tag button
auto-tag.webp

this immediately updates the thread with tags from either or both of the auto tag options available.
Because fetching tags from ChatGPT can take a while, we have changed the display of the buttons to indicate that the process is under way.
fetching-tags.webp
  • Like
Reactions: foiovitor
Fix edge cases which could cause the 2.8.0 update to get stuck in a 'action pending' state without any errors explaining why.
If you installed 2.8.0, please install 2.8.1 immediately.
Thank you and apologies.
  • Like
Reactions: foiovitor
  • php 8.4+ compatibility fixes
  • Fix an error thrown when debug mode is enabled an a tag is added to non-thread content types
  • Fix missing replacables in email for content being tagged
  • Support sending new tagged content notification for content which implements tag handler/alert handler & the Linkable Interface
  • Known to support XFRM & various Bob's add-ons such as AMS/etc
  • Like
Reactions: foiovitor and Bob
  • OpenAI model selection option instead of hardcoded gpt-3.5-turbo
    • Refresh model button to manually fetch a list of current models from OpenAI
    • Filtering to exclude preview and specialised models
  • Editable ChatGPT prompt with testing facility under the tools menu at /admin.php?tags-test-openai/
  • Improved error handling for API failures
  • Fallback logic for when a selected model is no longer available
  • Tag rule filtering for when GPT returns invalid data (with error logging)
The model we're using on AVForums is gpt-5-chat-latest.
Note that it's possible to completely screw up the results if you break the prompt, so edit it with extreme care and use the testing tool to review the resulting tags.
Fixed a bug related to batch updating resources
Fixed a bug stopping watched tag emails from being sent

Thanks to everyone who has helped to iron out these bugs by reporting them.
If Tag Essentials is installed and the forum used while Content Tagging is disabled, it caused permission errors.
(Yes, can you believe, someone actually did that?)
So now Tag Essentials does not run its JS when Content Tagging is disabled.
Back
Top Bottom