PDA

View Full Version : Can I remove "category" galleries wording from all pages?


TerryP
Dec-20-2006, 08:36 PM
I have a category called Galleries. Upon clicking the thumbnail, the page my galleries are on is called "Galleries galleries." Can I remove this wording on all pages regardless of category?

I looked in Customization FAQ and can't find anything. Or, I don't understand the code or really what I'm looking for.

Thanks for your help, as always.

Terry :scratch

www.terrypytlarz.smugmug.com

devbobo
Dec-20-2006, 08:41 PM
sure....


add to javascript section...

YE.onAvailable('galleryTitle', function () {this.innerHTML = this.innerHTML.replace(/ galleries/, '')});

TerryP
Dec-21-2006, 04:32 AM
sure....


add to javascript section...

YE.onAvailable('galleryTitle', function () {this.innerHTML = this.innerHTML.replace(/ galleries/, '')});

Fantastic! Thanks. :ivar

I have one that says sub-categories I want to eliminate. I played around with your scripts but can't find the right combination. Your extended help on this one would be great!

Terry