Is it possible to insert profile pic on account bar alongside name of the member?
If yes, please provide the code.
Regards
S D TIWARI
Current status of the Ning Platform is always available on the Ning Status Blog.
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 :-)
Replies
Here is some code that Sweet Potato posted some time back for this.
Add this line to your design studio custom css
.SP_Acc_Av{ margin-right:5px }
The add the code below to your social site manger custom code end of page section
<!-- ADD PROFILE PHOTO NING BAR www.SweetPotato.me.uk -->
<script>
if (ning.CurrentProfile != null) x$('.ningbar-userLinks.linkbar #username').prepend('<div class="SP_Acc_Av"><a href="'+ning.CurrentProfile.profileUrl+'"><img style="margin:0px;padding:0px;" src="' + ning.CurrentProfile.photoUrl + '" width="30" height="30" /></a></div>');
</script>
Thanks a lot. It worked.
No worries, glad to help
Bizz :-)