Changes between Version 9 and Version 10 of Varbreadcrumbs
- Timestamp:
- Jun 1, 2007 5:07:08 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Varbreadcrumbs
v9 v10 1 1 = Varbreadcrumbs = 2 2 3 1.Varbreadcrumbs - is a Plone add-on product that allows to customize breadcrumbs to your needs. This product replaces the standard way of breadcrumbs generation by a different one if needed.3 '''1.''' Varbreadcrumbs - is a Plone add-on product that allows to customize breadcrumbs to your needs. This product replaces the standard way of breadcrumbs generation by a different one if needed. 4 4 5 5 Such kind of breadcrumbing is used in those situation when site structure (the way we can get to a page) is different from the structure by folders. It sometimes may also be preferable for SEO purposes. … … 68 68 69 69 70 2.Varbreadcrumbs product allows you set silo titles for all breadcrumbs items, different from object title. To do it, go to the folder that includes items, that are to be renamed. Go to folder properties (in ZMI interface), and change the existing titles to what you need ('''Properties Tab, silo_items field'''). Let's change the existing title '''Incorporate Your Business''' for '''why.asp''' page to '''Reasons To Incorporate''':70 '''2.''' Varbreadcrumbs product allows you set silo titles for all breadcrumbs items, different from object title. To do it, go to the folder that includes items, that are to be renamed. Go to folder properties (in ZMI interface), and change the existing titles to what you need ('''Properties Tab, silo_items field'''). Let's change the existing title '''Incorporate Your Business''' for '''why.asp''' page to '''Reasons To Incorporate''': 71 71 72 72 [[Image(silo-items.png, nolink)]] … … 78 78 79 79 80 3.This product also adds default page in breadcrumbs item urls. Thus links go not to a folder, but to a default page of this folder. For example, in such a breadcrumb '''''Home -> incorporate -> Where to incorporate -> Incorporate in Any State'''''80 '''3.''' This product also adds default page in breadcrumbs item urls. Thus links go not to a folder, but to a default page of this folder. For example, in such a breadcrumb '''''Home -> incorporate -> Where to incorporate -> Incorporate in Any State''''' 81 81 Link from '''incorporate''' will point to default page '''index.asp''' - !http://www.portal.com/incorporate/index.asp.