Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
November 1, 2024Nov 1 Here is a suggestion I already made (will re-post it here) - https://preview.invisionalpha5.com/topic/232-mobile-menu-tabs-configuration
November 5, 2024Nov 5 Author What do you need to change? To change the fixed tabs. For example, I want to add a custom page there. The same issue raised by @WebCMS in the above post.
November 5, 2024Nov 5 Community Expert Management It's not possible for v5.0 but it's a common request that we'll likely add to our roadmap.
November 5, 2024Nov 5 About the footer menu on desktop. We can find theses links : privacy, contact, ... Is there a way to add a link ?
November 6, 2024Nov 6 About the footer menu on desktop. We can find theses links : privacy, contact, ... Is there a way to add a link ? You can create a template from Appearance > Themes > Theme Designer: Templates > Hook Select dropdown values -> System, front/global/footer, themes, after closing tag -> and add links (<li> for consistency but can be just <a> elements too) in the Content box, like so: <li><a href="/help/">Help</a></li> <li><a href="/terms/">Terms</a></li> The above will add the links after the Themes dropdown in the footer (no way to precisely position the links in the footer as there are only 4 fixed positions for the target -> before/after opening tag and before/after closing tag). These hooks will not get overwritten when we apply an update (unlike the template files in v4). However, I haven't found a way to remove/hide existing links like Cookies in the footer (maybe use nth-child CSS and JS). Also could not find parent-child hierarchy of themes (like it exists in v4) so we could create a parent CSS that gets shared across child themes. Please implement this in v5. Existing essential features in v4 cannot be taken away in v5. That would be a bummer. Edited November 6, 2024Nov 6 by WebCMS
November 6, 2024Nov 6 Thanks a lot for your message @WebCMS , I was not aware of this way to edit template. Nice. On my side, I can not find the file you speak about (front/global/footer)
November 6, 2024Nov 6 Thanks a lot for your message @WebCMS , I was not aware of this way to edit template. Nice. On my side, I can not find the file you speak about (front/global/footer) When you select Hook Application dropdown > System, it is 4th item in the System dropdown -
November 6, 2024Nov 6 Strange. This is all my list : You may be using self-hosted and not up-to-date? In my Dashboard on IC Cloud, it says "Invision Community v5.0.0 Beta 3" Edited November 6, 2024Nov 6 by WebCMS
November 6, 2024Nov 6 Ah yes, I'm self hosted. Is it a bug @Marc ? It may be due to an old version you are using
November 6, 2024Nov 6 Ah yes, I'm self hosted. Is it a bug @Marc ? If you feel something isnt working, please post in the bug tracker
November 6, 2024Nov 6 Custom template does not work, I reported this on this version. You need wait the next version with the problem has resolved !