Recent content by Edman

  1. E

    XF 2.2 Paypal Checkout

    Last week I received a phone call from a PayPal representative explaining that they were sunsetting their WPS in favor of PayPal Checkout. They are now contacting holdout sellers asking them to switch. Is Xenforo going to implement Paypal Checkout? Are there add-ons that I can use to make...
  2. E

    [SC] Twitter Widget

    Yes, I can't see the feed on mine either :(
  3. E

    XF 2.0 Unknown user ruined my upgrades

    I just had this same problem. It turns out in the end, there were a total of 15 deleted people with an active subscription. How or why, I don't know. The query to identify these accounts was SELECT a.*, b.user_id FROM `xf_user_upgrade_active` AS a LEFT JOIN xf_user AS b ON a.user_id =...
  4. E

    Argument 3 passed to XF\Service\User\Downgrade::__construct() must be an instance of XF\Entity\User, null given

    I keep getting the following error every hour, 50 minutes past the hour. Must be some kind of a cronjob? TypeError: Argument 3 passed to XF\Service\User\Downgrade::__construct() must be an instance of XF\Entity\User, null given, called in /home/xxxxxx/public_html/forums/src/XF/Container.php on...
  5. E

    XF 2.2 Adding a user upgrade with code

    I have Xenforo integrated with my site, and I need to add user upgrades from my site's admin CP. I know how to find a user, and I know how to find an upgrade $user = \XF::em()->find('XF:User', $userid); $upgrade = \XF::em()->find('XF:UserUpgrade', 2); But how do you add the upgrade to the...
  6. E

    Cancel button on a Stripe subscription

    Yeah, they try to play it off as a feature, but its clearly a bug. It offers you to cancel the subscription when its already cancelled - that's a bug. I've had several people email me about their subscription after its been cancelled, and I've had to manually go into Stripe to check it and...
  7. E

    XF 2.2 Forum Home thread and message count for private forums

    I want to show the thread and message count for private forums on forum home page. That way our guests/members would see how active private forums are without seeing any content in them. I don't want them to see thread titles or anything. Is there any way of doing this, or possibly some add-on...
  8. E

    Xenforo user upgrades and EU VAT MOSS / USA sales tax

    My overturn is under €100,000 so I require only 1 proof of residence. And my accountant said, even if it goes over €100k, it does not appear that the revenue service realistically has the capacity to check these type of things, and even if they did, what exactly would they do. You can always...
  9. E

    Editor & BB Code Manager

    So I recently upgraded to 2.2, but I really need parsehtml for my main site integration with Xenforo. Couldn't figure out another way to do parsehtml, so I really needed to get this add on to work. I upgraded the forum, deleted the old add on and I installed the latest beta (not just upgraded)...
  10. E

    XF 2.1 Removing PayPal payment profile

    Yep, it did work as inteded
  11. E

    XF 2.1 Stripe and statement descriptor

    I accept payments via Stripe on my Xenforo forum. It appears that Xenforo passes some kind of a weird statement description (a truncated forum name?) that overrides the statement descriptor I have set on my Stripe account. Is there any way to change it?
  12. E

    Xenforo user upgrades and EU VAT MOSS / USA sales tax

    Ah, I see it now. But I discovered something other than that - even without address required enabled, if you look at the payment details in Xenforo database, in xf_payment_provider_log under log_details for each payment for Paypal, there is a "residence_country" field populated by Paypal...
  13. E

    Xenforo user upgrades and EU VAT MOSS / USA sales tax

    So... looking at the multitude and spectrum of replies here, does everyone just completely ignore these problems and hope they're small enough to fly under the radar? Or is everyone using a different shopping cart system that updates users on forums?
  14. E

    XF 2.1 Allowing registrations from email domain whitelist

    Nope! Spammers went right through that. But the spam relented after a few months, and we're now getting 10-15 spam threads a month.
Top Bottom