Keeping business and personal separate
tsservo
Registered Users Posts: 9 Beginner grinner
I have a Smugmug Pro account that's become a bit of a two headed beast. On one side I have my photos that I sell (or, try to at least with custom pricing and all that fun stuff. On the other I have all my personal photos that effectively form the gallery from my blog.
What I want to do is have everyone that goes to my main photo site address see just the items for sale in my portfolio - basically my best of my best and gets my for-sale prices. Everyone that starts at my blog (family and friends and such) and links to the gallery gets to see everything and gets the family and friends pricing.
I'm fine with posting two separate versions of the photos so I can run two pricing tiers but here's where it gets awkward...
I set up everything that is blog linked as a private gallery, I then set up share groups and manually link to those from the blog. The problem is threefold... I have to remember to add any new galleries to a sharegroup, I have to remember to link new ones from the blog gallery, and it doesn't support any kind of hierarchy or ordering - it just dumps shared albums.
Also, any RSS feeds don't play nicely either. I can only get a dump of the public galleries, not the private ones (makes sense, of course).
So to compensate I've set up multiple sharegroups which at least lets me sort stuff (by country, I get around a bit) for the blog stuff, but organise in another way for the for-sale stuff. But still no subfolders.
This does however allow me to show stuff to some people and not others.
This all gets even more difficult when I want to keep password protected galleries from the for-sale site...
So, my question is... is there a better way? :dunno
Please?
Thanks much for any ideas...
Tim
What I want to do is have everyone that goes to my main photo site address see just the items for sale in my portfolio - basically my best of my best and gets my for-sale prices. Everyone that starts at my blog (family and friends and such) and links to the gallery gets to see everything and gets the family and friends pricing.
I'm fine with posting two separate versions of the photos so I can run two pricing tiers but here's where it gets awkward...
I set up everything that is blog linked as a private gallery, I then set up share groups and manually link to those from the blog. The problem is threefold... I have to remember to add any new galleries to a sharegroup, I have to remember to link new ones from the blog gallery, and it doesn't support any kind of hierarchy or ordering - it just dumps shared albums.
Also, any RSS feeds don't play nicely either. I can only get a dump of the public galleries, not the private ones (makes sense, of course).
So to compensate I've set up multiple sharegroups which at least lets me sort stuff (by country, I get around a bit) for the blog stuff, but organise in another way for the for-sale stuff. But still no subfolders.
This does however allow me to show stuff to some people and not others.
This all gets even more difficult when I want to keep password protected galleries from the for-sale site...
So, my question is... is there a better way? :dunno
Please?
Thanks much for any ideas...
Tim
0
Comments
- Put all your personal images in a category named "personal" (or whatever you want to name it). You can freely use sub-categories in that category too.
- On your home page, use custom CSS to hide that personal category, so when people go to your main site, they will not see the personal category and thus will not know about all the galleries in it.
- Link your blog to http://www.yourhomepage.com/personal. This will take your friends/family to your personal photos only. The category page will essentially be the home page for your personal site.
- You don't have to use private galleries or passworded galleries in this circumstance. The personal galleries are not protected in any way, they just aren't easily discoverable by your business customers.
Other things to think about:Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Even if someone does find the personal section, I'm not terribly concerned. Anything I don't want anyone out of my immediate family to find I password protect anyways.
Perhaps when I'm selling dozens of shots I can justify getting another account to the wife, but for the moment I'm going to have to make due with the one...
I'll drop a line if I run into problems, but I think I'll see if I can make this work...
Thanks much.
Tim
Categories do not seem to get a unique id... Code for the categories on the homepage looks like this...
[HTML]<div class="miniBox">
<div class="photo">
<a href="/Personal"><img src="/img/spacer.gif" border="0" alt="Password protected" class="imgBorder passwordcategory_ti" /></a>
</div>
<p class="albumTitle"><a href="/Personal" class="nav">Personal</a></p>
<p class="description">1 gallery with 139 photos</p>
<p class="updated">updated: Dec 01, 2007 9:12am </p>
<div class="spacer"></div>
</div>[/HTML]
That repeats for each category. There's nothing there that I can use to set the visibility. Is there some setting in the control panel that I'm missing to turn that on?
Thanks much
Tim
Yeah, too bad, they don't make an ID using the category name that would make this easy from CSS. That has been requested before, but hasn't found it's way in.
It looks like it takes some JavaScript. Here's someone else doing the same thing and posting #6 in this thread. It's even possible to make it show for you when you're logged in, but not for others (which might be convenient).
I posted a feature request to make this doable purely via CSS.
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
I'm not sure why you are uploading the same pics in two places, exactly...that's the part I'm confused about. You are selling the pics at different prices to different people? Maybe my site is different because I do portraits only.
Good luck with your decision!!
www.tippiepics.com
Another thing you can do is to create an HTML only gallery that's password protected for family - off that you can have links to everything for the family. Easier to create, but definitely more upkeep.
Good luck!
www.tippiepics.com
I'm not sure if it meets all your requirements, but an alternative is to use categories, and only show those to the appropriate people.
Create a 'public' category, and put everything you want publically available in there. Other categories for family, friends, linkage, etc, you can create a different category for.
I've done this on my site similarly. My 'public' photos are in a 'photos' category. This is where the 'galleries' tab takes you if you click on it.
The 'normal' homepage with all my categories is never visible in theory.
www.ivarborst.nl & smugmug
it up like this one with each thumb linking to a personal category. The public
could go directly to one of these categories but would need the direct link.
But setting the same password on every gallery in the category would stop
the public from getting into any of the galleries. Your personal visitors would
only need to enter the password for the landing page.
The galleries would have to be set to public to show under the personal
category.
Then there's some javascript to hide the personal categories from your normal
(business) category page.
My Website index | My Blog
This is what I do, but Ivar explained it much better.
For the moment I took all categories off of the homepage leaving just the slideshow though I did have a spin through the link that jfriend found about hiding categories (which I did get to work and left in there just in case I turn categories on the homepage again).
This should work for the meantime though I've never been one that likes to rely entirely on security through obscurity. I thought about password protecting galleries but it would be a real pain to do them one by one. To the best of my knowledge you can't password protect a category or sub-category (that would be quite nice, imho...)
The one limitation that I've run into with this is the category, subcategory, gallery maximum depth. By doing it this way I lose one level which I relied on... It used to be:
Country name category > State park sub-category > Trail name gallery
Can't do that now, though I'm going to look into what Steve recommended to see if I can work with that.
Anyone know if they're going to open up the hierarchy depth at some point?
Thanks much for the help. This is going to be easier to maintain now.
Tim
All the family and friends galleries are public (to keep the breadcrumbs alive) and I set the same password on all galleries so the visitors only have to enter the password once. All I do is supply them with the direct link to the category and they add it as a bookmark. Easy
My Website index | My Blog
http://nickname.smugmug.com/Personal
My Website index | My Blog
Could the JS also be modified so that it let the categories be visible when logged in?
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
I have a small business (nothing to do with photography) with it's own ".com" website.
I have a Power User SmugMug account (not a PRO account..I don't sell photos) which has many galleries...."public", but set as SmugIsland Hello World "NO" , Hello Smuggers "YES"...the contents of which are of primary interest to just family and friends.
I'd like to have a link on my Company website for a "Powered by SmugMug" link to a "category" of business-related photo galleries (with some of the individual galleries being password-protected, and some not) on my Smugmug site.
BUT...I'd want the link on my Company site, and all URL's that show up when following that link, to be a "custom" URL with my company's name in it rather than my Smugmug user name (so business visitors would not be aware that the Smugmug site they're visiting has anything other than "business"-related photos in it).
Apologies for being "obtuse" and wordy...I had some difficulty trying to precisely describe what I'm looking for here. It's possible someone has actually addressed this already, but I wasn't clever enough to see a one-for-one correlation....additional appologies, if that's the case.
Is there really no viable option than to have a second site to accomplish this? I'm OK cutting and pasting a little CSS (if given a template that will work), but would not want to have to ammend, add, edit the CSS everytime I add a new gallery.
Thanks...Papajay
Papajay it is probably best to start another thread for this and then post a link to the new thread here.
If you run your own server like Apache you could use mod_rewrite to point any my.business.com/photo.jpg to my.smugmug.com/photo.jpg .
Or you could just chop off the username from the SmugMug URL (i.e. http://don.smugmug.com/photos/13326_qBpyj-L-1.jpg is the same as http://smugmug.com/photos/13326_qBpyj-L-1.jpg )
Thanks for the suggestion chn...unfortunately, though, I don't have a dedicated server.
Boy, this is an old thread. Seems like it should be a hot topic
I"m in process now of trying to decide how to best handle personal vs for/sale/public photos. But here is what I"m thinking...
I may go somwhere that I take a lot of photos, and a percentage of them I may want to sell. I had thought I could collect those into the appropriate. But in my personal area, I may want to be able to let my friends download th original, but of course not in the business area.
Problem is, the security of the original gallery is maintained and takes precedence of the gallery which it is collected into. I understand that logic, but there is no way around it.
Seems to me that the only option is to upload the photo twice. I haven't tried that yet in two different galleries. I presume I can do that...otherwise I'd have to rename it for the second load.
Any suggestions or corrections to my thoughts?
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Want faster uploading? Vote for FTP!