View Full Version : Anybody know how to add a banner link to a smugmug community?
Ryan Armbrust
Jan-19-2007, 09:06 AM
I have a Smugmug Community that is co-branded to look like my website.
http://www.smugmug.com/community/LouisvilleMojoPhotoArchive
I am wanting to add a banner link to this page. I DO NOT WANT THE BANNER LINK TO SHOW UP ON MY OTHER WEBPAGE, JUST THE COMMUNITY.
Any way to do this?
As always,
Thanks!
Ryan Armbrust
Jan-19-2007, 02:49 PM
I have a Smugmug Community that is co-branded to look like my website.
http://www.smugmug.com/community/LouisvilleMojoPhotoArchive
I am wanting to add a banner link to this page. I DO NOT WANT THE BANNER LINK TO SHOW UP ON MY OTHER WEBPAGE, JUST THE COMMUNITY.
Any way to do this?
As always,
Thanks!
Anybody?
BeachBill
Jan-19-2007, 02:58 PM
Looking at the source of your community page, I find the following class:
class="communityHome community_1674
So you can use the standard alternate header customization code (http://www.dgrin.com/showthread.php?t=22220).
Ryan Armbrust
Jan-19-2007, 03:58 PM
Looking at the source of your community page, I find the following class:
class="communityHome community_1674
So you can use the standard alternate header customization code (http://www.dgrin.com/showthread.php?t=22220).
I tried all different combos of the codes in the thread you gave me. Nothing worked. I got it to display on all my pages, but I just want it on the community.
Any ideas?
BeachBill
Jan-19-2007, 04:19 PM
First, set up the code so it's displaying your main header on all pages, then add a CSS block to swap the header image for the community:
.community_1674 #my_header {
display: block;
margin-left:auto;
margin-right:auto;
background: url(http://yournickname.smugmug.com/photos/XXXXXXXX-L.gif);
height: XXpx;
width: XXpx;
}
Where the url here points to your community header.
Ryan Armbrust
Jan-20-2007, 07:54 AM
First, set up the code so it's displaying your main header on all pages, then add a CSS block to swap the header image for the community:
.community_1674 #my_header {
display: block;
margin-left:auto;
margin-right:auto;
background: url(http://yournickname.smugmug.com/photos/XXXXXXXX-L.gif);
height: XXpx;
width: XXpx;
}
Where the url here points to your community header.
I am trying to have my header on all pages, including the community page, and add a clickable banner to the community page.
Thanks for your help with this
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.