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

NC for Hire

I was finding the placement of the About/Join box inside groups to be difficult for members to find if they were new to the community.   So I decided to move mine above the banner box with a single line of code added to the Custom Code Bottom section.  Simply add the following code and your About/Join module will move to the top on all groups.

<script>
{x$('div.grid-frame.sheet.section-aboutGroup').insertBefore('div.banner-frame');
}
</script>

 

4126824527?profile=RESIZE_710x

I find that group pages with a About/Join section which shows ONLY TO NONMEMBERS is best because it disappears after they Follow the Group.

 

Let me know if you have any questions and if you need help with your community, by all means reach out to me.  Happy to help!

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

          • Thank you very much, I've been waiting for this for a long time ... the result is great ... attached url in case you want to see it.

            https://www.amigosdelamili.com/cuarteles/el-charro-salamanca-cuarte...

            El Charro (Salamanca) Cuartel Don Julián Sanchez "el Charro"
            El Charro Salamanca Cuartel Don Julian Sanchez EL CHARRO
            • Your welcome Fernando, glad could help

              Bizz :-)

      • NC for Hire

        I believe this tip would also be great combind with your What New Module tip and make it open on top of the screen similarly..

    • Fernando you could add this bit off code which removes the add comment section if not a group member. The code goes in your Social Site Builder Custom Code End Of Page Section

      <script>
      x$('.aboutGroupSection .pull-right').closest('body').addClass('nonGMember' );
      x$('.nonGMember .addCommentContainer').remove();
      </script>

      • Thank you for this code but ... If a visitor does not see the wall to write, they are never encouraged to register and write.

        I think it should be very clear to the visitor that they have to register to participate and contribute.

        • Ok no worries, here is another version which gives the non group member a message. You can alter the text in the alert section if you want.

          <script>
          x$('.aboutGroupSection .pull-right').closest('body').addClass('nonGMember' );
          x$('.nonGMember .addCommentContainer').remove();
          if( x$('body').hasClass('nonGMember') ) {
          alert("You need to be a group member to add comments or participate, click the Join Us button to join the group");
          }
          </script>

          • I got the message once in a group, it works fine, but it has not come out again in any group where I am not a member xD

            • hmm ok, I tried it out on multiple groups going back and forth bewtween them and always got the message.

              Ok will try something another way for you :-)

               

              • Here is another option where the message is added into the group page itself, replace the code you have with this and once again you can replace the text. Also have included some css so you can edit that as well for it's colour etc. Below is an image of how it will look

                4600907279?profile=RESIZE_930xHere is the custom code to replace the code you already added

                <script>
                x$('<div class="nonGroupMember">You need to be a group member to add comments or participate, click the Join Us button to join the group</>').insertBefore('.aboutGroupSection').hide();
                x$('.aboutGroupSection .pull-right').closest('body').addClass('nonGMember' );
                if( x$('body').hasClass('nonGMember') ) {
                x$('.nonGMember .addCommentContainer').remove();
                x$('.nonGroupMember').slideDown(500);
                }
                </script>

                And here is the css to go in your design studio

                .nonGroupMember{
                Width: 100%;
                display: block;
                text-align: center;
                font-size: 20px;
                background-color: royalblue;
                color: white;
                padding: 20px;

                margin-bottom:20px;
                }

                 

                • I like this one and it always works but ... could it be shown above the comment wall? The first thing you see on my website is the comment wall ... or for example, could it be seen under the web menu?

                  here a screenshot of a group from my website

                  4609219262?profile=RESIZE_930x

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

Paul Corona replied to Donna MacShoe's discussion
Ning Support phone number for my 20 yr old site
"NING support is useless anymore...I have respnded three times asking questins to a message they…"
Wednesday
Alex - Rosas † Negras posted a discussion
due to personal problems I have not been online anymore, I apologize so much and I am happy to be…
Tuesday
Alex - Rosas † Negras replied to Kos's discussion
Help w/Chat. Ning Support A No Go
"IL PROBLEMA È SEMPRE LO STESSO, NING GLI OPERATORI... DEVONO ELIMINARE I COOKIE SUL VOSTRO SITO"
Tuesday
Vlada replied to Kos's discussion
Help w/Chat. Ning Support A No Go
"I'm no IT expert by any means, but out of curiosity have you tried entering the chat room from the…"
Jan 8
Vlada replied to Eva Libre's discussion
Update, Merry Christmas
"Then add the recent price hike email that Ning has notified to be taking effect soon, I'm not…"
Jan 8
Kos posted a discussion
In November we began to notice Chat "freezing up" and when we would refresh the page, it would…
Dec 27, 2024
Eva Libre posted a discussion
UpdateMerry ChristmasToday I woke up totally frustrated and determined to do something.At the end…
Dec 26, 2024
Eva Libre liked Eva Libre's discussion Ning 3.0 is antisocial!
Dec 25, 2024
Eva Libre updated their profile
Dec 25, 2024
Eva Libre replied to Eva Libre's discussion
Ning 3.0 is antisocial!
"Update
Merry Christmas
Today I woke up totally frustrated and determined to do something.
At the…"
Dec 25, 2024
Pam Givens replied to Pam Givens's discussion
Landing Page
"What I meant to say, if I could spell:
I've attempted to create a landing page and have't had much…"
Dec 12, 2024
Pam Givens posted a discussion
I've attempted to crate a landing page and have't had much success.  I'd rather have one on my…
Dec 12, 2024
More…

Meanwhile, you can check our social media channels