Recent content by thunderclap82

  1. T

    User Essentials [Paid]

    Our forum has a work in progress section that people will update their original post weeks or months later, so the time limit isn't help in this situation.
  2. T

    User Essentials [Paid]

    We have a particular user who likes to make questionable posts and then edit those posts later when he gets called out. Will this add-on put his edited posts into queue for admin/mod approval?
  3. T

    XF 2.3 Cannot manipulate data when the session is not started

    I been getting quite a few of these errors and I'm not sure why. Hopefully someone can guide me as how to fix it. Thanks. Ex. 1 LogicException: Cannot manipulate data when the session is not started src/XF/Session/Session.php:116 Generated by: user Jan 24, 2025 at 11:26 AM Stack trace #0...
  4. T

    Donations by Siropu [Paid]

    So I got it working but it's only confirmed donations. Is it possible with your next update to have Unconfirmed reported as an option? It would help remind us to check PayPal for donations. Thanks.
  5. T

    Donations by Siropu [Paid]

    Hmm... well then it doesn't seem to be working for me, unless you need the PayPal business account with API enabled.
  6. T

    Donations by Siropu [Paid]

    I know that, what I'm trying to understand is how you're using "user id". For example, should it be "1", "admin", or "admin.1"?
  7. T

    Donations by Siropu [Paid]

    Are you talking the user name or their ID number? I've tried ID number, I suppose I can try name.
  8. T

    Donations by Siropu [Paid]

    Since we aren't using a PayPal business account we don't have access to the API so donors aren't automatically being promoted. That's fine, however we have it configured that donations are supposed to be added to a thread so we're alerted and can check PayPal. That's not happening. The users are...
  9. T

    Add-on Wordpress Widget to Xenforo Widget

    Doing a Google search it looks like ThemeHouse had an add-on that would share widgets between WordPress and Xenforo called XLink but it's no longer available. Are there any other add-ons available that can share a WP widget to Xenforo widget and vice versa?
  10. T

    More Sharing Services

    Weird. It's not showing up on our site and we're running the latest 2.3 version.
  11. T

    More Sharing Services

    +1 for Bluesky. Considering Xenforo now has an official presence there, and it's gaining traction, I'd like to see this one especially added. Thanks.
  12. T

    MG 2.3 Is Media Gallery worth buying?

    Where is this option? I'm not seeing it in the settings anywhere.
  13. T

    Using DigitalOcean Spaces or Amazon S3 for file storage

    Well okay, that fixed that. So the PHP: referenced in the guide isn't needed for each section, just the first?
  14. T

    Using DigitalOcean Spaces or Amazon S3 for file storage

    Here is the full code in config. <?php $config['db']['host'] = 'localhost'; $config['db']['port'] = 'XXX'; $config['db']['username'] = 'XXX'; $config['db']['password'] = 'XXX'; $config['db']['dbname'] = 'XXX'; $config['fullUnicode'] = true; $config['enableAddOnArchiveInstaller'] = true...
  15. T

    Using DigitalOcean Spaces or Amazon S3 for file storage

    The only thing on line 31 is PHP:
Back
Top Bottom