Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted October 25, 20204 yr Hello, 🙂 When viewing my community on my iPhone (in Safari, not in the app), I only see three buttons : search, create and streams... Is there a way to add PMs and Alerts ? Thank you. 🙂
October 25, 20204 yr If you tap the “menu” button (the three little lines) it has alerts and Pms in there. If you don’t have that then you may want to check the default theme.
October 25, 20204 yr Author 46 minutes ago, Morrigan said: the “menu” button (the three little lines) I don't have these three little lines... I only have a little rectangle which looks like a card (for streams), a + sign (for creating topics, etc.), and a magnifying glass (for search). What am I supposed to search for in the theme ? Thank you. 🙂
October 25, 20204 yr 34 minutes ago, SecondSight said: What am I supposed to search for in the theme ? Check if you have the same issue with the default theme - if you do, and that theme is unchanged, log a ticket. If you don't, then contact your custom theme developer.
October 25, 20204 yr Author I think I've fixed it... I ran the support tool "Something isn't working correctly" and it disabled a few things. I reenabled them one after the other and found that the problem came from the theme, in globalTemplate. After reverting globalTemplate to default, I noticed that it fixed the problem and also that there were differences in the code in a few places in the file, for instance : Before : </footer> {{if !\in_array('ipsLayout_minimal', \IPS\Output::i()->bodyClasses )}}{template="mobileNavigation" if="theme.responsive" app="core" group="global" params=""}{{endif}} {template="guestTermsBar" if="!\IPS\Member::loggedIn()->member_id and \IPS\Settings::i()->guest_terms_bar" app="core" group="global" params="base64_encode( \IPS\Settings::i()->base_url )"} {template="includeJS" if="theme.js_include == 'footer'" app="core" group="global" location="global" params=""} {template="viglink" if="settings.viglink_enabled" app="core" group="global" params=""} {template="metaTagEditor" if="isset( $_SESSION['live_meta_tags'] ) and $_SESSION['live_meta_tags'] and member.isAdmin()" app="core" group="global" params=""} <!--ipsQueryLog--> <!--ipsCachingLog--> After : </footer> {template="mobileNavigation" if="theme.responsive" app="core" group="global" params=""} {template="guestTermsBar" if="!\IPS\Member::loggedIn()->member_id and \IPS\Settings::i()->guest_terms_bar" app="core" group="global" params="base64_encode( \IPS\Settings::i()->base_url )"} {template="includeJS" if="theme.js_include == 'footer'" app="core" group="global" location="global" params=""} {template="viglink" if="settings.viglink_enabled" app="core" group="global" params=""} {template="metaTagEditor" if="isset( $_SESSION['live_meta_tags'] ) and $_SESSION['live_meta_tags'] and member.isAdmin()" app="core" group="global" params=""} {{endif}} <!--ipsQueryLog--> <!--ipsCachingLog--> Does it mean the upgrade was not complete ?... Thank you. 🙂
October 25, 20204 yr No. That means you had a custom theme. So when it upgraded it didn’t overwrite your custom theme and so the new changes weren’t applied.