Recent content by Stuart Wright

  1. Stuart Wright

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

    Many will be, but many will be optimally useful. Take this new thread, for example. https://www.avforums.com/threads/airpod-pro-3%E2%80%99s-disappointing-anc.2549890/ One of the tags added is automatic noise cancellation even though the user only used the ANC abbreviation. So ChatGPT figured out...
  2. Stuart Wright

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

    The thing about that, though, is that for OpenAI to identify all the existing synonyms of a word, it would have to have the entire tag list to hand. Which, in our case, is over 32,000 (I just checked and it's gone up a lot).
  3. Stuart Wright

    XF 2.3 How do I add the forum name to thread titles?

    Many thanks, both of you. I should have been specific. It's the meta title that I want to change. Not the H1 displayed title. It has to be a change to PAGE_CONTAINER, right?
  4. Stuart Wright

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

    Yes, I've put a lot of thought in to this. It means processing all the tags and we have over 18,000. The first thing I'd do is set the singular version of words to canonical and then set the plural version as synonyms. Speaker / Speakers etc. I'm not sure I would generally try to process...
  5. Stuart Wright

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

    Each call to ChatGPT costs money, so continually sending requests for tags would cost a lot. It also takes time. Like more than a second. So to be most cost effective and time efficient, we ask ChatGPT for the best tags based on the submitted forum name + thread title + full message text when...
  6. Stuart Wright

    XF 2.3 How do I add the forum name to thread titles?

    ChatGPT (confidently) told me to add this in to PAGE_CONTAINER <xf:if is="$template == 'thread_view' && $forum"> <xf:title><xf:title /> | {$forum.Node.title}</xf:title> </xf:if> before <title><xf:title formatter="%s | %s" fallback="{$xf.options.boardTitle}" page="{$pageNumber}" /></title>...
  7. Stuart Wright

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

    This batch update feature hasn’t been added yet. I wrote this in an earlier post. We added auto tag button on an existing thread when editing the tags. But batch AI auto tagging is trickier because of the time ChatGPT takes. It’s something I do plan to add soon.
  8. Stuart Wright

    XF 2.4 Custom Field Improvements: Filtering and more!

    @Chris D can I request that you add a Custom thread field type of display text? So we can display custom text above thread titles, below thread titles and below message boxes? I use an addon to display hint text to people creating new threads.
  9. Stuart Wright

    Trophy Essentials [Paid]

    We are using it without problems. Please send me a DM at M2N.co.uk with details of the problem you are having.
  10. Stuart Wright

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

    It's difficult for me to grasp your use case. I there a way you could talk me through it? Please contact me on m2n.co.uk. Thanks
  11. Stuart Wright

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

    Stuart Wright updated Tag Essentials - with AI auto tagging and XFRM support with a new update entry: Tags on a tag page now link to their own tag page Read the rest of this update entry...
  12. Stuart Wright

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

    I don’t use categories, so I don’t notice when they aren’t used. I also don’t use any of Bob’s addons, so I don’t notice their absence there, either. So I’m not planning any new tag category functionality. How do you use categories? What do you use them for? Do you allow members to add tags?
  13. Stuart Wright

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

    Good question. I asked ChatGPT and it replied...
  14. Stuart Wright

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

    Stuart Wright updated Tag Essentials - with AI auto tagging and XFRM support with a new update entry: Bug fix Read the rest of this update entry...
  15. Stuart Wright

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

    Yes, but not using AI (yet). It can automatically tag threads from the title match using the batch update process. What it does is look at what existing tags are in the title and adds those. Batch update tags using AI is coming, but can't say when.
Back
Top Bottom