View Full Version : Hmmmm...how do I make sub galleries?
noeltykay
May-26-2007, 03:49 PM
I have created a gallery titled "Friends and Family"...under this gallery I would like to have other galleries titled with last names....so if I have a gallery titled "Jones", I would like to have sub galleries in the "Jones" folder. This way, for each client I can have a gallery with there last name...and then galleries for each shoot within that gallery...am I making sense?
rainforest1155
May-26-2007, 04:39 PM
You can't do that with the standard user interface for galleries, but have you looked at categories and subcategories? These are to additional levels that should help you setting up the structure you want.
Just create a category "Friends and Family" and then you can assign galleries to it. Same goes for subcategories.
I'm not sure how you can use categories right now with your customizations, but have a look at my page for an example. My whole site is built with categories as the top level.
Also have a look at the help page on categories (http://www.smugmug.com/help/upload-photo).
Hope this helps a bit,
Sebastian
Allen
May-26-2007, 07:54 PM
I have created a gallery titled "Friends and Family"...under this gallery I would like to have other galleries titled with last names....so if I have a gallery titled "Jones", I would like to have sub galleries in the "Jones" folder. This way, for each client I can have a gallery with there last name...and then galleries for each shoot within that gallery...am I making sense? Create a category named "Friends and Family" then under that category
create a sub-category for each family or friend. You then put galleries under
each sub-cat.
category .............. sub-cat ....... gallery
Friends and Family
........................... Smith
.............................................. event1
.............................................. event2
........................... Jones
.............................................. event1
.............................................. event2
Friends and Family > Smith > event1
Make sense?
noeltykay
May-27-2007, 06:43 AM
Create a category named "Friends and Family" then under that category
create a sub-category for each family or friend. You then put galleries under
each sub-cat.
category .............. sub-cat ....... gallery
Friends and Family
........................... Smith
.............................................. event1
.............................................. event2
........................... Jones
.............................................. event1
.............................................. event2
Friends and Family > Smith > event1
Make sense?
Totally makes sense...and I have begun to arrange my client shoots...thank you so much...I remember you telling me how to change the grey background to black to match the rest of the site but I do not remmeber bookmarking the code...would you be so kind to share the code?
Thanks in advance!
:bow
Allen
May-27-2007, 07:00 AM
Totally makes sense...and I have begun to arrange my client shoots...thank you so much...I remember you telling me how to change the grey background to black to match the rest of the site but I do not remmeber bookmarking the code...would you be so kind to share the code?
Thanks in advance!
:bow You have a link to the where you want the background changed?
Another option.
Might consider creating a "Clients" category to put the names under.
Then your clients would be separate from "friends and family".
noeltykay
May-27-2007, 09:43 AM
You have a link to the where you want the background changed?
Another option.
Might consider creating a "Clients" category to put the names under.
Then your clients would be separate from "friends and family".
Yes...I have a clients category...and I intend to move all these galleries over there...right now I am still playing around with the layout...the banner(s) and hopefully will be ready to go in the next week or two.
As for the background change...
I do not want grey on the friends and family gallery. (http://www.nkpix.com/Friends%20and%20Family)
Allen
May-27-2007, 09:54 AM
Yes...I have a clients category...and I intend to move all these galleries over there...right now I am still playing around with the layout...the banner(s) and hopefully will be ready to go in the next week or two.
As for the background change...
I do not want grey on the friends and family gallery. (http://www.nkpix.com/Friends%20and%20Family)
Add this to your CSS.
.category_Friends_and_Family #subcategoriesBox
{background:none;}
laslo
Jun-21-2007, 08:16 PM
Create a category named "Friends and Family" then under that category
create a sub-category for each family or friend. You then put galleries under
each sub-cat.
category .............. sub-cat ....... gallery
Friends and Family
........................... Smith
.............................................. event1
.............................................. event2
........................... Jones
.............................................. event1
.............................................. event2
Friends and Family > Smith > event1
Make sense?
I have a problem along the same line. I have a main category titled "Equestrian" and Sub Category Called "Bucks County Horse Park" In that sub category I have listed various events by date. Now I would like to for each event date arrange the photos by discipline such as Jumpers, Hunters, Dressage, ETC, How would I do that. My site is www.digitalexpressionsphotography.com (http://www.digitalexpressionsphotography.com)
PBolchover
Jun-21-2007, 09:01 PM
I have a problem along the same line. I have a main category titled "Equestrian" and Sub Category Called "Bucks County Horse Park" In that sub category I have listed various events by date. Now I would like to for each event date arrange the photos by discipline such as Jumpers, Hunters, Dressage, ETC, How would I do that. My site is www.digitalexpressionsphotography.com (http://www.digitalexpressionsphotography.com)
Assuming that you are a power user or pro, then you have four options.
In order from easiest to most difficult (and time-consuming):
1) Remove "Bucks County Horse Park" as a sub-category, and replace it by sub-categories for each date at the venue.
2) Have a gallery for each date. In the keywords for each photo, list both the event, and the disciple. (This will allow you to do a keyword search that gives all the photos in a single discipline on a given date.) If you wish, then you can use gallery redirects to make the keyword searches appear as galleries within your sub-category, and also use javascript to prevent the "date" galleries from appearing within the sub-category.
3) Make "Bucks County Horse Park" a full category. In the category "Equestrian" create a number of gallery redirects, pointing to the category corresponding to various venues.
4) Use the sub-gallery hack to create sub-galleries for each date.
laslo
Jun-22-2007, 04:36 AM
Assuming that you are a power user or pro, then you have four options.
In order from easiest to most difficult (and time-consuming):
1) Remove "Bucks County Horse Park" as a sub-category, and replace it by sub-categories for each date at the venue.
2) Have a gallery for each date. In the keywords for each photo, list both the event, and the disciple. (This will allow you to do a keyword search that gives all the photos in a single discipline on a given date.) If you wish, then you can use gallery redirects to make the keyword searches appear as galleries within your sub-category, and also use javascript to prevent the "date" galleries from appearing within the sub-category.
3) Make "Bucks County Horse Park" a full category. In the category "Equestrian" create a number of gallery redirects, pointing to the category corresponding to various venues.
4) Use the sub-gallery hack to create sub-galleries for each date.
Thank you. I will give it a try.
Laslo
noeltykay
Jul-04-2007, 05:15 AM
Add this to your CSS.
.category_Friends_and_Family #subcategoriesBox
{background:none;}
Allen, I tried chaning the grey background under sub category "Clients & Client Events"...I added the following to my CSS to no avail:
category_Clients_&_Client_Events #subcategoriesBox
{background:none;}
Allen
Jul-04-2007, 05:24 AM
Allen, I tried chaning the grey background under sub category "Clients & Client Events"...I added the following to my CSS to no avail:
category_Clients_&_Client_Events #subcategoriesBox
{background:none;}
Just a quick guess but try this. It's probably the "&" that's b0rking it.
category_Clients__Client_Events #subcategoriesBox
{background:none;}
or
category_Clients___Client_Events #subcategoriesBox
{background:none;}
noeltykay
Jul-04-2007, 05:29 AM
Just a quick guess but try this. It's probably the "&" that's b0rking it.
category_Clients__Client_Events #subcategoriesBox
{background:none;}
or
category_Clients___Client_Events #subcategoriesBox
{background:none;}
Neither of thos worked and I went so far to change the name of the gallery to "Clients and Client Events"
category_Clients_and_Client_Events #subcategoriesBox
{background:none;}[/quote]
Still no workie :dunno
Allen
Jul-04-2007, 05:33 AM
Neither of thos worked and I went so far to change the name of the gallery to "Clients and Client Events"
category_Clients_and_Client_Events #subcategoriesBox
{background:none;}
Still no workie :dunno[/quote]
These do work, just put the period on front of them.
.category_Clients_and_Client_Events #subcategoriesBox
{background:none;}
.category_Friends_and_Family #subcategoriesBox
{background:none;}
noeltykay
Jul-04-2007, 05:36 AM
Still no workie :dunno These do work, just put the period on front of them.
.category_Clients_and_Client_Events #subcategoriesBox
{background:none;}
.category_Friends_and_Family #subcategoriesBox
{background:none;}[/quote]
:bow Have a happy 4th! Thank you so much AGAIN!
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.