Follow us on Twitter!
Follow us on Facebook!
 

Go Back   Pixtus - Photography Forum, Photographers, Photo Tips > Our Sponsors > SmugMug


Vanity Links not working???

This is a discussion on Vanity Links not working??? within the SmugMug forums, part of the Our Sponsors category; Ok, I know I probably screwed up the code somewhere, but my vanity links no longer work... Here is the ...

Reply
 
LinkBack Thread Tools Display Modes
  (#1) Old
I'm listening
 
ndsimm's Avatar
 
Posts: 5,866
Join Date: Jan 2005
Location: Houston (Cypress), Texas, Texas
Real First Name: Nathan
Camera: Nikon
Can Others Edit My Photos: Yes
iTrader Rating: 0

Likes Received LIKES Received: 15
Likes Given LIKES Given: 101
Vanity Links not working??? - 11-19-2008, 07:13 AM


Ok, I know I probably screwed up the code somewhere, but my vanity links no longer work...

Here is the code I currently have in the Top Javascript section on my Customization page:

var vanityTable =
{

ashley2008: "http://photographics.smugmug.com/gallery/4569465_UD697",
autismspeaks: "http://photographics.smugmug.com/gallery/5790552_6aaSf",
2008houstonwalk: "http://www.photographicstx.com/gallery/6345548_vQgpg",
brigance: "http://photographics.smugmug.com/gallery/5172191_tWHF2"
};



function CheckRedirects()
{
if (YD.hasClass(document.body, 'homepage')) // only run this code on the home page
{
// get the path from the current URL,
// convert it to lowercase and remove the leading slash
var path = window.location.pathname.toLowerCase().substr(1);

var newURL = vanityTable[path]; // look it up in our table

// if we found it in the table && newURL is different than where we are
if (newURL && (newURL != window.location))
{
window.location.replace(newURL); // go to the new URL
}
}
}


but none of the links are working....
am I missing something else?

---------------------------
Nathan Simmons
Houston Wedding Photographer /My Wedding Blog/Portrait Photography Site
practice with intent to improve, makes perfect...by all means, feel free to edit images for the sake of improvement and photographer will not be offended

Last edited by ndsimm; 11-19-2008 at 07:14 AM.. Reason: title change
Reply With Quote
Sponsored Links

Premium Members do not see Google advertisements. SIGN UP today and help support our community.
  (#2) Old
Forum Sponsor
 
SmugMug's Avatar
 
Posts: 592
Join Date: Jul 2007
Location: Los Altos, CA, California
Real First Name: Markham
Camera: Canon 7D
Can Others Edit My Photos: No
iTrader Rating: 0

Likes Received LIKES Received: 0
Likes Given LIKES Given: 0
11-20-2008, 03:46 PM


I am not good with Vanity URLs. Check here: http://dgrin.com/showthread.php?t=86...ghlight=vanity

---------------------------
Markham Bennett
http://www.SmugMug.com
Reply With Quote
Reply

Tags
links, vanity, working

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



Visit Our Sponsors
 

Google Sponsors

Premium Members do not see Google advertisements. SIGN UP today and help support our community.

Copyright ©2004 - 2011, Abel Longoria - www.Pixtus.com
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.