View Full Version : My Latest SmugMug changes
jfaherty
21st of June 2008 (Sat), 16:08
Just looking for some C+C of my site (http://johnfahertyphotography.com):
Thanks! :)
eddarr
21st of June 2008 (Sat), 16:41
One more thing to do. Go into customize and create a page title. This will make it say John Faherty on the tabs in the browser rather than smugmug.
jfaherty
21st of June 2008 (Sat), 16:51
Thanks! Did it... it still says powered by SmugMug, but it's better than what I had before.
Thanks for the advice!
family guy
21st of June 2008 (Sat), 18:16
For a cleaner look add this to your CSS, if you dont like it just delete it.
.galleryPage,
.boxBottom,
.boxTop,
.box {border: none !important;}
#breadcrumb {visibility: hidden;}
#altViews {visibility: visible;}
.loggedIn #breadcrumb {visibility: visible;}
.gallery_5097440 .play_slideshow {display: none;}
.gallery_5098127 .play_slideshow {display: none;}
.gallery_5097105 .play_slideshow {display: none;}
Set your These 3 galleries to "Journal" and remove the text from the gallery description and add it to the photo caption. Also turn off printing and gallery comments for this gallery.
Also add this code to your javascript to change the "gallery comments" to "Guestbook Comments":
function ModifyText ()
{
if (YD.hasClass(document.body, "gallery_5097105"))
{
var objElement = YD.get("comment")
if (objElement != null)
{
var str = new String(objElement.innerHTML);
str = str.replace(/\gallery/gi, 'Guestbook');
objElement.innerHTML = str;
}
}
}
YE.onAvailable("comment", ModifyText);
Sorry About all that, I guess I just love customizing, that I get carried away...:)
vBulletin® v3.6.12, Copyright ©2000-2012, Jelsoft Enterprises Ltd.