Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: [archived] tcm_crumbs
Kirk: Already said: CSS absolute positioning.
VC3 :: weblog :: my wishlist
Offline
Re: [archived] tcm_crumbs
Etz you are right about putting it after the article tag… for some reason I thought $thisarticle was unset after the article was displayed.
kirk- you can just do the two-article-form trick if you’re doing that on individual article pages.
Offline
#87 2005-02-20 19:06:27
- tee
- New Member
- From: Norway
- Registered: 2004-09-19
- Posts: 9
Re: [archived] tcm_crumbs
I followed the advice and it works now. Thanks!
Tips to the next version:
- better documentation.
- lots of examples is nice.
- some users aren’t familiar with all the “tricks of the trade”, please have them in mind as well. it’s easy to be informative.
Thanks for an exellent plugin!
Proud VCII
Offline
#88 2005-03-08 02:43:39
- kirk
- New Member
- From: LA
- Registered: 2005-01-20
- Posts: 8
Re: [archived] tcm_crumbs
I tried putting the tcm tag in an article tag.
The problem is that in addition to the crumbs, it also returns the comments and the comment box for the particular article.
Offline
Re: [archived] tcm_crumbs
arg, i forgot about that problem back when i was doing that with my photoblog. i really don’t have much time right now (about 6 hours of homework… in high school? wtf?), but the solution probably lies in writing a quick function that emulates the article tag but removes the part which says
<pre> if ($preview && $parentid) { $article = discuss($parentid).$article; }
if (($Annotate or $com_count) && !$preview) {
if($use_comments) {
$article .= discuss($ID);
}
}
</pre>
Offline
#90 2005-03-12 10:46:36
- ss
- Member
- Registered: 2004-03-31
- Posts: 20
Re: [archived] tcm_crumbs
tmacwrig – thanks for this plugin.
Etz Haim – thanks for making sense out of it for me ;-)
Offline
Re: [archived] tcm_crumbs
tcm_crumbs is now hosted and available for download from Textpattern Resources
textpattern.org :: find and share Textpattern resources
docs.textpattern.io :: Textpattern user documentation
Offline
Re: [archived] tcm_crumbs
I’m looking for some help.
I want to employ a breadcrumb plugin on my blog but have a specific requirement which I doubt would be built
in to the various breadcrumb plugins I’ve looked into.
Here’s what I want to achieve:
Home > Section Name (for static pages)
Home > Category Name (for categories)
So far so good.
But what I need for my project is the Home to be a permanent link to Home (underlined)
and for my links to articles, it needs to ignore the section and display the article’s
category name instead.
I guess the logic would be: when calling an article then display category, not section.
When not calling an article then display section.
Does any of that make sense? Can anyone help me out?
Cheers!
Offline
Re: [archived] tcm_crumbs
Hi,
Don’t know if there still is any support for this plugin, but how do i remove the default from Sitename/ default? I don’t want people to see ‘default’ when they are on my index page…
Hope someone can help.
thx
Maarten
Last edited by maarten (2007-01-22 15:44:20)
Offline