Directory

Breadcrumbs Manager Component - Mini-application to render the main page body. Plugin - Changes code behavior dynamically. 

Logo
Version:
1.1
Rating
starstarstarstarstar
License:
Other
Type:
Commercial
Compatibility:
Joomla 1.5
Votes:
0
Hits:
623
Developer Name:   Enless Soft Ltd.
Project Homepage:   enless-soft.com/pj_abm
Breadcrumbs Manager is a Joomla breadcrumbs management system. It allows you to fully control the breadcrumbs in your pages. Breadcrumbs Manager uses low-level Joomla breadcrumbs functionality so you can use any breadcrumbs module – it will work as long as it uses the standard Joomla way of getting breadcrumbs.
What you can do:
- define how your breadcrumbs are assembled using one or more patterns
- define different patterns for different sections of your site
- reuse the default breadcrumbs set by Joomla (or any third-party component)
- set default starting and ending of the breadcrumbs that are used for every page
- use any breadcrumbs module you like (including the default Joomla module)
Breadcrumbs patterns are defined by an ordered list of breadcrumbs items (parts). There are some predefined parts and it is possible to create your own, custom parts.
Built-in breadcrumbs items (parts) include:
- current article
- current category, links to category blog
- current section, links to section blog
- current menu item, links to the menu
- current menu path
- name of the web site, links to the home page
- default Joomla title

Custom breadcrumbs items (parts) could be defined using:
- Text
- SQL query
- PHP script
You can use environment parameters in the definition of a custom breadcrumbs item.
Example custom item:
- by Text – “My Company,http://mycompany.com”
- by SQL – “SELECT title AS label FROM #__polls WHERE id = [request:id]” – will resolve to the title of the current poll when displaying the poll results page. You can specify link separately.
- by PHP – “return new BreadcrumbsItemValue(‘My Item’, ‘http://google.com’);” – will resolve to a breadcrumbs part labeled “My Item” which links to Google.
Example pattern:
- [MyCompanyCustomItem] – [current article] – will resolve to: My Company – My sample article

Search Directory

Right Bottom

Right Center

Right Top