Jump to content

Daniel F

Invision Community Team
  • Joined

Everything posted by Daniel F

  1. Prefix: <span class="admingroup"> Suffix: </span> custom.css: .admingroup { font-size: 16px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  2. I would suggest to add a unique classname here and then use css to properly format it! There should really be no need for more than 250 characters here. Based on the talk here I've created an internal suggestion to add the public group ids as classname to the name automatically, then one can use only css to format the names.
  3. Do you see any logged errors in the ACP System Log?
  4. In the client area. https://invisioncommunity.com/clientarea/
  5. Just noticed it few minutes ago;) Please make sure we have the admin login credentials for the other community on file, so that I can review everything in your ACP 🙂 Thanks
  6. Are you sure that you upgraded? The community associated with this topic is still on .18 Edit: OK It seems you associated the wrong community here. Looking at the other one now.
  7. It's possible with the "Post Approval" feature, but a moderator would have to enable it in each topic.
  8. I've run into this too few times in the last weeks and have finally found the reason So, @Matt created a fancy tool to insert all the traits as @mixins into the Model class, The weird side effect in phpStorm is, that it expects now the abstract method from DelayedCount too. And when you use phpStorms "Add Method Stubs/fix it" feature, it will also add these methods / show all the not implemented abstract methods from the used mixins and at least I just selected them all, because why not.. I expected they were required in my class So to avoid this, we have just to be more careful with using all the automatically suggested methods by phpStorm.
  9. You can get the full list by clicking on it
  10. Can you send me a PM with a screenshot of the issue?
  11. Nah, if it's a local dev environment, DEV_DISABLE_ACP_SESSION_TIMEOUT is the new ACP_SESSION_TIMEOUT👀
  12. The documentation is generated automatically based on the existing code, so just look at your ACP => System => API - REST API References page
  13. There were no real REST or GraphQL changes in IC5.0 The only change is that there's a new endpoint GET /core/content which returns the content by it's class and id.
  14. I have created a ticket so that our staff can take care of this.
  15. https://www.ic-essentials.com/forums/topic/97-status-posts/
  16. Can you create a screenshot while using the english language?
  17. I can't reproduce this
  18. What's the reason for not using plain HTML to add your JS code to the code? There's no need for php ?! or is it some dynamic JS code which also requires php variables?
  19. What was the issue? Were files missing?
  20. only _list_format_ remove the "the" 😄
  21. Ah sorry, it's the _list_format_ string.
  22. Depending on the mode ( like or reaction), the and comes from the react_blurb_others_secondary or like_blurb_others_secondary string
  23. Marc mentioned that it is switching automatically to a forum with solved mode on;) So yes, it's converted during the upgrade.