Recent content by arn

  1. arn

    Xeddit [Paid]

    very interesting!
  2. arn

    Safari 26.2 / MacOS 26.2 (Tahoe) - Download Media Filetype Not Set

    This appears to be a Safari quirk. Works correctly in Chrome on the Mac. If you go to the Media view: And tap on "download" link Safari downloads it as: _community_media_op-p90352625_highres_the-new-bmw-3-series-webp.5403_full as a "Document" filetype. This means you can't view it when...
  3. arn

    Optimized List Queries by Xon

    Found a bug in this addon and Xenforo Media Gallery 2.3.8. A user noticed different people's uploads in their profile's media gallery. I was able to replicate this on my dev site. I found a strange query (attached). Turned off all add-ons. Turned only XFMG back on. Strange query gone. No...
  4. arn

    WikiPost [Paid]

    Great! Thanks, it works!
  5. arn

    Safari iOS 26 scroll stopping abruptly

    so, I used chat to run through lots of testing. Here's what fixed it. Apologies for pasting ChatGPT logs, but I did isolate the issue.
  6. arn

    WikiPost [Paid]

    Ok, I feel like this might just be a stupid oversight on my part. Just upgraded to XF 2.3. Upgraded Wikipost to 1.1.1. People are saying new Wikiposts don't show the edit button. Old ones do. As admin, of course I see the edit button. But I logged in under a test account. Analyzed: How...
  7. arn

    Safari iOS 26 scroll stopping abruptly

    We just upgraded to Xenforo 2.3. One new behavior is that when scrolling in iOS. If you swipe quickly there is a momentum to the scroll. With 2.3, we are seeing the scroll stop abruptly. It’s most noticeable for us in a thread view. But also happens in forum view. I also see it here - only in...
  8. arn

    Safari push notifications coming to macOS and iOS

    Hmm. I wasn’t getting subsequent pushes. (Oh, with an add on)
  9. arn

    Safari push notifications coming to macOS and iOS

    We are testing the PWA thing for pushes from our blog. Curiously, when you visit our Xenforo forums from that PWA, Xenforo does recognize and offer pushes to your iOS device, and sends you the success message via Push. But then... other pushes don't work, and it seems I'll have to wait for...
  10. arn

    XF 2.2 Subscription Upgrades? How to handle jumping tiers

    Let's say you offer a $25/year subscription and a $50/year subscription. Someone who bought the $25/year subscription later wants the $50/year subscription. How is this best handled? It doesn't appear there is an easy way to handle this. Ideally, the user would pay the difference ($25) and...
  11. arn

    Has anyone here integrated an advanced CMS (like Wordpress) with Xenforo?

    Yep, we are using the api where we can. We did it with a custom add on but there is a public add on that seems to do the same thing.
  12. arn

    Feed page

    This is probably the closest but is pricey.
  13. arn

    Has anyone here integrated an advanced CMS (like Wordpress) with Xenforo?

    Our setup is like this https://www.macrumors.com -- Wordpress, sorta. We use the Wordpress backend, but our rendering is custom PHP pulling off the Wordpress database. https://forums.macrumors.com is both our comment section as well as a traditional forum. Article...
  14. arn

    Post Content Find / Replace

    It should go in the regular expression blank. Again, use caution doing this on a live database.
  15. arn

    Post Content Find / Replace

    untested: https://regex101.com/r/zgnURY/1 Search: /\]*?\](.*?)\[\/URL\]/ Replace: \1 I'd test it using this: [URL]https://xenforo.com/community/resources/bs-regex-censor.7452/ before making any database changes.
Back
Top Bottom