URL Address change when Album name changes

ightenhillightenhill Registered Users Posts: 64 Big grins
edited August 8, 2012 in SmugMug Support
Is it possible or is there a way (other than creating a new album and moving everything) of having the web address for an album change when you change the title of an album? Currently it keeps the old title in the web address.

Comments

  • denisegoldbergdenisegoldberg Administrators Posts: 14,399 moderator
    edited May 4, 2012
    Did you change the nice name for the gallery? That is the name that is used in the URL.

    --- Denise
  • ightenhillightenhill Registered Users Posts: 64 Big grins
    edited May 4, 2012
    many thanks
  • mikepmcsmikepmcs Registered Users Posts: 2 Beginner grinner
    edited August 8, 2012
    how do you change the "url preview" name from smugmug....to my url? some of my galleries and nav button have my domain url and some still have the mikepmcs.smugmug.....
    i have no idea how I did this in the past.
    thanks
  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited August 8, 2012
    mikepmcs wrote: »
    how do you change the "url preview" name from smugmug....to my url? some of my galleries and nav button have my domain url and some still have the mikepmcs.smugmug.....
    i have no idea how I did this in the past.
    thanks
    This is what Easy Customizer generated. Notice the mixture of nickname and domain links?
    <div id="customNavContainer">
    <ul id="customNav">
    <li><a href="http://www.photographearth.com">HOME</a></li>
    <li>&nbsp;|&nbsp;</li>
    <li><a href="http://www.photographearth.com/Other">DEVELOP/PROCESS/RESTORATION/COMMISSIONED</a></li>
    <li>&nbsp;|&nbsp;</li>
    <li><a href="http://www.photographearth.com/Galleries">MAINE LANDSCAPE</a></li>
    <li>&nbsp;|&nbsp;</li>
    <li><a href="http://www.photographearth.com/LOCAL">LOCAL SPORTS</a></li>
    <li>&nbsp;|&nbsp;</li>
    <li><a href="http://www.photographearth.com/Sports">PROFESSIONAL/COLLEGIATE SPORTS</a></li>
    <li>&nbsp;|&nbsp;</li>
    <li><a href="http://mikepmcs.smugmug.com/Events">ENTERTAINMENT/BANDS</a></li>
    <li>&nbsp;|&nbsp;</li>
    <li><a href="http://mikepmcs.smugmug.com/Portfolio">PEOPLE/PETS/WILDLIFE</a></li>
    <li>&nbsp;|&nbsp;</li>
    <li><a href="http://mikepmcs.smugmug.com/Machines">TRANSPORTATION</a></li>
    <li>&nbsp;|&nbsp;</li>
    <li><a href="http://www.photographearth.com/Architecture">ARCHITECTURE/REALTY</a></li>
    <li>&nbsp;|&nbsp;</li>
    <li><a href="http://www.photographearth.com/History">ABOUT ME</a></li>
    <li>&nbsp;|&nbsp;</li>
    <li><a href="http://www.photographearth.com/NIKON">MY GEAR</a></li>
    <li>&nbsp;|&nbsp;</li>
    <li><a href="http://mikepmcs.smugmug.com/Business">CONTACT</a></li>
    </ul>
    </div>
    
    The best way to solve this is switch to relative links. In ECZ enter the link as shown below after the >>.
    A relative link leaves off the leading part and starts with the first / and everything after it. In
    your case most are to a category. Home is just a /.
    example:
    <li><a href="[strike]http://mikepmcs.smugmug.com[/strike]/Events">ENTERTAINMENT/BANDS</a></li>


    HOME >> /
    DEVELOP/PROCESS/RESTORATION/COMMISSIONED >> /Other
    MAINE LANDSCAPE >> /Galleries
    LOCAL SPORTS >> /LOCAL
    PROFESSIONAL/COLLEGIATE SPORTS >> /Sports
    ENTERTAINMENT/BANDS >> /Events
    PEOPLE/PETS/WILDLIFE >> /Portfolio
    TRANSPORTATION >> /Machines
    ARCHITECTURE/REALTY >> /Architecture
    ABOUT ME >> /History
    MY GEAR >> /NIKON
    CONTACT >> /Business
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • AndyAndy Registered Users Posts: 50,016 Major grins
    edited August 8, 2012
    mikepmcs wrote: »
    how do you change the "url preview" name from smugmug....to my url? some of my galleries and nav button have my domain url and some still have the mikepmcs.smugmug.....
    i have no idea how I did this in the past.
    thanks

    You have hardcoded your Events and your Portfolio galleries with your SmugMug address - you need to change that in your navbar code to be just like your other links with your custom domain.
Sign In or Register to comment.