Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
[plugin] [ORPHAN] chh_title Yet Another Breadcrumb Tag
chh_title is a title/breadcrumb generator with configurable element order and support for category/section titles and full category trees.
There are plenty of good title and breadcrumb plugins out there, but I’ve been using some version of this from pretty much Day One. Enough updates have made it in to justify releasing it into the wild, especially since it is the only title tag that recognizes chh_keywords queries.
The plugin allows your choice of the following elements in whatever order you like:
- category1 – The current category or category tree branch (Category1 on article pages).
- category21 – The current Category2 or Category2 tree branch (only meaningful for article pages).
- keywords – The current chh_keywords keyword query.
- label1 – User-defined text/link specified by the label/labellink attribute.
- page – Page number.
- search – The current search query.
- section1 – The current section.
- site1 – The site name as set in Admin > Preferences.
- title – The title of the current article.
1 May be selected to appear on only article pages, only list pages, or all pages.
All in all, it does things the way I want them done, which in rare circumstances may be the way someone else wants them done, too.
Offline
Re: [plugin] [ORPHAN] chh_title Yet Another Breadcrumb Tag
I think the plugin is great – easy to configure and feature-rich, but I have one problem: it doesn’t display correctly German umlauts, making Ü – “ü”, ä – “ät” and so on.
Tested in Safari and Firefox.
PHP version: 5.0.4
MySQL: 4.1.14-standard
Locale: de_DE.UTF-8
Server: Apache/1.3.33 (Darwin) PHP/5.0.4 mod_perl/1.29
Apache version: Apache/1.3.33 (Darwin) PHP/5.0.4 mod_perl/1.29
php_sapi_mode: apache
Offline
Re: [plugin] [ORPHAN] chh_title Yet Another Breadcrumb Tag
Thank you!
This is just what I needed to get a category specific active class functioning on the links within a Textpattern form. As far as I’ve been able to tell, there was nothing that could accomplish this before…
Last edited by gdtroiano (2006-01-20 20:53:15)
Offline
Re: [plugin] [ORPHAN] chh_title Yet Another Breadcrumb Tag
ChrisJ wrote:
I think the plugin is great – easy to configure and feature-rich, but I have one problem: it doesn’t display correctly German umlauts, making Ü – “ü”, ä – “ät” and so on.
I was doing some unfriendly entity conversion. Shame, shame.
Offline
Re: [plugin] [ORPHAN] chh_title Yet Another Breadcrumb Tag
Excellent, big thank you’s.
Offline