My apologies if this is easily found in the mail-list archives (I found no easy way to search that wealth of information). I feel silly asking this collective about such a simple question, but for the life of me, I'm completely stumped. I have implemented a Plone 2.x site for our public website, and have completely replaced all the standard Plone skin. When I felt comfortable with the front page design, I wanted to use the same look and feel for my subfolders. I created a new folder (company), added the appropriate images etc., and *voila* the new section has the section specific content I want. However, the breadcrumb trail will only display "you are here: home". I simply cannot figure out what I haven't included (or what I "killed" when I created my new skin) that will make the breadcrumb pick up the new folder (you are here: home > company). Thanks for any insight! Steve
On 28 Jun 2005, at 23:50, Adamo, Steven wrote:
However, the breadcrumb trail will only display "you are here: home". I simply cannot figure out what I haven't included (or what I "killed" when I created my new skin) that will make the breadcrumb pick up the new folder (you are here: home > company).
Since that is probably specific Plone functionality you might be better off asking on the Plone lists. jens
Adamo, Steven wrote:
My apologies if this is easily found in the mail-list archives (I found no easy way to search that wealth of information).
Ah, so Google is blocked by your corporate firewall? ;-)
I feel silly asking this collective about such a simple question,
And rightly you should, since this list is neither centered around Plone nor CMF. Try using Google from home and find the lists for these specific products ;-)
for the life of me, I'm completely stumped. I have implemented a Plone 2.x site for our public website, and have completely replaced all the standard Plone skin.
Surely that must have meant you read the code as you replaced it? ;-)
However, the breadcrumb trail will only display "you are here: home". I simply cannot figure out what I haven't included (or what I "killed" when I created my new skin) that will make the breadcrumb pick up the new folder (you are here: home > company).
try looking for breadcrumbs.py in a script or two, I can't promise that Plone hasn't bastardised it, but it's what the CMF used to use to calculate breadcrumbs... Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk
participants (3)
-
Adamo, Steven -
Chris Withers -
Jens Vagelpohl