Closed (fixed)
Project:
Web Links
Version:
master
Component:
User interface
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
25 Mar 2007 at 21:27 UTC
Updated:
18 Jul 2008 at 05:38 UTC
Hi
When I click on a link to show a Web Link category, the breadcrumbs disappear. "Home" breadcrumb is visible on the overview page on Web Links, but not on sub level category pages. Is there an easy way to make the breadbrumbs show? Is it a bug or a feature? :)
Comments
Comment #1
Boletus commentedIt seems that the breadcrumbs do show up in the Garland Theme, but not in the Pushbuttom Theme. Any ideas how I can enable the breadcrumbs in the Pushbuttom theme?
Comment #2
ideaoforder commentedDoes the breadcrumb work normally for other modules? The 8 - 10 themes I've tried all seem to work okay, so I'm not sure if the issue is with Pushbutton, which is a solid theme, or with Weblinks. If you can get me a little more info, I can try to establish what the problem is.
Cheers.
Comment #3
umonkey commentedBreadcrumb doesn't show on the main page (/weblinks) for me, but is shown on all others.
Comment #4
Boletus commentedI had a
<?php if (!$title=""): ?> <?php print $breadcrumb ?>in the page.tpl. that made the sub category page breadcrumb not show up. The sub category page gets its "title" from the category name I guess? But the "standard"$titlevariable is perhaps unset? Just a thought.Comment #5
rmiddle commentedConfirmed still an issue with that theme. Need to looking into this more.
Comment #6
rmiddle commentedAlso in 6.x-1.0-Alpha1.
Thanks
Robert
Comment #7
rmiddle commentedComment #8
rmiddle commented6.x-1.0-Alpha4 fixes the issue. Still need to look into 5.x-1.8 issues.
Thanks
Robert
Comment #9
rmiddle commentedFixed in 5.x-1.11.
Thanks
Robert
Comment #10
nancydru