View Full Version : Private view of galleries?
Aequitas
Nov-12-2007, 08:21 PM
My website is pretty much up at this point. But, I am trying to figure out if its possible to manage my galleries but only if logged in.
Its nice on my homepage when I can view all my galleries and access them from there when I am logged in, but I don't want the front page to be cluttered for visitors when they come to the site. Is there only way to make it so the galleries are only visible to me when I am logged in and are otherwise hidden?
Or is there some secret gallery management page I am not seeing?
Allen
Nov-12-2007, 08:22 PM
My website is pretty much up at this point. But, I am trying to figure out if its possible to manage my galleries but only if logged in.
Its nice on my homepage when I can view all my galleries and access them from there when I am logged in, but I don't want the front page to be cluttered for visitors when they come to the site. Is there only way to make it so the galleries are only visible to me when I am logged in and are otherwise hidden?
Or is there some secret gallery management page I am not seeing?
Have a link to your site?
Aequitas
Nov-12-2007, 08:25 PM
www.jwolfordphotography.com
Thats what I want the homepage to look like to other people. But when I log in I want to see all my galleries ideally.
But if I enable the gallery panel it will show up below the main picture to visitors. I tried making all the galleries private, but then it gives me an error saying no galleries were found.
Allen
Nov-12-2007, 08:47 PM
www.jwolfordphotography.com (http://www.jwolfordphotography.com)
Thats what I want the homepage to look like to other people. But when I log in I want to see all my galleries ideally.
But if I enable the gallery panel it will show up below the main picture to visitors. I tried making all the galleries private, but then it gives me an error saying no galleries were found.
Is that all you're showing is one gallery?
If you turn the galleries box on you can hide it on your homepage with
this in your CSS.
#galleriesBox,
#categoriesBox {
display: none;
}
.loggedIn #galleriesBox,
.loggedIn #categoriesBox {
display: block;
}
Also make all your galleries private then only you would see
them. Only the direct link you provide would work for them.
Aequitas
Nov-12-2007, 08:53 PM
That was the trick, I was trying to display the galleries when they were turned off instead of hiding them while they were turned on. Thanks!
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.