• If you wish to purchase a license for a product, please register and then send a message to Stuart Wright to request access to purchase. Please include the URL of the forum you wish to use the product on.

Tag Essentials 2.10.1

Adds key features to make tags better both in threads and in the XFRM resource manager
Tag Essentials
  • edit-wiki.jpg
    edit-wiki.jpg
    133.9 KB · Views: 2,915
  • tag-page.jpg
    tag-page.jpg
    218.5 KB · Views: 2,948
  • admin-options.jpg
    admin-options.jpg
    212.3 KB · Views: 2,945
  • alert-received.jpg
    alert-received.jpg
    23.7 KB · Views: 2,816
  • email-alert-received.jpg
    email-alert-received.jpg
    57.5 KB · Views: 2,814
  • watch-tag.jpg
    watch-tag.jpg
    27.8 KB · Views: 2,769
  • prune-low-usage.jpg
    prune-low-usage.jpg
    24.4 KB · Views: 2,765
  • tag-filters.jpg
    tag-filters.jpg
    182.4 KB · Views: 1,068
  • forum-specific-tag-cloud.jpg
    forum-specific-tag-cloud.jpg
    45.1 KB · Views: 1,130
  • batch-update-resources.jpg
    batch-update-resources.jpg
    52.8 KB · Views: 800
  • batch-update-resources-filter.jpg
    batch-update-resources-filter.jpg
    90.5 KB · Views: 828
  • batch-update-resource-tags-menu.jpg
    batch-update-resource-tags-menu.jpg
    23.3 KB · Views: 837
  • exclude-this-forum-from-tag-list.jpg
    exclude-this-forum-from-tag-list.jpg
    48 KB · Views: 557
  • tag-management.jpg
    tag-management.jpg
    50.5 KB · Views: 53
  • blacklisted-tags.jpg
    blacklisted-tags.jpg
    32.3 KB · Views: 10
  • admin-tag-edit.jpg
    admin-tag-edit.jpg
    52.3 KB · Views: 10

Overview Feature list Copyright info Releases (85) Reviews (1)

This addon brings some essential, additional features to tags for Xenforo forums:
  • Automatically suggests tags from thread titles (words in the title which match existing tags)
  • Automatically add tags using ChatGPT analysis of the forum title + thread title + first post text
  • Watch tags - get alerts when a tag is used
  • Synonyms: so you can replace variants - synonyms - of a tag with your chosen 'canonical' version
  • Wikipedia: automatically attempt to get the Wiki for a tag when it is created. You can edit this to write your own definition.
  • Blacklist tags (with regex definitions) so they are never created. Useful for filtering out common or useless words.
  • Set default tags for forums
  • Batch update threads to add the ability to
    • find threads with specific tags
    • add tags to, and remove tags from, the resulting threads
    • automatically add tags to threads based in the thread title
  • and more
Admin Tag Management Page
tag-management.jpg

  • Blacklist tag button for each tag
  • Edit Wiki button for each tag to open the wiki edit page
  • Blacklist/delete tag buttons now update with Ajax so the page is not refreshed each time a tag is deleted or blacklisted. Very useful when managing tags on a specific page of the list. Deleting a tag used to refresh the page, reloading the list at the start. Now there is no page refresh saving a ton of time.
  • Inline selection of tags to delete or blacklist. 'Select all' helps speed up the process.
Blacklisted Tags Management
789-1573e4591c8a5e63587a11e2f5141c91.jpg

  • Dedicated page for managing blacklisted tags
  • Pagination and create regex rules for blacklisting
  • Bulk import of blacklisted tags
Changes to the admin Edit Tag page
792-dbf6c6692ab64228217e68918910b0e0.jpg

  • Assign tag category
  • Select forums where this tag can be added
  • Enter synonyms for the tag
Tag Synonyms
  • When someone uses a synonym tag, it will automatically be changed to the canonical tag.
Tag Wiki
View attachment 186227edit-wiki.jpg
  • On the front end (utilising front end permissions), so that non-admins can edit the content, have a way to edit (supporting bbcode in the description) the tagline and description of the tag. Also change the front end so aside from showing the list of content that is using that tag, you see the tagline and description of the tag in addition to the list of content using the tag.
    • Uses Wikipedia API. Admin option to set any Wikimedia API.
    • Permission to manage tag wiki
    • With permission, when viewing the tag page (thread tags | XenForo Community), there’ll be an “Edit” link to manage the tag description and tagline.
    • Provides a tabbed interface to switch between the tag's recent content and the tag wiki description.
    • When saving a new tag or an existing tag with empty Wiki information, get the Wiki information from Wikipedia.
    • Follow Wikipedia redirects (fixes cases where Wikipedia entries fail to load).
    • If the wiki search returns a disambiguation page, there is an option to not use that.
    • If the wiki search does not return an exact match, there is an option to try a fuzzy match.
    • For when Wikipedia fails to return information for a tag, set the Wiki entry to the contents of the phrase "tagess_no_wikipedia_entry_exists" (default "No Wikipedia entry exists for this tag"). Note: if you do not want to display any text, set the phrase to a single space character to avoid attempting to repopulate it from Wikipedia each time it is saved.
    • * New in 2.4.0 : If the call to Wikipedia does not return a result, Tag Essentials will get information for the tag from ChatGPT if the option to do so is enabled.
    • Batch update process to populate tags with wiki information if they are blank or contain the phrase above. Note: This may take some time if you have a lot of tags to fetch as we limit the frequency of Wikipedia API calls.
Admin Batch Update Threads
  • When batch updating threads, you can now add or remove tags in addition to all the existing options. When adding a tag, the user that started the thread is credited.
Tag Suggestions
  • When creating a thread, after typing the thread title (when the title loses 'focus'), an ajax request will check to see if any tags are included in the title, if they are then they automatically get added to the tags list. They can be removed and more can also be manually added before the thread is submitted.
  • Suggested tags can be single and multiple words. E.g. If these tags exist: "I love John", "John Paul George Ringo", "Paul George Ringo", "Ringo" and a new thread title is "I love John Paul George Ringo a lot" then all the tags will be suggested.
  • Admin option to set the maximum number of words in a tag which will be auto suggested (default 3). This is to avoid too much processing when searching for tags within a title. If set to 3 words, the above example would not suggest the "John Paul George Ringo" tag as it contains 4 words.
  • To combat slowness when the server is finding tags to suggest, there is an admin defined list of stop-words to prevent suggesting tags with common words. Use of the stop words list can be disabled, enabled to ignore tags only where the first word of the tag is in the list or enabled to ignore tags which contain any of the stop words.
  • A default list is included. E.g. "A" and "I". If enabled, this would prevent the "I love John" tag from being suggested in the above example.
AI Auto Tagging
  • The ability to get tags automatically added from ChatGPT when a thread is created based on the forum title, thread title and first post text. An Open API Key needs to be supplied from ChatGPT and if then enabled, and there are fewer than 3 (default, admin editable) tags already in the tag box, ChatGPT will attempt to top that number of tags up to 5 (default, admin editable) when the thread is created.
  • AI Auto tagging is enabled in all forums by default, but can be deactivated in specific forums by unticking the Allow ChatGPT tag suggestions in this forum tickbox.
  • If enabled, when editing thread tags, an Auto tag button will get tags from ChatGPT.
  • Note that there is a cost associated with using ChatGPT in Tag Essentials, though it is currently working out to be less than $2 per month for AVForums.com (a busy forum) and MGEVs.com (not a particularly busy forum) combined.
  • Ability to select the ChatGPT model to be used.
Admin tool to edit and test the AI Auto Tag prompt.
This is under the Tools menu option in the admin panel. /admin.php?tags-test-openai/

Resource Auto Tagging
  • Resources can be auto tagged using titles and/or AI in the same way as threads.
  • Batch update resource tags allows filterable selection of resources to be auto tagged.
  • Note that the batch update tagging works on the simpler 'add existing tags within the title' system and not the AI method yet.
View attachment 288482View attachment 288483
View attachment 288484

Forum-specific Tag Cloud Widget
View attachment 271993
  • Create a forum-view Tag Cloud Widget showing popular tags from threads in the current forum and its subforums.
Filter threads by tags
View attachment 271994
  • A new facility in the forum view to filter threads by the tags used
Forum Tags
View attachment 186237
  • In forum admin, set a minimum number of tags to be required in new threads in a particular forum.
  • In forum admin, set default tags to be auto-suggested when a new thread is created in a particular forum.
Prefix Tags
View attachment 186238
  • In thread prefix admin, set default tags to be auto-suggested when a new thread is created with a particular prefix.
Watch Tags
View attachment 186239
  • With permission (Tagess - Can Watch Tag), users are able to watch tags and receive an alert/email when new content is added with that tag.
Tag Preview
  • When hovering a tag, you will get a preview popover that displays a snippet of the tag description (from the wiki info), with links to the "recent content", "top users", and "view information" pages.
Admin Options
View attachment 186240
  • Plenty of them
  • Rebuild Caches -> Rebuild Empty Wiki Tags
  • Rebuild Caches -> Prune low usage tags
  • Rebuild Caches - > Remove orphaned tags (only usually needed to remove blacklisted tags after upgrading to 2.5.1.2)
Live Examples From http://www.avforums.com
Terms And Conditions
  • Each license is valid for use on one site.
  • 12 months support renewals are in place; when your support runs up you can continue to use the add on but will not be able to receive updates until you renew it.
Please note that I do not have the time to give personal support for installations. This addon is working perfectly on my forum AVForums, so I will be updating it with maintenance releases and new features as and when they are needed, which current license holders will be able to download.

Also I am vetting who I sell licenses to, so if you wish to purchase a license, please click the purchase link and then send me a message on the m2n.co.uk forum as per the instructions in the product description. Thank you :)

Product Information

Standard Library by Xon
Seller
m2n
Release date
Last update
Views
1,554
100% 5.00 star(s) 1 ratings
Back
Top