Recent content by mattrogowski

  1. M

    [TH] Donate [Deleted]

    The site just seems to be down at the moment, I can get that looked at tomorrow.
  2. M

    XF 2.3 RM - Do not allow users to delete entries

    It's the permission "update/edit own resources". But if you disable that they wouldn't be able to edit it or upload new versions at all. There isn't a permission specifically to prevent users deleting a version while allowing them to upload them. It doesn't support what you're trying to do.
  3. M

    XF 2.3 RM - Do not allow users to delete entries

    The permission applies to the resource item itself, not each file version uploaded to it. The only permission it checks there is if they can update their own resource.
  4. M

    Advanced cookie consent redirects away from password reset process

    If the advanced cookie consent banner is enabled, if you trigger a password reset and when you click the link in the email it opens in a clean browser session, if you click the button to accept cookies, you get redirected away from the password reset process and back to the homepage. If you...
  5. M

    The text must not translate into the box where you write posts or treads

    This is nothing to do with XenForo, it's the browser doing the translation. I don't think there's anything you can do to prevent it if you've told the browser to translate the page. Try adding the translate="no" attribute on an element around the editor, but as XF isn't doing the translating in...
  6. M

    [TH] Spotify [Deleted]

    The last update was the April 2020 one.
  7. M

    [TH] Spotify [Deleted]

    The addon hasn't been updated in over 5 years so the latest version wouldn't have any compatibility with 2.3. If adding jQuery back didn't fix the jQuery errors then would probably need more information on what is actually wrong to try and suggest anything else. This product is currently part...
  8. M

    [TH] Spotify [Deleted]

    I don't think this addon has been worked on for some time now, but in the thspotify_spotify_macros template, before <xf:js src="themehouse/spotify/spotify.js" min="themehouse/spotify/spotify.min.js" addon="ThemeHouse/Spotify" />, try adding <xf:js src="vendor/jquery/jquery-slim.js"...
  9. M

    [TH] User Criteria Extended [Deleted]

    I checked up on it and it looks like we had some trouble deploying the site so we've not been able to remove the messages - the coupons are no longer valid but the addons can still be purchased. I appreciate it's confusing it shows the notice still, but I don't have a solution for that currently...
  10. M

    [TH] User Criteria Extended [Deleted]

    I thought we had recently removed all of these, I’ll check if there’s a reason it’s still showing.
  11. M

    XF 2.3 Members currently online and DM's

    The triangle icon means they're seeing an error (no permissions) page.
  12. M

    XF 2.3 Consolidating custom user field choice options

    Even with database access you'd probably need an addon anyway as the user values are cached in xf_user_profile so would need to be rebuilt too. Could maybe do it with a search and replace but probably not ideal.
  13. M

    [TH] Connected Account Providers [Deleted]

    We're not offering them for free with coupons any more (there's still some references to them we're working to remove), but they can still be purchased.
  14. M

    XF 2.3 What are the precise php.ini settings required for Xenforo 2.3.6?

    You'd probably need to share the errors as it's unlikely to be anything to do with php.ini configuration. It's more likely to be outdated addons and/or themes.
  15. M

    Blocked users should have read permissions

    Yeah, there's a flag in the user table for if they're banned and that's checked on every page and throws a generic error (as Kirby just pointed out as I was typing lol). So to let them still do something, they'd need to not be banned and just be put in a group with restricted permissions. It's...
Back
Top Bottom