Recent content by leebo

  1. L

    XF 2.3 Automate workflows with webhooks

    In theory yes you could using Make.com. When a user hit's report button it could trigger a web hook to send data. This data can then be passed onto a service such as TextMagic which should be able to send you the text message. I'm sure there are other services (some maybe cheaper) which could...
  2. L

    Better functionality to report and moderate illegal hate speech

    Human moderators are going to be best utilized to make the finial call as they’re able to reason and make calls that fit in with your forums values or goals. That said, tools can help bring questionable content to a humans attention instantly thus making their job easier.
  3. L

    Better functionality to report and moderate illegal hate speech

    While I suspect the EU won't be targeting forums anytime soon, the fact that there's few tools out there to help forums target harmful speech is disheartening. We are rushing into the ago where tools like Google Perspective or OpenAI Moderation are free to use (as long as you're not a huge...
  4. L

    XF 2.3 "About You" Spam method

    We saw this same issue for some time and gave up on Xenforo fixing it. We ask that new users insert certain details inside of profile areas so blocking profile editing wasn't an option for our site. We have found that the signup abuse detection and blocking created by Xon has helped a MASSIVE...
  5. L

    Odd behavior using Custom BB Code

    Tried this again after some tinkering on Xenforo’s demo site but it’s still occurring. I tried using very simple HTML and everything I do pushes the content to the next line. Tried the following if anybody wants to see what’s up, <b>work</b>
  6. L

    XF 2.2 Links being moved to beginning of post.

    https://xenforo.com/community/threads/insert-link-doesnt-respect-cursor-position-anymore-since-xenforo-2-2-13.214548/
  7. L

    Train ChatGPT on my forum DB

    More-so asking the OP…….The reason I ask is many people have training models backwards. Many want to train an OpenAI model from scratch using 100% their data…..and it sounds like this is what the OP is wishing to do, but that’s not how OpenAI has things setup. OpenAI is intending you to use...
  8. L

    Train ChatGPT on my forum DB

    What may I ask is the niche of your forums?
  9. L

    Various Profile fields are not passed through spam checker

    Put us in this category as well, we see almost zero Spam on the forum but a large amount via profiles. Today already we’ve had 10 Spammers out of 35 registrations that entered Spam data into either the website field or the “About Us” fields……and Xenforo’s default spam checker is worthless here...
  10. L

    What benefits you gained from AI

    In the past I’ve created a 2 Siri Shortcuts that would run every day when I go to work. The first runs when my phone connects to CarPlay while one would run when I get to work. Both of these checks several sensors or smart-home items around our house to make sure everything at the house was ok...
  11. L

    What benefits you gained from AI

    This support email discussion was generated via a custom AI model that’s trained on support issues for our App. This user was able to get this answer in roughly 20 minutes while I was away. Now, I won’t lie, I did get lucky with this one as the user wrote asking about a very commonly seen issue...
  12. L

    What benefits you gained from AI

    AI can be incredibly valuable because it helps automate and streamline tasks that would otherwise consume a lot of human time and effort. On our forum, for instance, I rely on AI to handle routine inquiries and support tasks, freeing me up to focus on more complex issues and engage in genuine...
  13. L

    What benefits you gained from AI

    Over the last year I’ve dove into the topic and have really seen multiple uses for the technology. Currently on our site we use AI to create entire newsletters from start to finish. We’ve developed a workflow on Make.com that allows us to simply input three URL’s into an Excel file and AI...
  14. L

    Registering twice ...

    Is disabling this an option? We haven’t required email verification for some time now. If it is required in your eyes, rather than a custom plugin I’d fix what’s broke with your email.
  15. L

    XF 2.2 Xenforo Login Issues

    We are using a custom php script to authenticate users and return a username, email, and id. Our script is called from another backend web service and is rather simple. It calls a HTTPS POST on the page, passing in a username and password via a Form URL Encoded body. This script has worked well...
Back
Top Bottom