Plone.path_bar

4 messages Options
Embed this post
Permalink
skug () Plone.path_bar
Reply Threaded More More options
Print post
Permalink
How i remove the text "you-are-here" from the plone default path_bar?
Lars Löwenadler () Re: Plone.path_bar
Reply Threaded More More options
Print post
Permalink
skug wrote:
How i remove the text "you-are-here" from the plone default path_bar?
In ZMI, edit the  TTW View Template at  /IPS/portal_view_customizations/zope.interface.interface-plone.path_bar

Look for "You are here:" and simply remove it.

Regards,
Lars
Lars Löwenadler () Re: Plone.path_bar
Reply Threaded More More options
Print post
Permalink
Sorry, forget about the IPS part of the path, replace it with your own path.

Lars

Lars Löwenadler wrote:
skug wrote:
How i remove the text "you-are-here" from the plone default path_bar?
In ZMI, edit the  TTW View Template at  /IPS/portal_view_customizations/zope.interface.interface-plone.path_bar

Look for "You are here:" and simply remove it.

Regards,
Lars
vedaw () Re: Plone.path_bar
Reply Threaded More More options
Print post
Permalink
In reply to this post by Lars Löwenadler
You can also do this with CSS:

#breadcrumbs-you-are-here {
    display:none;
}

This would save you the pain of modifying a viewlet.

Cheers,

- Veda


On 9/3/09 4:48 AM, "Lars Löwenadler" <[hidden email]>
wrote:

>
>
> skug wrote:
>>
>> How i remove the text "you-are-here" from the plone default path_bar?
>>
>
> In ZMI, edit the  TTW View Template at
> /IPS/portal_view_customizations/zope.interface.interface-plone.path_bar
>
> Look for "You are here:" and simply remove it.
>
> Regards,
> Lars


_______________________________________________
UI mailing list
[hidden email]
http://lists.plone.org/mailman/listinfo/ui