• Gear
  • Shots
  • Photo Craft
  • Video
  • Wide Angle
  • Support
  • New Stuff
  • More
Support SmugMug Customization Client proofing area

FAQtoid

Ever wanted to create an Avatar? Creating an Avatar!

Searching Dgrin with Google Searching with Google

Dgrin Challenges

Congratulations to the Winner of DSS #128 (Sunrise or Sunset), ShootingStar.

The next Dgrin Challenge DSS #129 (Silhouette Revisited ) is open for entries through May 27th, 2013 at 8:00pm PDT.

As always, we look forward to your participation but please do take a moment to read through the rules before posting your entry.

Past DSS Challenge Winners, DSS Challenge Rules, and other important DSS Challenge information is here.

Need some help with Accessories?

Tutorials

Ever find yourself wondering just how someone managed to create an image using different effects?

Here are three simple tutorials we hope will encourage you to try something new.

The Hot Seat

A lifelong interest in landscape photography has led Eyal Oren to make a study of his adopted hometown of Marblehead, MA. As you can see, his dedication is paying off!

Africa!

Dgrinners Harryb, Pathfinder, and others joined Andy Williams and Marc Muench on Safari in East Africa recently. Here are some awesome threads to check out!

 
Thread Tools Display Modes
Page 5  of  12
1 2 3 4 5 6 7 8 9 Last »
Old Jul-17-2012, 05:27 PM
#81
Alexandra88 is offline Alexandra88
Big grins
Alexandra88's Avatar
Client Proofing URL
Am I correct?

Category: Clients
Gallery Nicename: ClientExample12
Gallery Password: Client Example12
URL: www.alexandramanning.com/Clients/ClientExample12

Is there a way to disguise the URL? Otherwise, there is simply the option for a viewer to type a url into their address bar.

This is going to be where clients have access thought the navigation bar. I'm setting up that mock gallery for potential client examples. I have CSS overriding a variety of my portfolio settings. I'd like some different settings within the password-protected client pages than what are there for a portfolio page.

On this page:

I'd like /Clients to show all pw-protected galleries.
I'd like to use the lightbox, and photo ranking.
I'd like to use image comments not gallery comments.
--OR-- Use Facebook Comments for the photos
Take off the FB like button for these galleries in Category "Clients"

Last edited by Alexandra88; Jul-17-2012 at 06:14 PM. Reason: additional info
Old Jul-18-2012, 01:27 AM
#82
J Allen is offline J Allen
Major grins
J Allen's Avatar
Quote:
Originally Posted by Alexandra88 View Post
Am I correct?

Category: Clients
Gallery Nicename: ClientExample12
Gallery Password: Client Example12
URL: www.alexandramanning.com/Clients/ClientExample12

Is there a way to disguise the URL? Otherwise, there is simply the option for a viewer to type a url into their address bar.
There is no way that I know of to hide the URL..this code is a low security option
__________________
-Joe Allen
My Smugmug Site
Old Jul-20-2012, 10:19 AM
#83
Carmen69 is offline Carmen69
Beginner grinner
I've tried following this and adding the code to bottom javascript, but I still can't figure out what I need to do. I want this http://www.butterflykissesphotography.me/Portraits to come up when Clients is clicked on the home page. And then the clients can click on their locked gallery if need be. What is the best way to do this? Thanks!
Old Jul-20-2012, 01:42 PM
#84
J Allen is offline J Allen
Major grins
J Allen's Avatar
Quote:
Originally Posted by Carmen69 View Post
I've tried following this and adding the code to bottom javascript, but I still can't figure out what I need to do. I want this http://www.butterflykissesphotography.me/Portraits to come up when Clients is clicked on the home page. And then the clients can click on their locked gallery if need be. What is the best way to do this? Thanks!

This is a lot more simple than you think ...just remove the client script from your bottom js box....then in your custom header box change the clients link to your portraits link:


from this:

Code:
<li><a href="/Clients" title="">Clients</a></li>

to this:


Code:
<li><a href="/Portraits" title="">Clients</a></li>
__________________
-Joe Allen
My Smugmug Site
Old Jul-21-2012, 07:00 AM
#85
Carmen69 is offline Carmen69
Beginner grinner
Quote:
Originally Posted by J Allen View Post
This is a lot more simple than you think ...just remove the client script from your bottom js box....then in your custom header box change the clients link to your portraits link:


from this:

Code:
<li><a href="/Clients" title="">Clients</a></li>

to this:


Code:
<li><a href="/Portraits" title="">Clients</a></li>
Great! Let me ask you this...is there a way to click clients and it only go to a page without the galleries? Just have it a page with clients galleries? (If that makes sense?!) If not, this will work.

Thanks!
Carmen
Old Jul-22-2012, 10:12 AM
#86
canderson1229 is offline canderson1229
Connie
canderson1229's Avatar
Help?
Ok, I've added the code as suggested in the beginning of the thread. Clients shows up in my nav bar but when I click it takes me to my home screen. Can you tell me what I might have wrong in the code?
www.ConnieAndersonPhotography.com
Thanks!!
Old Jul-22-2012, 05:25 PM
#87
Carmen69 is offline Carmen69
Beginner grinner
Quote:
Originally Posted by Carmen69 View Post
Great! Let me ask you this...is there a way to click clients and it only go to a page without the galleries? Just have it a page with clients galleries? (If that makes sense?!) If not, this will work.

Thanks!
Carmen
Ahhh, nevermind, I figured out if I change it to Portfolio vs Portraits, it will put them in a different gallery!
Old Jul-23-2012, 02:45 AM
#88
J Allen is offline J Allen
Major grins
J Allen's Avatar
Quote:
Originally Posted by canderson1229 View Post
Ok, I've added the code as suggested in the beginning of the thread. Clients shows up in my nav bar but when I click it takes me to my home screen. Can you tell me what I might have wrong in the code?
www.ConnieAndersonPhotography.com
Thanks!!

In your custom header box, you need to change the link in your li:


From this:
Code:
<li><a href="http://www.connieandersonphotography.com">Clients</a></li>
to this:

Code:
<li><a href="/Clients">Clients</a></li>

You also have the code in your bottom java-script twice...which is making the "error" screen render twice :





.....you can change the wording on that screen in the code if you'd like.....

Also, if you choose to keep the smugmug password on the galleries, then your clients will have to enter a password twice....the code will hide all these galleries from visitors, it's a low security option...you set the "nicename" in the gallery settings and that becomes the password.
__________________
-Joe Allen
My Smugmug Site
Old Jul-23-2012, 06:37 AM
#89
canderson1229 is offline canderson1229
Connie
canderson1229's Avatar
Thank you Joe! I have removed the passwords on the galleries and created new nicenames for them but I still can't access them when in visitor view. I'm not sure what I'm doing wrong.


Quote:
Originally Posted by J Allen View Post
In your custom header box, you need to change the link in your li:


From this:
Code:
<li><a href="http://www.connieandersonphotography.com">Clients</a></li>
to this:

Code:
<li><a href="/Clients">Clients</a></li>
You also have the code in your bottom java-script twice...which is making the "error" screen render twice :





.....you can change the wording on that screen in the code if you'd like.....

Also, if you choose to keep the smugmug password on the galleries, then your clients will have to enter a password twice....the code will hide all these galleries from visitors, it's a low security option...you set the "nicename" in the gallery settings and that becomes the password.
Old Jul-23-2012, 08:56 AM
#90
J Allen is offline J Allen
Major grins
J Allen's Avatar
Quote:
Originally Posted by canderson1229 View Post
Thank you Joe! I have removed the passwords on the galleries and created new nicenames for them but I still can't access them when in visitor view. I'm not sure what I'm doing wrong.

You are not supposed to be able to see them as a visitor...that's how it works...
__________________
-Joe Allen
My Smugmug Site
Old Jul-23-2012, 12:29 PM
#91
canderson1229 is offline canderson1229
Connie
canderson1229's Avatar
Ok sorry maybe I'm not making myself understood lol. When I'm in visitor view and try to access a gallery with the nicename it won't let me in. That's what I'm trying to understand what I might be doing wrong. I've tried several of the galleries.

Quote:
Originally Posted by J Allen View Post
You are not supposed to be able to see them as a visitor...that's how it works...
Old Jul-23-2012, 12:52 PM
#92
J Allen is offline J Allen
Major grins
J Allen's Avatar
Quote:
Originally Posted by canderson1229 View Post
Ok sorry maybe I'm not making myself understood lol. When I'm in visitor view and try to access a gallery with the nicename it won't let me in. That's what I'm trying to understand what I might be doing wrong. I've tried several of the galleries.

If I manipulate your CSS, I can see only one gallery in the "Clients" category, by looking at the URL the nicename for this gallery is: Clarks This gallery has a smugmug password on it. If you have any other galleries in this category, they must be public, not unlisted.

So when I enter the name Clarks into the pop-up login, it takes me directly to that gallery
__________________
-Joe Allen
My Smugmug Site
Old Jul-23-2012, 04:04 PM
#93
canderson1229 is offline canderson1229
Connie
canderson1229's Avatar
Thanks! I think I got the hang of it now :)

Quote:
Originally Posted by J Allen View Post
If I manipulate your CSS, I can see only one gallery in the "Clients" category, by looking at the URL the nicename for this gallery is: Clarks This gallery has a smugmug password on it. If you have any other galleries in this category, they must be public, not unlisted.

So when I enter the name Clarks into the pop-up login, it takes me directly to that gallery
Old Jul-27-2012, 11:18 PM
#94
canderson1229 is offline canderson1229
Connie
canderson1229's Avatar
Joe I'm not sure what happened but I did have this working but now my galleries are visible on my home page again. Can you tell me what I've done wrong?

www.ConnieAndersonPhotography.com

Quote:
Originally Posted by J Allen View Post
If I manipulate your CSS, I can see only one gallery in the "Clients" category, by looking at the URL the nicename for this gallery is: Clarks This gallery has a smugmug password on it. If you have any other galleries in this category, they must be public, not unlisted.

So when I enter the name Clarks into the pop-up login, it takes me directly to that gallery
Old Jul-28-2012, 03:15 AM
#95
J Allen is offline J Allen
Major grins
J Allen's Avatar
Quote:
Originally Posted by canderson1229 View Post
Joe I'm not sure what happened but I did have this working but now my galleries are visible on my home page again. Can you tell me what I've done wrong?

www.ConnieAndersonPhotography.com

Change your view from "galleries" to "Categories":





And be sure to test it in "visitor view"
__________________
-Joe Allen
My Smugmug Site
Old Jul-28-2012, 06:28 AM
#96
canderson1229 is offline canderson1229
Connie
canderson1229's Avatar
Thanks Joe, soooo I have to remember to change the gallery view each time I leave my site ore it will show all those other galleries only meant for clients? I work in the other view alot so while I'm there those other galleries are seen by anyone viewing my site? If so I'm not sure that this will work for me :(

I have another silly question but how do you find the threads you have posted on when coming to dgrin? I have never been able to figure that out but I'm sure its right under my nose.

QUOTE=J Allen;1800820]Change your view from "galleries" to "Categories":





And be sure to test it in "visitor view"[/QUOTE]
Old Jul-28-2012, 06:39 AM
#97
canderson1229 is offline canderson1229
Connie
canderson1229's Avatar
ok I'm realizing something else now which I don't like. Its creating an extra click through to my galleries. I know I don't like that set up. So let me ask this. I now have the clients gallery in my navbar. Is it possible to just create a page of password protected galleries there? I can work with that much better I think. Should I remove all that other code or is there a simple way to make this change?? Thanks so much Joe.
Old Aug-01-2012, 12:54 PM
#98
mrhoni is offline mrhoni
Major grins
I followed the setup instructions posted from the first page, created 1 test gallery under Clients category and it seemed to be working. So from within Lightroom 4 I dragged 2 other galleries from a different category to the Clients category and republished. I also changed them from Private to Public.

When I enter the name of the gallery, such as "Lucy", which worked earlier, I now get the error for incorrect login. I had made a few changes to the code, which should have only been for text displayed, such as changing user password to Login Name.

My site is http://mrhoni-photography.smugmug.com

All features and tweeks I had put in the CSS, Bottom Javascript, etc was working as expected and still seems to work as expected. Just the Client Login went from working to not working.

Thanks
Old Aug-01-2012, 01:16 PM
#99
J Allen is offline J Allen
Major grins
J Allen's Avatar
Quote:
Originally Posted by mrhoni View Post
I followed the setup instructions posted from the first page, created 1 test gallery under Clients category and it seemed to be working. So from within Lightroom 4 I dragged 2 other galleries from a different category to the Clients category and republished. I also changed them from Private to Public.

When I enter the name of the gallery, such as "Lucy", which worked earlier, I now get the error for incorrect login. I had made a few changes to the code, which should have only been for text displayed, such as changing user password to Login Name.

My site is http://mrhoni-photography.smugmug.com

All features and tweeks I had put in the CSS, Bottom Javascript, etc was working as expected and still seems to work as expected. Just the Client Login went from working to not working.

Thanks


Log out of your account...be sure to clear your browser out...then try entering this: Jamaica


...it's working for me on my end...remember, the "nicename" is the password
__________________
-Joe Allen
My Smugmug Site
Old Aug-01-2012, 02:01 PM
#100
mrhoni is offline mrhoni
Major grins
Quote:
Originally Posted by J Allen View Post
Log out of your account...be sure to clear your browser out...then try entering this: Jamaica


...it's working for me on my end...remember, the "nicename" is the password
Thanks for the help. Jamaica worked but the other 2 didn't. Original Nice Name was Test-Client and when I changed the Gallery name in Lightroom, I didn't change the Nice Name.

Glad it was something simple. Thanks.
Page 5  of  12
1 2 3 4 5 6 7 8 9 Last »
Tell The World!  
Similar Threads Thread Starter Forum Replies Last Post
Please help with changing color of image display area in my galleries RBgunner SmugMug Customization 1 May-08-2009 12:43 PM
Why Can't I see my Client Galleries in Firefox? deegee SmugMug Customization 2 Sep-22-2008 09:48 AM
Your Proofing and Editing process thenimirra Mind Your Own Business 5 Aug-18-2008 11:41 AM
Client proofing and bride picks her top 75 photos and I only see and print them. aacreation SmugMug Customization 4 Jul-23-2008 09:29 AM
San Francisco Bay Area Photography Group dkapp The Big Picture 3 Nov-07-2004 07:35 PM


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

Forum Jump