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

NC for Hire

I love the language editor on Ning.  It is one of my favorite things about the platform.

Say you're having an international virtual event for your community members...and you wanna change this..

5146504097?profile=RESIZE_710x

To this:

5146545470?profile=RESIZE_710x

Just go to the language editor and search for original phrase and change it.  Search for Invite More People and change it to Invite more Rabbit Hunters or Autograph Collectors...  something for the search engines... ya know!!

 

So how bout something like this which is more of an opportunity to include more information for search engines and visitors...

5146585901?profile=RESIZE_710x

Personally i don't like to be told what i need to do, so i changed it like so....

5146606668?profile=RESIZE_710x

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

  • Good tip for those who don't know about the language editor as it's a useful tool. Here is a little tip I've used on previous sites.

    As changes you make here affect all the pages ie changing the invite more people text to something else that will display on all events so here is a little trick so you can add different text if you want to certain events. For instance, we want to have the default Invite More People to display but maybe for a certain event you may want say Invite Members To This Fantastic Event. If we changed it in the language editor that would display on all the invite message part for all events so here is how you can do it.

    First of all go into your language editor and search for Invite More People and you should then see the part we need to edit, if you then remove just the More People bit and leave behind the Invite bit that is all we need. See image

    5162154066?profile=RESIZE_930xNext we can now add some css for our custom text.

    First we can add back in the default text for More People so normal members will still see the Invite More People text

    /* Default Invite Message*/
    li.eventPage-detail a[href$="=composeInvites"]::after{content:" More People";}

    Now for the Admin of the site you can adjust your own event or edit the text for someone else's event. You can add as many of these as you like for particular events as we can use the events name in the url.

    For example in this the event is called Test 2 so if you open an event you will see it's name at the end of the url and in the list of the event Ning adds this to the end =composeInvites and that is what we use to distinguish this from all the other items in the list. So the actual end of the url would be this   /test-2=composeInvites

    Ok that may all sound complicated but basically all you need to do is change the test name test-2 for the event name in the code then in the ::After{content:" add you message here";} make sure you leave a bit of space after the first "

    So here is how it will look for event Test 2

    /* Invite message For Event Test 2 */
    li.eventPage-detail a[href$="/test-2=composeInvites"]::after{content:" More To Harley Quinn";}

    And here is how that will look

    5162660062?profile=RESIZE_930xYou can add as many as you like for individual events just by adding the event name. We always leave the default one then add the others so here is how it would look in youor css for the default message, the harley quinn one and another event

    /* Default Invite Message*/
    li.eventPage-detail a[href$="=composeInvites"]::after{content:" More People";}

    /* Invite message For Event Test 2 */
    li.eventPage-detail a[href$="/test-2=composeInvites"]::after{content:" More To Harley Quinn";}

    /* Invite message For Event Test 3 */
    li.eventPage-detail a[href$="/test-3=composeInvites"]::after{content:" More To This Great Event";}

     

    Hope you find it useful

    Bizz :-)

     

    • NC for Hire

      Wow Bizz... great tip!  I'll have to try that out...

      By chance would you have any ideas about how to float a Join button on top of Group icons in a grid?  In other words so when a member hovers over a group icon and name a join button would pop up?  Just an idea for ya...

      thanks Bizz

      • Thanks Justin, yea it should be possible but the only difficulty would be to have to check if the person hovering over the group is already a part of it. The easy way around that I suppose would be have it say join/Go to Group. Will have a think about that.

        Oh by the way my site seems like it's running ok now so you can go ahead and give that profile thing a test out.

         

      • Do you mean over the groups list or a custom grid of group icons you are creating ? For a quick and easy message you could do something like this

        https://jr-images.ning.com/videos/hovergroup-demo

        And that is done just with css

        .groupHub-group .matrix-item a.matrix-media-1-1::before{
        content: "Join In";
        display: none;
        padding: 20px;
        text-align: center;
        background-color: white;
        border-radius: 0px 0px 10px 10px;
        border: solid 1px lightgray;
        font-size: 1.3em;
        }
        .groupHub-group .matrix-item a.matrix-media-1-1:hover::before{
        display:block;animation: 0.4s ease-out 0s 1 slideDown;
        }
        @keyframes slideDown {
        0% {
        transform: translateY(-100%);
        }
        100% {
        transform: translateY(0%);
          }

        }

        • NC for Hire

          that's awesome... now will it trigger the    "=join" at the end of the URL... probably not without some javascript....  but yes this is exactly what i was trying to accomplish...   if the join button click would automatically make them Join the group i guess that is the second part i need to figure out...

          thanks again Bizz!

          • No worries Justin. Yes can add the join url so if not a member will go to the join but it might confuse members who hover over the group that are already a member of the group. Will see what can come up with next to do some sort of check on the member who is hovering over the group so if not a member will show the join and if already a member of the group will not show the join.

            Will see what can come up with bud :-)

    • NC for Hire

      I completely glazed over this tip when i had the idea i responded with.  Was just looking at this again and it is genius...  thanks Bizz... im gonna take you for a coffee some day!

  • NC for Hire

    I love the Language Editor Party! Thank you both for this awesome creativity. It's so inspiring. I am going to come up with something myself just because I am envious and I want to be part of the club.

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

Kathleen (SunKat) updated their profile
Feb 20
Scott Bishop posted a discussion
OMG! AI does it all. Anything you want to light up your Ning site, just ask Google AI. That's what…
Feb 5
Scott Bishop replied to Alex - Rosas † Negras's discussion
HTML Browser Popup Window Generator,possible with a click to have the window open for ning or other pages, this is my example
"Where at in a 3.0 website do you paste the code to? "
Feb 3
Scott Bishop replied to George H. Compton IV's discussion
(Ning 2 and 3) welcome / sign-in and sign-up pop-up module. Updated Aug 24, 2017
"Hi George, I'm not sure if this tip has been outdated or for some reason it's not working on my…"
Feb 3
Eva updated their profile
Jan 28
Scott Bishop replied to Scott Bishop's discussion
Please Help! Members Have No Way of Posting Anything
"https://community.surfoutlook.com/
However, it's been solved. Ning helped me out with it. "
Jan 27
Alex - Rosas † Negras replied to Scott Bishop's discussion
Please Help! Members Have No Way of Posting Anything
"I don't remember your site, I'll check for you, can I have the link?"
Jan 26
Scott Bishop replied to ⚡JFarrow⌁'s discussion
🖼️ Improve Accessibility & SEO on Your Ning Photo Pages by Automatically Adding ALT Text from Photo Titles
"On your step 3 where you say "Paste in the script below", I'm not finding that. Did you forget to…"
Jan 25
Scott Bishop replied to Scott Bishop's discussion
Please Help! Members Have No Way of Posting Anything
"I think that setting was switched over to Admin as a default when I converted from 2.0 to 3.0…"
Jan 25
Alex - Rosas † Negras replied to Scott Bishop's discussion
Please Help! Members Have No Way of Posting Anything
"settings members must post, if you put ADMIN it is FORBIDDEN TO PEOPLE"
Jan 25
Scott Bishop replied to Scott Bishop's discussion
Please Help! Members Have No Way of Posting Anything
"I got an answer back from Ning Support within an day. It was a setting that somehow slipped out of…"
Jan 22
Scott Bishop posted a discussion
I just realized that my members can no longer post pictures, videos, blogs, events, or anything…
Jan 21
More…

Meanwhile, you can check our social media channels