PDA

View Full Version : Help With Client Gallery???


Cuties02q
Aug-27-2007, 01:48 PM
I have a Client Proofing Gallery but I do not want those galleries to show in my porfolio too :dunno

Allen
Aug-27-2007, 01:54 PM
I have a Client Proofing Gallery but I do not want those galleries to show in my porfolio too :dunno Your Portfolio is linking to your galleries page.
Try this.
Change the galleries page to display by category and add this to your footer
to hide the Clients category on the page.

Place this in your footer section.


<script type="text/javascript" language="javascript">

function delCategory() {
re = /\/(Clients)$/;

var oList = YD.getElementsByClassName('miniBox', 'div', this);

for (i = 0; i < oList.length; i++) {
if (re.test(oList[i].getElementsByTagName('a')[0].href))
oList[i].parentNode.removeChild(oList[i]);
}
}
YE.onContentReady('categoriesBox', delCategory);

</script>

Cuties02q
Aug-27-2007, 04:33 PM
I added it but I am still seeing the client galleries in my portfolio :scratch

Allen
Aug-27-2007, 04:44 PM
I added it but I am still seeing the client galleries in my portfolio :scratch
On your Portfolio page (actually galleries page) in the upper right corner on
the galleries box click "display by category" and see if it's not there.

Cuties02q
Aug-27-2007, 05:11 PM
Yay...I think it is working =) THANKS!!!!

H3 Photography
Aug-28-2007, 03:04 AM
What element distinguishes a gallery as a client gallery? I would love to ahve my public, un-locked galleries in one section, then all my client, password protected galleries in another... or I just skipped over a good tutorial :dunno

Thanks
Bo Hammonds
www.h3photography.net

denisegoldberg
Aug-28-2007, 04:24 AM
What element distinguishes a gallery as a client gallery? I would love to ahve my public, un-locked galleries in one section, then all my client, password protected galleries in another... or I just skipped over a good tutorial :dunno

Thanks
Bo Hammonds
www.h3photography.net (http://www.h3photography.net)
In the initial question above, Cuties02q has a category called clients where she places her client galleries. The instructions Allen gave were to hide that category. You could do the same thing by creating a category called clients (or whatever you want to call it) and adding the same code to your footer that Allen provided above.

--- Denise

H3 Photography
Aug-28-2007, 04:32 AM
Ah ha, I see! Well, that does make sense. I do appreciate the clarity :) Rather tahn taking up space, I'll just go ahead and search around for my question, because I'm sure its been talked about :thumb