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

I am working on a way to add photos without leaving a page especially if you are on the activity feed. But for now here is just a very quick way to add a link to the activity feeds in the hompage and members page, also it adds a link above the members photo section.

It just shows as a link called Add Photo but you can style the link to make it like a button if you so wish to. The class for it to add styling in css is

a.OpenStatusAddPhoto

So here is the css for the link we are going to add

/* Open Photo Page*/
a.OpenStatusAddPhoto{ float:left;cursor:default }
a.OpenStatusAddPhoto:hover{ cursor:pointer }
/* Position of box in the member photo tabContainer section*/
.page-members .tabContainerSection-pane.section-member-photoEntries a.OpenStatusAddPhoto{ float:none;display:inline-block; margin:10px 0px }

And here is a little custom code ( You need to add the url for your own photo page and replace for mine which is in bold. )

Add this code to your custom code end of page section.

<script>
//Photo Add Quick Link
// Holding div for the link
x$('<div/>',{ class : 'OpenStatus-Links'}).appendTo('.js-statusForm.statusForm');
x$('<div/>',{ class : 'OpenStatus-Links'}).appendTo('.tabContainerSection-pane.section-member-activity.js-statusForm.statusForm');
x$('<div/>',{ class : 'OpenStatus-Links'}).prependTo('.tabContainerSection-pane.section-member-photoEntries');
//ADD LINK TO OPEN THE PHOTO PAGE
x$('<a href="http://bizzssite.ning.com/photos" class="OpenStatusAddPhoto" title="Add Photo/s">Add Photo</a>').appendTo('.OpenStatus-Links');
</script>

<script>
// Hide the add photo link if not a member
x$(document).ready(function() {
  if(ning.CurrentProfile == null){
x$(".OpenStatus-Links").hide();
}
});
</script>

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

  • Augh.  I'm doing something wrong but battling a fever today so that may be impeding my ability.  Will try again once the fever's broken but thank you for sharing.  You rock!

    • Thanks kos. Hope you feel better soon. Will take a look at it later for you when home from work.
    • Kos what you did was correct as the links where there. I just adjusted the margins a little and made the link a whitesmoke color so it stands out in the activity feed sections and the members photos ( charts ). You can change the name to charts for the links and title if you wish to.

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

eric1612 updated their profile
Wednesday
Tony A updated their profile
Aug 13
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
More…

Meanwhile, you can check our social media channels