Recent content by Feanor

  1. F

    XF 2.2 Extension hints not working when attempting to debug

    Thanks, that worked. After launch.json was created, I changed the port number there based on the xdebug details listed by phpinfo(). It started working without the browser extension.
  2. F

    XF 2.2 Extension hints not working when attempting to debug

    I'm using Visual Studio Code with the PHP Intelephense and PHP Debug (xdebug) extensions. extension_hint.php seems to be working fine while coding. No errors. However, when attempting to debug, I get this error: PHP Fatal error: Uncaught Error: Class "[addon id]\Pub\Controller\XFCP_Thread"...
  3. F

    XF 2.2 Can an add-on be uninstalled without deleting its data?

    Understood. So this is written into the add-on's code and not coming from XF itself.
  4. F

    XF 2.2 Can an add-on be uninstalled without deleting its data?

    Let's say I want to uninstall an add-on but leave its added tables, columns, etc. sitting in the database in case I install it again in the future. Is that possible?
  5. F

    XF 2.3 Automate workflows with webhooks

    What are some examples of features you all will create with the help of XF webhooks? (Other than the Discord example already mentioned.)
  6. F

    XF 2.2 Will xenForo cookie consent notice be on Google's list of certified CMPs?

    Correct me if I'm wrong, but Google appears to now have an option to do this for you: "If I don't create a GDPR message by January 16, 2024, please publish my GDPR message for me."
  7. F

    XF 2.3 Image optimization, enhanced image resizing, and more!

    Another addition that could help save space and even optimize loading times is to have the image uploader check to see if the image has already been uploaded before. Then it could use the existing data instead of saving it as a duplicate image. I recently calculated that something like this...
  8. F

    XF 2.2 Is there a way to enable push notifications but not have it automatically annoy everyone?

    Thanks, but I'm looking for a site-wide option to disable this. A user-level setting would still annoy the user at least once as soon as I turn it on. Also, I'd rather not install a whole add-on for this. It's odd it's even a thing. No other setting pops up and asks the users to enable it.
  9. F

    XF 2.2 Is there a way to enable push notifications but not have it automatically annoy everyone?

    I like the idea of allowing users to opt-in to the push notifications, but the automatic pop-up asking for permissions as soon as it's enabled is annoying. Can that be removed? Am I missing something? Ideally, the user would be able to decide on their own and enable it in preferences without...
  10. F

    XF 2.2 “Last seen” on user profiles no longer working with most pages

    “Last seen” on user profiles and profile cards is no longer working except on some pages. Threads, nodes, and the forum index don’t show up, for example. However, some random pages like viewing other user profiles, latest content, and some pages from add-ons still work. I recently updated to...
  11. F

    XF 2.2 Is there a way to stop repeated/redundant attachment data? (taking up a lot of space)

    I'm trying to find ways to free up space on my server and I first looked at the internal_data folder since it's so large. I noticed some attachments were repeated: same file_hash, so I downloaded the files and confirmed they are in fact exactly the same image. Sometimes users post the same...
  12. F

    Fixed Incredibly poor performance for Latest Activity feed for MariaDb 10.4+

    Did this end up being fixed? Ever since I updated MariaDB, this query has been randomly crashing my server by filling /tmp with a 3.5+ GB temporary table file. It doesn't happen all the time, but once in a while, and I finally realized it was caused by this latest activity query. I have now...
  13. F

    XF 2.3 A first look at XenForo 2.3

    I can already see many potential features that could be built into a style if variations are expanded to use more than two and to different types of style properties! For example, even a plain decimal variable could be used with multiple CSS properties such as opacity or filter. Some questions...
  14. F

    Spammers posting through existing accounts with no need to login?

    Banning the IP is just a temporary bandaid. If these logins and passwords have been compromised, it may be helpful to allow the spammer to do their thing so you know which accounts need to be to reset.
  15. F

    Spammers posting through existing accounts with no need to login?

    Yes, so far all of the accounts being targeted on my forum were registered in or before 2020.
Top Bottom