How do I add a new link in the Account Box?
For example . . .
Sign Out
Inbox
Alerts
Friends
Settings
NEW LINK
Thanks for your help.
Rick
Tags:

This might get you started. Replace with your link, and add to Custom Code Box:
<script type="text/javascript">
if (typeof(x$) != 'undefined') {
x$("#xg_module_account ul li .xg_sprite-setting").after('<br><a href="http://www.yahoo.com">Yahoo</a>');
}
else{
}
</script>
Permalink Reply by Stygo Alphamatt on February 8, 2013 at 5:37pm Kudos
With icon would be great
Permalink Reply by Rick Altman on February 9, 2013 at 4:41am This is exactly what I needed.
The ability to add a sprite in front of this new link would be helpful too.
Thank you very much for your quick response.

First to clear something up - - a sprite is not one image or one icon. A sprite is one large image that contains multiple images/icons, or collection of images. To add an image/icon to the link in the script, you'll need to:
1. Find icons that are 16 by 16 in dimensions, the smallest you will find. You can start here: http://www.iconfinder.com
2. Once you find your needed icon, upload to Ning API with insert image, and copy/paste the image URL into the script where I have added the RSS image.
3. You will need to adjust the width of 16 to 12, as I have. This is closer to the sprite image size.
4. I also added padding to the top and right of the image.
Here's the script with an image and link to the RSS for the Ning Latest Activity Feed. I used this in the example, because you need to keep in mind that only signed in members can see these links.
<script type="text/javascript">
if (typeof(x$) != 'undefined') {
x$("#xg_module_account ul li .xg_sprite-setting").after('<br><a href="/activity/log/list?fmt=rss" title="Subscribe to our RSS"><img style="padding-right:8px;padding-top:4px;" src="http://api.ning.com:80/files/-jCP6hUTGM8OUjR1SnPswlEsyQP*po*BLqlEVAEPG4DmtRa66xwjyswXGR*TJvwORU*wBsP4jWEfBJLtRdsIffHrByiTyZwS/rss16.png" width="12" />Subscribe to RSS</a>');
}
else{
}
</script>
Best,
Jen

Oh, also - - does the Alert show up after Setting if one exists? If yes, this could be a problem. Keep this in mind.
Permalink Reply by Riccardo Rossini on February 9, 2013 at 7:22am You can do it modifying language manager

soaringeagle replied to soaringeagle's discussion 'dreadlockssite 3.0 bugs issues suggestions list updated 5/18' in the group The Sandbox
Jordon McGee (Jords) replied to Jared's discussion 'Leaving members, deleting content, Archive feature'
Kos replied to sho allan's discussion '[TIP-NING 3.0] Add icon in menu tabs!!'
Kos replied to Elshara Silverheart's discussion 'Free Site Promotion'
Ana Maria Sancho Biesa replied to Ana Maria Sancho Biesa's discussion 'Activity ha dejado de funcionar en mi red 3.0' in the group Ning Networks en español
Rosemary Burns joined Allison Leahy's group© 2013 Created by Ning.
