![]() |
|
The news breadcrumb - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: The news breadcrumb (/thread-9359.html) |
The news breadcrumb - tunafish - 2011-12-08 A good breadcrumb does not wrap a link about the currently active item. Index[link] » News [link] » My second page [no-link] Index[link] » News [no-link] `
` The news breadcrumb - sbillard - 2011-12-09 Uhm? how about The news breadcrumb - micheall - 2011-12-09 I'm not sure what the issue is, the default breadcrumb from zenpage theme does just that. What theme are you using? Here's the default zenpage breadcrumb for the image page:
` The news breadcrumb - tunafish - 2011-12-09 @ sbillard when I use @ micheall it does that for the [i]Image[/i] pages yes but not for [i]News[/i]. I checked all other themes that ship with ZP and all of them wrap a link on around the [i]News[/i] index. Quote:Prints the breadcrumb navigation for album, gallery and image view The news breadcrumb - acrylian - 2011-12-09 The gallery index url link is added statically before it. If you don't want it you can add an if/else to disable the link to just print "news". The link generally servers as the "news index" link (news page 1 link) so you can easily jump to the first page for futher ones. The news breadcrumb - tunafish - 2011-12-09 Ah it's not easy to explain but I think you got me acrylian.
The news breadcrumb - acrylian - 2011-12-09 Try The news breadcrumb - tunafish - 2011-12-09 Aha! That will work. |