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

Posts posted by Runar

  1. 2 hours ago, Chris Anderson said:

    When I enable your plugin the system ignores your customization, as shown below:

    The customization you added to your theme only applies to the login popup:

    image.png.d5c027204e1a5f775880412fb979bc51.png

     

    My plugin works perfectly with any customizations, as seen in the image below, but you have to make them in the right template.

    image.thumb.png.08bf7d77ccc8e5e00ef2ac30514400f4.png

     

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

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

  4. 1 hour ago, Marc Stridgen said:

    Could I just ask you to update to 4.6.10 and test this again first of all. If it does need to be escalated, we would want to ensure you are running the latest release in any case

    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.

  5. 1 hour ago, Marc Stridgen said:

    I can of course take a look at the all activity one. Could you could you give me a link to your own stream you have set up so I can take a look at that also?

    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.

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

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

  8. 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:

    image.thumb.png.d8931db02cddf848d72fe30eeea7102d.png

  9. 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.
×
×
  • Create New...