You are not logged in.
> Etz Haim wrote:
> To be honest, I’m using mine outside of the article form and inside a page template using some Textpattern trickery. I’m currently thinking of ways to make it work everywhere without requiring voodoo knowledge. ;) In the mean time, you can place your crumbs anywhere in your page using fixed CSS positioning.
It was not too hard to do what I wanted in the site that needed the plugin : the breadcrumb was exactly on the top of the articles so I could, with some condiationals, display it either in the page template, either in th article form… Thank you. I’ll remember the CSS positionning option for another site.
Nico
Offline
How do you style the breadcrumbs? I don’t see any option for that.
TXP Tips | @txptips | Me | @jonathanstubbs | Github
TXP Builders – finely-crafted code, design and txp @txpbuilders
Offline
It’s a CSS matter…
You can for example wrap the tag in a <div class="breadcrumb"> and define a .breadcrumb{} class in the CSS
Last edited by Niconemo (2005-09-27 16:01:49)
Nico
Offline
Ok, so is it better to place the tag within the page or a form? I found the same issue as Niconemo – the “default” showed up on the front page. You could say we don’t need breadcrumbs on the front page but its better to present it on all pages so users get familiar with it.
To put it on the front page would require making a new form/s instead of using the default article form. The other option is to place it in the page itself, but…..
1. If in the page do we need to add anything apart from the tag?
I will wrap the tag in a div for styling – thanks for the suggestion.
TXP Tips | @txptips | Me | @jonathanstubbs | Github
TXP Builders – finely-crafted code, design and txp @txpbuilders
Offline
OK, have experimented a little and find if I add the tag into the page it makes more sense, due to the fact that I have several forms to output articlle lists and single forms etc, not to mention that who wants to see “site > default” on the front page! (thats if the txp:etz_crumbs is in the default form)
However, if the tag is in the page, then the article title does not show up in the breadcrumb. Maybe I missed something here, but its 1.30am and its hard at this time :-)
TXP Tips | @txptips | Me | @jonathanstubbs | Github
TXP Builders – finely-crafted code, design and txp @txpbuilders
Offline
As of revision 965 kusor has included my patch to make the built-in <txp:breadcrumb /> title aware. All you have to do is specify <txp:breadcrumb title="1" /> and voila, the titles show up instead of the names. So, depending on your needs, you may not need etz_crumbs anymore.
This doesn’t mean that this plugin is or will become deprecated; it has a different behaviour from the built-in tag, plus it includes some other features, like support for nested categories. I still need etz_crumbs for my site(s), so I will continue supporting it.
VC3 :: weblog :: my wishlist
Offline
OK. Does that mean we should download the latest revision on your linked page?
I am still working with etz_crumbs but would like to know how to use it in the page. It works if placed in a page but wil only display the site name > section. If inside an article in the “about” section, only the section displays. I would like it to display the article title too.
I know it works if in a form, but as mentioned earlier, I have so many forms that do different things it won’t work for me that way. For example, some articles in 2 sections are in list form. When I add etz_crumbs to that form, I get several breadcrumbs!
There may be a way around this with forms, but to me, placing etz_crumbs in the page makes more sense….
TXP Tips | @txptips | Me | @jonathanstubbs | Github
TXP Builders – finely-crafted code, design and txp @txpbuilders
Offline
jstubbs, both Niconemo and I have suggested a couple of ways (textpattern conditionals, fixed CSS positioning) to get the job done easily. You may want to learn how to use these techniques, but that’s beyond the scope of this thread. This thread deals exclusively with etz_crumbs and its support.
Please study this carefully, spend some time here, try to learn something about CSS on your own, and if you still have any questions, direct them to the more appropriate forums (i.e. “How do I…”). You are welcome to post here too for anything specific to this plugin.
Last edited by Etz Haim (2005-09-28 21:24:19)
VC3 :: weblog :: my wishlist
Offline
OK. Due to popular demand, version .4 is out to fulfill some requests expressed in this thread. Changes include:
noexpand = "1" attribute too.I hope you enjoy it!
Last edited by Etz Haim (2005-10-01 04:57:56)
VC3 :: weblog :: my wishlist
Offline
Here are some requests for version 0.5 :)
Thanks :)
Last edited by grad (2005-10-04 11:22:55)
Offline