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.
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.
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...
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...
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...
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"...
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...
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.
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.
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.
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...