Jump to content

Sonya*

Clients
  • Posts

    3,848
  • Joined

  • Days Won

    31

 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 Sonya*

  1. Yes, it is most likely an IPS bug. I see in the source code that they set the field to NULL if not filled. The database does not accept NULL values though.

            if( isset( $values['action_staff'] ) )
            {
                $values['action_staff'] = $values['action_staff'] ? \IPS\Member::load( $values['action_staff'] ) : NULL;
            }

     

  2. Follow up: in the meantime on every IPS project I see a warning in Google Search Console:

    Could contain: Text, Page

    This is resolved after adding this CSS in custom.css

    /**
     * Font size for mobile */
    @media screen and (max-width: 767px){
    .ipsType_normal {
        font-size: 16px;
    }
    .ipsDataItem_title {
        font-size: 16px;
    }
    .ipsType_medium {
        font-size: 16px;
    }
    .ipsStreamItem_title {
        font-size: 18px;
    }
    .ipsStreamItem_titleSmall {
        font-size: 16px;
    }
    .cWidgetPrice {
        font-size: 11px;
    }
    }

    Probably, you have to change font-size in mobile templates generally to avoid this for ALL customers. And yes, I know, it is a suggestion and I have to post it into feature suggestions... For me, getting errors in Mobile Usability (GSC) check is a bug in IPS default theme, that should be resolved regardless any suggestions made. 🧐

  3. On 5/26/2022 at 3:03 PM, Andy Millne said:

    You would need to adjust the records manually for already created entries.

    I am still looking for a possibility to adjust records manually. At the moment I do not have control over generated topics, even as an admin. 

    • There is no edit button for those topics
    • Custom changes to templates are ignored while rebuilding
    • SQL toolbox will be removed, so no way to change it even via SQL

    How do I suppose to adjust the records manually? How would I do it in the IPS cloud? 

  4. I have multiple issues with RSS feed import on different sites. Generally, Title Prefix is ignored:

    Could contain: Text, Page, Word

    Additionally, on invisionify.com I only see the image imported from IPS news. No title, no content. The items are imported multiple times:

    Could contain: Person, Human, File, Text

    You can see the issue while logging in as admin, as the items are hidden (not public).

  5. 29 minutes ago, Nathan Explosion said:

    Here's a plugin that removes the need for the template edit.

     

     

     

    (NE) Start New Topic - specific forum 1.0.0.xml 3.48 kB · 0 downloads

    This should be default in my eyes. Especially if we have a list of categories and forums where user does not have a permission of post. Sometimes there is only one forum, that they are allowed to "choose" from. 🙄

  6. Probably there is a solution of how to allow the installation of SQL toolbox and protect from mass usage at the same time? When I log in into Marketplace, I use my account and see the files that are available for my account. This is Independent of the project or domain and is tight to my user.

    When you create a "hidden" Marketplace category containing SQL toolbox/Adminer and give the permission only for contributors, then no "simple, normal" (you know 😉 ) user would be able to install it. The contributor can log in into Marketplace from customers' AdminCP and install it though.

    Then after investigating, purging, or whatever, the contributor deletes the app from the customer's installation. You can also add a big fat warning message in AdminCP with scary words that there is an app that can damage everything and the user should uninstall it immediately. Just in case, the developer forgets to delete it. 😉 

    This would protect the usage of the SQL toolbox or Adminer by the inexperienced user. But at the same time, allows a developer to debug.

  7. 11 hours ago, kreosam said:

    We have a problem caused by this extension.

    The problem is most noticeable and is related to registration. When this app is enable, we can see permanent reloading page after trying of registration. So, people can't finish registration, so, we lost many registration from last month since this extention was enabled.

    Testing and disabling app-by-app and plugin-by-plugin we've found the reason of this problem in this extention.

    We need feedback to fix this problem.

    I can confirm the behavior with endless redirection.

     

  8. Just FYI: I have opened this old archived topic in my browser https://invisioncommunity.com/forums/topic/292909-ipboard-3-is-crashing-using-ie-8/#comment-1855706 Suddenly I get a notification that a new answer has been added to this topic. After refresh I see the "answer":

    Could contain: Text, Page, File, Webpage

    After another refresh the answer disappear, but after a while a get another notification that a new reply is added. It is the same. 

     

×
×
  • Create New...