PDA

View Full Version : Question about Sharegroups and Communities


NikonGirl
Mar-17-2007, 07:33 PM
Can I toggle off/on the section at the top of my page that shows which sharegroups I "recently visited"?

Also, when I associate a gallery with a community, how do I keep the list of links at the top (breadcrumbs) so that the first link is my home page and not the community?

Using this gallery as an example:
http://www.yolanda.smugmug.com/gallery/94671#4041639

I want to change the links from:
Washington-Oregon > Yolanda > Vacation > Washington > Lake Quinault Lodge

to:
Yolanda > Vacation > Washington > Lake Quinault Lodge

and still keep it part of the Washington-Oregon community. Can this be done?

Thank you!

Allen
Mar-17-2007, 07:36 PM
Can I toggle off/on the section at the top of my page that shows which sharegroups I "recently visited"?

Also, when I associate a gallery with a community, how do I keep the list of links at the top (breadcrumbs) so that the first link is my home page and not the community?

Using this gallery as an example:
http://www.yolanda.smugmug.com/gallery/94671#4041639

I want to change the links from:
Washington-Oregon > Yolanda > Vacation > Washington > Lake Quinault Lodge

to:
Yolanda > Vacation > Washington > Lake Quinault Lodge

and still keep it part of the Washington-Oregon community. Can this be done?

Thank you!
Add this to hide sharegroups.

.homepage #shareGroups {display: none;}

Don't think you can do anything with the communities though. Someone
else will have to answer that.

Andy
Mar-17-2007, 07:37 PM
Can I toggle off/on the section at the top of my page that shows which sharegroups I "recently visited"?


.homepage #shareGroups {display: none;}


Also, when I associate a gallery with a community, how do I keep the list of links at the top (breadcrumbs) so that the first link is my home page and not the community?
Can't, sorry. It's the way the communities work.

NikonGirl
Mar-17-2007, 07:45 PM
Okay, thank you both for the quick response.