Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted January 24, 20232 yr Hello, I am just about to upgrade from 4.7.4 to 4.7.6 but I noticed some "new" surprise. What gonna happen after upgrade? Will I be able to enable the "incompatible" modules? As I am sure they are compatible. That has been verified. Will child themes and lang copies will get disabled as well?
January 24, 20232 yr Community Expert Nothing will be removed, but those which state they are incompatible will be disabled, and you will not be able to enable them. The reason for this is they will break your site. Items may be disabled by yourself, should they cause an issue. Its warning you of this
January 24, 20232 yr Community Expert Just a quick note: Minimized Quote has been a default feature at least since version 4.5. You can uninstall that plugin.
January 24, 20232 yr Author 2 minutes ago, teraßyte said: Just a quick note: Minimized Quote has been a default feature at least since version 4.5. You can uninstall that plugin. Thanks for letting me know. I noticed it while searching what changed but couldn't find the native options anyway 😄
January 24, 20232 yr Community Expert You couldn't find any native options because there aren't any. 😅 It's all handled by javascript. If you look at a quote's HTML you'll see this: <div class="ipsQuote_contents ipsClearfix" data-ipstruncate="true" data-ipstruncate-type="hide" data-ipstruncate-size="7 lines" data-ipstruncate-expandtext="Expand" style="" animating="false"> <p> Just a quick note: Minimized Quote has been a default feature at least since version 4.5. You can uninstall that plugin. </p> </div> Note the various inline attributes: <div data-ipstruncate="true" data-ipstruncate-type="hide" data-ipstruncate-size="7 lines" data-ipstruncate-expandtext="Expand">