Jump to content

Featured Replies

Posted

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

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. 

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

  • Author

Here is a screenshot showing what I have :

edp-iphone_screen.png.b9fe6425886e851e8c7adfe675f654f5.png

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.

  • Author

I think I've fixed it...

edp-iphone_screen-fixed.jpg.0febd9bb1ea01db80d1fb52c0936f12a.jpg

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

 

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. 

  • Author

Ok. Thank you. 🙂

Recently Browsing 0

  • No registered users viewing this page.