Recent content by arn

  1. arn

    Safari push notifications coming to macOS and iOS

    Hmm. I wasn’t getting subsequent pushes. (Oh, with an add on)
  2. 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...
  3. 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...
  4. 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.
  5. arn

    Feed page

    This is probably the closest but is pricey.
  6. 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...
  7. arn

    Post Content Find / Replace

    It should go in the regular expression blank. Again, use caution doing this on a live database.
  8. 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.
  9. arn

    Lack of interest Personalized content based on user preferences

    This can sorta be done, but not very smoothly. If you use the Watched functionality, you could set up a Watched filter in What's New. But this would also need an onboarding where watched forums could be selected.
  10. arn

    Robots and noindex of Xenforo Media Gallery pages?

    That will prevent Google from crawling it, but not necessarily the same as no-index'ing it. Looking at what I did, I added this: <xf:head option="robots"><meta name="robots" content="noindex, nofollow" /></xf:head> to xfmg_category_view xfmg_media_index xfmg_media_user_index...
  11. arn

    Could XF function as an exact clone of Reddit?

    Not sure I see much advantage of that. We are doing some light XF integration, but making it fully Xenforo would be a large undertaking and without much positives I could see.
  12. arn

    Could XF function as an exact clone of Reddit?

    Would love to see it when it's public. I forgot about this thread. I still find it interesting how to present Xenforo / traditional forums in a better way. Since I posted last here, I embraced a trending add-on to highlight threads on our front page. It's not perfect, but it provides casual...
  13. arn

    XF 1.5 Which database tables need to be altered to manually add/remove user from usergroup?

    Maybe use the API? https://xenforo.com/community/pages/api-endpoints/#route_post_users_id_
  14. arn

    Xenforo, Cloudflare, and Rocket Loader

    Nah. I gave up on it. never did turn it on for forums.
  15. arn

    Mail Sending Limits - What are large sites doing?

    We use Sendgrid.com but it's not especially cheap. 200k emails in the last 30 days. In general, email deliverability is a nightmare and I'm happy not to have to deal with it too much, and outsourcing it helps with my sanity.
Top Bottom