Changes between Version 10 and Version 11 of Varbreadcrumbs
- Timestamp:
- Jun 4, 2007 7:35:44 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Varbreadcrumbs
v10 v11 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 you 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. … … 36 36 == How to organize breadcrumbs in a desired way? == 37 37 38 As we need a special breadcrumbing for '''states.asp''' page, we go to ZMI interface (add /manage_main to page URL), and chose Propertiestab. Add a new property:38 As we need a special breadcrumbing for '''states.asp''' page, we go to ZMI interface (add '''/manage_main''' to page URL), and chose '''Properties''' tab. Add a new property: 39 39 name - breadcrumbs 40 40 … … 56 56 57 57 58 The same way, if we need a special breadcrumbing for the page '''Incorporate in Nebraska''' (nebraska.asp), go to ZMI interface and chose Propertiestab. Add a new property with name - breadcrumbs, type - lines.58 The same way, if we need a special breadcrumbing for the page '''Incorporate in Nebraska''' (nebraska.asp), go to ZMI interface and chose '''Properties''' tab. Add a new property with name - breadcrumbs, type - lines. 59 59 60 60 Fill the value field with '''whereto.asp''' and '''states.asp''', save the changes: … … 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 breadcrumbs items, different from object title (common feature with [http://projects.quintagroup.com/products/wiki/qSiloBreadcrumbs qSilobreadcrumbs]). 71 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 72 72 73 [[Image(silo-items.png, nolink)]] 73 74 74 Thus, '''why.asp''' page look this way:75 Thus, '''why.asp''' page looks this way: 75 76 76 77 [[Image(why.png, nolink)]]