Recent content by SFFNetwork

  1. SFFNetwork

    XF 2.2 Forward previous forum/thread URL to new after updating URL portion of a forum

    @Brogan Trying to avoid editing the .htaccess actually, but should have thought to use a route filter! Just to remind myself how to use this... If I have website.com/forum/category/oldcategory/... and I want to update to website.com/forum/category/newcategory/... should it look something like...
  2. SFFNetwork

    XF 2.2 Forward previous forum/thread URL to new after updating URL portion of a forum

    XenForo wisely lets the admin know that if the URL portion of a forum is changed, links to that forum or the threads contained within it will break. But is there an easy way to make this change and then forward URLs using the old name, to the new one?
  3. SFFNetwork

    Ads Manager 2 by Siropu [Paid]

    For what it's worth, I had a very similar error appear after my own PHP upgrade, albeit with a different add-on. Turns out that in more recent PHP versions the language is stricter with this warning such that it started to actually appear in error logs. But it was occurring pre-upgrade, meaning...
  4. SFFNetwork

    XF 2.1 Use custom field values to control CSS color properties in a style?

    @Brogan It's not very many lines of code (it's just a couple CSS statements essentially), but I will indeed put that within a custom template just to keep things clean. I have zero experience with add-on development, so probably won't go through the hassle there, though I can appreciate the...
  5. SFFNetwork

    XF 2.1 Use custom field values to control CSS color properties in a style?

    For posterity: I was able to solve for this by putting a <style> tag in the PAGE_CONTAINER template, and then insert the custom field within the CSS inside the tag: <style> .relevantClass { background-color: {$xf.visitor.Profile.custom_fields.custom_value}; } </style> Helpfully...
  6. SFFNetwork

    What caching configurations do you all use?

    If you don't mind humoring my ignorance - what is the benefit of using these add-ons with Redis versus XF's stock connector?
  7. SFFNetwork

    What caching configurations do you all use?

    Should have mentioned - we're on 7.4.3
  8. SFFNetwork

    What caching configurations do you all use?

    Indeed - if anything I'm a bit more lost given the relative complexity of some of these answers haha Perhaps folks can share some recommendations. The forum I'm looking to implement caching for has roughly 250k posts and serves ~1M pages each month (to me that's not very much content but a...
  9. SFFNetwork

    XF2 [8WR] Discord Integration [Paid]

    WidgetBot.io is just the web-based Discord client you can optionally use, it shouldn't impact role syncing. Have you gotten it to work before but find it fails now, or are you setting it up for the first time? - On an unrelated note, I have a feature suggestion! May be out of scope for this...
  10. SFFNetwork

    Lack of interest Update bounced email processing to correctly interpret certain Amazon SES/SNS messages

    I recently migrated a forum from Mailgun to AWS SES for emails, and noticed that for bounce emails in which Amazon is reporting the status as 'inbox full' or 'suppressed email', XenForo doesn't interpret these as bounces but as 'Unknown' emails that are promptly discarded. I suspect that for any...
  11. SFFNetwork

    [TH] Covers [Deleted]

    Bummer :( In my experience that usually means that something went wrong during installation. Have you tried uninstalling and re-installing yet?
  12. SFFNetwork

    [TH] Covers [Deleted]

    Thanks so much for sharing your experience. Sounds like there aren't any egregious/show-stopping issues, but a lot of rough edges still.
  13. SFFNetwork

    [TH] Covers [Deleted]

    I'm curious - has anyone updated from XF 2.1 > 2.2 and upgraded the Covers add-on, successfully? Obviously folks will tend to post when they have problems rather than when things are working fine, but it would be nice to have some confirmation of successes in the wild ahead of us attempting the...
  14. SFFNetwork

    XF2 [8WR] Discord Integration [Paid]

    Aha! We did, but I disabled/re-enabled it on Discord, and disabled/re-enabled the online count on XenForo, and now it appears to be working perfectly. Not sure why it broke, but happy to have it functioning again.
  15. SFFNetwork

    Ads Manager 2 by Siropu [Paid]

    @Siropu We followed your suggestion and simply wiped the table, and configured a primary key. We've been ok for about a week but just got this error: I take it this is probably a bug?
Top Bottom