View Full Version : friends and family section
casperontheweb
Oct-12-2007, 07:20 AM
Does anyone know, how I can add a link in the Friends and Family section?
I am trying to add a link to a family member's site, who is not a part of smugmug. When I add the link it shows up on the left...not under the family and friends section/heading.
I have a power account.
Thanks,
photobanks
Oct-12-2007, 08:25 AM
Does anyone know, how I can add a link in the Friends and Family section?
I am trying to add a link to a family member's site, who is not a part of smugmug. When I add the link it shows up on the left...not under the family and friends section/heading.
I have a power account.
Thanks,
What is your site??
richW
Oct-13-2007, 12:35 AM
Does anyone know, how I can add a link in the Friends and Family section?
I am trying to add a link to a family member's site, who is not a part of smugmug. When I add the link it shows up on the left...not under the family and friends section/heading.
I have a power account.
Thanks,You can only add other SmugMug sites on the F & F links.
Try this:
In your footer section:
<!-- Links Box -->
<div id="ffBox2" class="box">
<div class="boxTop">
<div class="boxNote note nav">
</div>
<h3 id="ffTitle2" class="title notopmargin">external links</h3>
<div class="spacer"></div>
</div>
<div class="boxBottom">
<p id="friends2" class="nav"><span class="title">links:</span>
<a href="http://dawes.math.uwo.ca/photos/dawes/" target="_blank" class="nav">mdawes</a> <span class="title">·</span>
</p>
<div class="spacer">
</div>
</div>
</div>
<!-- End Links Box -->
To add additional links. Add the site information to this line and paste it under the first link (above the </p>).
Repeat as needed.
<a href="http://yourLinkURL" target="_blank" class="nav">Site name Here</a> <span class="title">·</span>
Add to your css section:
#ffBox2 {
display: none;
width: 750px;
margin: 0 auto;}
.homepage #ffBox2 {display: block;}
Working example here: http://photos.lmsportspix.com/links/
casperontheweb
Oct-16-2007, 07:27 AM
Thanks...I'll give it a go and muck around with it.
cheers,
richW
Oct-17-2007, 12:27 AM
Thanks...I'll give it a go and muck around with it.
cheers,You're Welcome....:thumb
I added the css for you to clean it all up. It looks good from over here: http://leedawes.smugmug.com/
vBulletin v3.5.2, Copyright ©2000-2009, Jelsoft Enterprises Ltd.