Current status of the Ning Platform is always available on the Ning Status Blog.

I've set the "my page" settings so that only members can view it. Can I set the navigation tab the same way? It'd be cool and make the site cleaner if the tab wasn't there unless you were logged in and a member of the site... once logged in...there it is!  thanks

You need to be a member of Ning Creators Social Network to add comments!

Join Ning Creators Social Network

Votes: 0
Email me when people reply –

Replies

  • Hi there!

    The navigation tab for none logged in members could be hidden with the code.

    First of all place this code in the Custome code section, End of page field:

    <script>
    if (ning.CurrentProfile!=null) {
    x$('nav.header-nav.navbar').attr('style','display:block;');}
    else{x$('nav.header-nav.navbar').remove();}
    </script>

    Then place the following line in the Design Studion's Custom CSS section:

    nav.header-nav.navbar {display:none;}

    And voila the navigation of your network would be hidden for guests.

    Hope that it's something you have been looking for.

    Best regards,

    Ning Team.

     

    • thanks! Will this hide the whole navigation bar or just the "my page" tab? I was hoping to just hide the "my page" but leave the others for navigation...is this possible?

      • Hi there!

        The code from above would hide the whole navigation menu. If you wish to hide only "My profile" for none logged in members just put the following code to the Custome code section into End of page field:

        <script>

        if (ning.CurrentProfile===null) {
        x$('nav.header-nav.navbar a[href*="/main/authorization/signIn?target=%2Fmy%2Fprofile"]').parent().remove();}

        </script>

        Best regards,

        Ning Team.

        • great! thanks!

This reply was deleted.
 

Some interesting articles related to community management, digital marketing etc. could be found in our digest. Don't hesitate to leave a feedback so we would know that we should continue :-)

Latest Activity

Tony A updated their profile
Wednesday
Tyler Masonry updated their profile
Aug 9
⚡JFarrow⌁ posted a discussion
I am trying to find just one working example of an app or utility that runs with the Ning API. No…
Aug 7
Eva updated their profile
Aug 2
Eva liked Steve C's discussion Ning's staff is in Kyiv. Keep them in your hearts.
Aug 2
Eva liked ⚡JFarrow⌁'s discussion What is going on with Ning? What Do We have to Look Forward To?
Aug 2
Chris Egg updated their profile
Jul 30
Eva liked Ning Support's discussion New feature added into Group Permissions
Jul 29
Arissa Seah updated their profile
Jul 27
APOSTLE TEYSHANA WILEY liked Ning Support's discussion New feature added into Group Permissions
Jul 25
Lady updated their profile photo
Jul 23
bryant tutas posted a discussion
Cant figure out how to add playlists. All my loaded songs are in the same list and I don't see an …
Jul 22
More…

Meanwhile, you can check our social media channels