Recent content by S Thomas

  1. S

    XF 2.1 Welcome to XenForo 2.1 / Assorted improvements

    Took a while to realize that XF is asking for push permissions - and not for cookies. I would suggest a sidebar or a box in a corner or maybe another color or an icon, whatever. It's kinda in the same position as the cookie notice.
  2. S

    XF 2.1 Approval queue improvements, Admin options UI tweaks, Guest page caching and more!

    Thanks for the answer, Chris. Honestly, I wasn't referring to that number, but to the suggestion itself. It's actually more like that we put first posts from new users into approval queue. Usually they are all fine after using the spam cleaner to cleanup the spam. But that's a manual task, so it...
  3. S

    Block spam per language

    I'm not 100% sure but I think I might have seen an addon around here which blocks spam according to the characters used, e.g. Chinese characters. Anyone knows what I'm refering to?
  4. S

    Add-on Email Validation Checker (high affiliate commissions for developers)

    Could you please explain how our why the affiliate program would work with a xF addon? As far as I can see, they pay out for sales generated from accounts which you have refd (pretty standard for affiliate). That would mean we would need to verify that someone has joined through our affiliate...
  5. S

    XF 1.5 Disable error logging

    You could try XenForo_Application::disablePhpErrorHandler(); This would disable all of the xf error logging I guess.
  6. S

    XF 2.1 Unfurling URLs, Emoji enhancements and video uploads

    Wouldn't that be awesome for reactions aswell? Like Discord has. Apart from that great work. Looks amazing.
  7. S

    XF 2.0 Is there a developer guide I can point to for Payment Service Providers?

    I guess the answer you would get is as usual - the XF code is the best documentation available currently™. Although there are some addons currently implementing payment services. They could be used as an example aswell.
  8. S

    Dedicated IPv6 addresses for multiple nginx vhosts using SSL?

    If I've understood you correctly, you are just assigning IPs to server blocks. In other words, you have created your own shared hosting environment, they are all sharing the same resources. (D)DoSing any of the IPs would have a negative impact on all sites in that case. It helps with the...
  9. S

    Is it addon or add-on?

    I'd say it's add-On, capital O yes. You might even think about using On-add instead because that seems more natural.
  10. S

    XF 2.1 Reactions 👍 😍 🤣 😲 🙁 😡

    Let's calm down I would say. I do agree with @Mike Creuzer that it does feel like a backstab to see stuff implemented which someone's working on or has established for a while. Esp. because the Suggestions forum has barely any public comments from you like "we are working on it". Calling an...
  11. S

    How do you stay up-to-date on vulnerabilities, monitoring, etc.

    You have pretty much a wrong definition of "managed" - or I just never experienced what you expect from "managed". Never seen a host who would take the responsibility for my custom code. I hope not, because it would be stupid and in a lot of cases, if not even in most cases, a breaking change...
  12. S

    XF 2.0 how to get external image ?

    Don't think that's possible within a template, would need some code changes. However, you could wrap your template in a container and target the first image with first of type https://www.w3.org/TR/selectors-3/#first-of-type-pseudo
  13. S

    EasyApache 4 and PHP 7 - compatible?

    Upon upgrading you will need to activate the PHP extensions for PHP7 again which XF needs. Most likely mysqlnd, mb_string, curl and stuff like that. Other than that it should work, depending on which version of XF1.5 you are using.
  14. S

    UI.X 2

    Not sure if it has been reported or what's the cause, but it seems like collapsing nodes creates a blank scrollable area underneath the footer. Also, collapsing nodes does not work in Firefox 62 on some machines (Win 10, Mac something, Android 7), but seems to do its work on others (e.g. Win...
Top Bottom