PDA

View Full Version : Is this possible without buying a domain?


DodgeV83
Feb-01-2006, 11:18 AM
Is a site like Andy's possible without buying a domain?

http://www.moonriverphotography.com/

I would like to setup a permanent navbar at the top, using my main name.smugmug.com site. I don't want ANYTHING that is normally on the main homepage to be visible, just my navbar (and my bio if possible).

Is this possible without a new domain?

Mike Lane
Feb-01-2006, 11:25 AM
Is a site like Andy's possible without buying a domain?

http://www.moonriverphotography.com/

I would like to setup a permanent navbar at the top, using my main name.smugmug.com site. I don't want ANYTHING that is normally on the main homepage to be visible, just my navbar (and my bio if possible).

Is this possible without a new domain?

The only thing you'd need the domain for is the address. Andy's site is 100% smugmug. No external sites were harmed in the making of his site.

DodgeV83
Feb-01-2006, 11:35 AM
The only thing you'd need the domain for is the address. Andy's site is 100% smugmug. No external sites were harmed in the making of his site.

Great! After reading through the FAQ I can figure out pretty much everything, including a navbar...the only thing I can't figure out is how he erased everything on his homepage!

Are there any FAQs on that?

Mike Lane
Feb-01-2006, 11:40 AM
Great! After reading through the FAQ I can figure out pretty much everything, including a navbar...the only thing I can't figure out is how he erased everything on his homepage!

Are there any FAQs on that?
#homepage {display:none;}
.loggedIn #homepage {display:block;}

Put everything you want to see in your header or your footer.