Jump to content

Nathan Explosion

Clients
  • Posts

    7,053
  • Joined

  • Days Won

    128

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Projects

Release Notes v5

Forums

Events

Store

Gallery

Everything posted by Nathan Explosion

  1. Well, yes...you have to have at least one theme set as your default, and it will be set to those who have access to it via the "Available for" field below it. If someone doesn't have access to that theme, but instead has access to another theme (and that is the only theme they have access to) then they should get that theme. And then, if you want to force a theme to a group right away, overriding what they have chosen...use the option to do so:
  2. The dropdown displays the themes that the user has access to - so edit your themes and change the groups that have access to them. Repeat until the only theme available to the group is the one you want them to use.
  3. Easy to reproduce on here - upload a file and click it to insert into a post, link is missing the key Number field 1.0.0.xml But don't click the uploaded file, and instead allow it to be inserted by the 'Submit' process...link is fine. Number field 1.0.0.xml
  4. Nothing to do with the impending unlucky 13 then? 😉
  5. Install the attached on IPS 4.6.12.1, edit the settings and set both fields to unlimited, and save away - works fine. Do the same on 4.7.0 Beta 1: Number field in 4.7.0 Beta 1 doesn't appear to like the use of the non-numeric value (*) in the 'unlimited' parameter anymore. Is this an intentional change? Number field 1.0.0.xml
  6. Yep - you are shown only those items that are compatible with the version you running.
  7. Contact the developer of the application.
  8. Update: 4.6.13 became 4.7.0, and I can confirm that this resource will now be redundant upon release of that version:
  9. If you are seeing template errors using PHP 8.0.x, and are 100% positive that the theme being used is unmodified from defaults, then you need to look under the surface. A template error on the front-end will have a corresponding entry in the system/error logs in the ACP - so take a look at those. Possible that the content of that log will reveal a 3rd party plugin/application in use, possible that it won't. Post the log data if you don't get anywhere with it.
  10. You don't have to wait for v4.7.0 to be released - you can use PHP 8.0.x now, if you wish, as it's been supported for quite a while now.
  11. This site doesn't use Blogs for its blogs, it uses Pages. 'News' is the name of the page containing the Pages database (using categories) which contains the content.
  12. https://invisioncommunity.com/forums/topic/467153-new-members-cannot-access-community-pages/?do=findComment&comment=2891274 https://invisioncommunity.com/forums/topic/466939-images-in-forum-posts-skewed/?do=findComment&comment=2890395 https://invisioncommunity.com/forums/topic/465824-achievements-adjusting-points-has-no-effect/?do=findComment&comment=2883296 Maybe change the placeholder from "Display Name" to "Display Name or email address", with a description under the field to explain which of either, or both, would be the item required there? As it stands now, people are just doing what they are told, then being advised some time afterwards that the information is incorrect.
  13. The app's settings contain the groups from whom items are hidden - each item that can be hidden based on the viewer's group membership. If you are trying to achieve the item you repeatedly have asked for, this app doesn't currently do it for you. Will it in the future? Maybe/maybe not - this is the last comment I made about it, and it still stands.
  14. Well, if your magic coder ends up unavailable then... Articles - Invision Community — Mozilla Firefox 2022-05-06 12-57-52.mp4
  15. I'm not aware of one (if I was, I would have linked to it) - shouldn't be too difficult to code, either, if it's a per-app basis that you want it on.
  16. Matt - would you like someone to post something dodgy, that will get past other checks, to see the effect?
  17. Your provided information was "I don't need user to create events" Disabling the app or restricting access to the calendar will stop that. It won't hide the 'Create' button though. Here is the answer to your actual requirement - use CSS to hide it. li#cCreate{ display:none; }
×
×
  • Create New...