Recent content by Wutime

  1. Wutime

    Mollie Payments [Paid]

    5. Testing payments (not required but recommended) I recommend running some tests by putting the following in config.php If you have questions regarding the "testing" interface with Mollie I recommend reviewing their documentation directly. But yeah, otherwise, you should be ready to go.
  2. Wutime

    Mollie Payments [Paid]

    4. Webhook secrets If you forgot to capture your webhook secret you can generate a new secret with Mollie and update the payment profile in xenforo.
  3. Wutime

    Mollie Payments [Paid]

    3. Listen for the correct events You only setup one endpoint and one webhook for your domain/forum. The only events to listen on the mollie add-on with xenforo are the following events: payment.paid payment.failed payment.canceled payment.expired payment.pending payment.authorized payment.updated
  4. Wutime

    Mollie Payments [Paid]

    2. Testing Webhook is properly configured You only need to add the webhook endpoint on the mollie website. When the mollie add-on is installed, the endpoint will be automatically created at: yourdomain.com/.../payment_callback.php?_xfProvider=wu_mollie There's a "test webhook" feature with...
  5. Wutime

    Mollie Payments [Paid]

    1. Getting developer and API keys When logged in with mollie.com the top navigation go to: Browse > Developers
  6. Wutime

    Mollie Payments [Paid]

    I had a client write the following and wanted to share the response and some installation tips for anyone else setting up Mollie:
  7. Wutime

    Content Blur Pro - Boost Registrations and Upgrades [Paid]

    Read the post above, it should have no effect on SEO with the right settings.
  8. Wutime

    Content Blur Pro - Boost Registrations and Upgrades [Paid]

    Few things to unpack here, but for the first, you should absolutely ensure you have the cloak option enabled: Also, you should NOT have the obfuscate text option for guests without having cloak enabled (the latest versions will give you a warning/error message under this scenario). As for...
  9. Wutime

    Limited Guest Viewing Pro - Boost Registrations [Paid]

    You can do this yourself, please refer to: https://xenforo.com/community/resources/limited-guest-viewing-pro-boost-registrations.7170/updates (v2.0.0 update post), I think the screenshots are self explanatory. Let me know how it goes.
  10. Wutime

    Content Blur Pro - Boost Registrations and Upgrades [Paid]

    You set the number of posts to be visible globally per user group. So it's not "how many are blurred", it's how many are "unblurred" (XenForo permission semantics).
  11. Wutime

    Content Blur Pro - Boost Registrations and Upgrades [Paid]

    No, just for articles. Not sure it'd be very applicable for most posts.
  12. Wutime

    Content Blur Pro - Boost Registrations and Upgrades [Paid]

    I don't think so. I vaguely remember trying to sort out AMS without much luck.
  13. Wutime

    Content Blur Pro - Boost Registrations and Upgrades [Paid]

    I want to be helpful, but I've been saying since last year (November 2024):
  14. Wutime

    [DBTech] Payment UI

    Fair enough; I guess I didn't realize that adding a payment form add-on would gimp everything else that touches the payment buttons.
  15. Wutime

    [DBTech] Payment UI

    You can't just nuke a bunch of code that other template modifications and other add-on developers may require. Obviously you can and did, but should you?
Back
Top Bottom