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

Truebook replied to ⚡JFarrow⌁'s discussion
Ning Creators Sound Off: Share Your Network
"Ok I just changed my name to truebook.co.uk 
please take a look at let me know what you think and…"
yesterday
KAMALAVIATION TOURS updated their profile
yesterday
Truebook replied to ⚡JFarrow⌁'s discussion
Ning Creators Sound Off: Share Your Network
"Please can anyone help my site truebook.site is down for some reason 
trid to contact Ning and even…"
Tuesday
Truebook posted a discussion
Why is my site down ?
Tuesday
Truebook posted a discussion
Apr 20
Truebook replied to ⚡JFarrow⌁'s discussion
Ning Creators Sound Off: Share Your Network
"Hi I am new here 
this is my site 
please give me some ideas 💡 
https://truebook.ning.com"
Apr 18
Eva liked ⚡JFarrow⌁'s discussion Ning Creators Sound Off: Share Your Network
Apr 18
Truebook replied to ⚡JFarrow⌁'s discussion
Ning Creators Sound Off: Share Your Network
Apr 18
Truebook is now a member of Ning Creators Social Network
Apr 18
scott claxton updated their profile
Apr 9
Rhonda liked ⚡JFarrow⌁'s discussion Ning Creators Sound Off: Share Your Network
Mar 27
⚡JFarrow⌁ updated their profile photo
Mar 24
More…

Meanwhile, you can check our social media channels