Jump to content

Runar

Clients
  • Posts

    386
  • Joined

  • Last visited

  • Days Won

    2

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by Runar

  1. Yes, but you’ll have to post the error messages. 😉
  2. The customization you added to your theme only applies to the login popup: My plugin works perfectly with any customizations, as seen in the image below, but you have to make them in the right template. To add the red button to both login templates, find the template file core > front > system > loginForm and replace line 52 with the following: <button class="ipsButton ipsButton_primary ipsButton_small" id="forgetpass" style="background-color: #ff0000 !important;">{lang="forgotten_password"}</button></a>
  3. All of the files listed in your post are related to third-party applications and plugins.
  4. Thank you. Currently rebuilding the search index, but so far it doesn’t seem to make any difference.
  5. I’ve identified the following application as the cause of my issues: This application hooks into \IPS\Dispatcher, which as mentioned by @All Astronauts above is problematic.
  6. Others have reported similar issues when updating to 4.6.10, see this topic for more information and possible solutions: Would you be able to take a look at your PHP error logs?
  7. Thank you for replying! I ended up modifying the default ones with custom colors and icons.
  8. My local installation (where the issue happened) is using PHP 7.4.21.
  9. I thought the issue could be related to Elasticsearch being outdated, but after updating the community to 4.6.10 and Elasticsearch to 7.17.0, I am disappointed to see the issue is still there. Comments made on albums show up in the streams, but not comments made on single images. I can’t see anything in Elasticsearch’s logs indicating something wrong. Should I try rebuilding the search index? Edit: Image comments show up if I set “Show me” to “Content items only”, but they show as I posted the image, not made a comment.
  10. No, the same happened to me as well, though only when attempting to update from the AdminCP:
  11. This happened to me as well, when trying to update directly from my AdminCP. My PHP error logs told me the IPS\Dispatcher class didn’t exist: PHP Fatal error: Uncaught Error: Class 'IPS\Dispatcher' not found in /<path>/init.php:900 I downloaded the update from my client area and uploaded them manually, which solved the issue. I guess something went wrong when downloading the files directly.
  12. I was unable to replicate the issue on my local installation running the same version (4.6.9), so I’ll try upgrading both installations and see if the fixes related to Elasticsearch or streams help.
  13. I haven’t made any custom streams, I only use the default ones. If I make a new stream and choose “Content items, comments, and reviews” under “Show me”, then I don’t see any image comments. However, if I choose “Content items only”, then my own image comments show up. Let me know if you need to visit my AdminCP, as I think your admin user is currently disabled.
  14. Comments made on images in my gallery doesn’t show up in any of the activity streams. Comments I’ve made myself show up in the “My Content” stream, but not in “All Activity”, while comments made by others doesn’t show up at all, unless I already follow the image or gallery. Is this intended behavior or have I forgotten to enable something?
  15. It could also be possible to manually map every club to a custom URL, either using the Customize Friendly URLs section as mentioned by @Randy Calvert or by configuring your web server. The last option is unfortunately not possible on the cloud plans. This way you wouldn’t modify the original friendly URL rules, but create new ones that’ll work in addition to the originals: circle.thestateofbison.com/nameofclub -> circle.thestateofbison.com/clubs/1-name-of-club circle.thestateofbison.com/otherclub-> circle.thestateofbison.com/clubs/2-other-club This is not a good solution if you have lots of clubs, though.
  16. I would say okay enough, as the code after the if statement is correctly highlighted but the second part of the if statement (AND $myNumber) is not.
  17. The reported problem is that this issue happens in the built-in theme editor, not in an external IDE.
  18. This is an issue with the post content. Somehow extra HTML code was inserted into the post content, resulting in the behavior you see in the image. It’s hard to say how it happens and what you can do to prevent it, but in this case all I would do is report the post in question and let the staff take care of it. If it happens regularly on your own community, now that would be another issue.
  19. You should have received an email with the link directly to your AdminCP, but in case you haven’t (or it’s in your spam folder), try: https://<your community>/admin The link to your AdminCP is also available from your community when you’re signed in as an administrator. Look at this image, and notice the second last menu link:
  20. What’s new in version 1.3.0 Version 1.3.0 is now available in the Marketplace, with support for 4.6! The features requested by @Petra Jane and @adik are also added in this version, in addition to a small bugfix. See the changelog below for full details. New features Added dark mode and custom background image to two-factor authentication pages. Added option to show link that goes back to the community below login form. Fixes Fixed issue with custom logo or board name not showing up above login form.
  21. I'm interested in this as well, but @thisisabaddisplayname hasn't been online in a month. Does anyone else offer this service?
  22. This is the support topic for the application Allow File Types by Group.
  23. Wasn't this announced in April as the Achievements system, later released in 4.6?
  24. Ah, I misunderstood your question. Yes, it's also possible to upload an image to replace all forum icons, but to do so you'll have to edit the theme. I'm not 100% sure where you need to make that edit, but I'll check later unless someone else posts the solution.
×
×
  • Create New...