I have installed and configured 6.x-3.0-rc1 version of panel module.
I have enabled panel given for /node/%node (node_view | Node template)
In Add variant i have
1. under Optional features : i have selected Selection rules
2. Selection rules » Choose layout » Panel content : i have added node:type as a criteria, where i have also selected Page - as cck type
3. Selection rules » Choose layout » Panel content : selected flexible layout
after selecting the layout style i am on the new page; where i can add the content to the panel.
In the title field i have given:
(a). static value as - demo : but when i am visiting any of the page node (full view), title of the page-node is not visible on any of the node, same breadcrumb is also not working (for blog).
(a). Substitutions - i have selected (%node:title) option : but when i am visiting any of the page node (full view), title of the page-node is not visible on any of the node, same breadcrumb is also not working (for blog).
Does i am missing something in the configuration?
Help would be appreciated.
Thanks,
Drupal Rocks
Comments
Comment #1
merlinofchaos commentedFor the substitution, what field did you put it in? The title field at the top is the one you want, and I've tested this just now and %node:title did what was appropriate.
For the breadcrumb to work, blog.module does this during the full node view. There is a checkbox in the node content called "Node page". Make sure this is selected. If it is not, blog.module will not add its breadcrumbs.
Comment #2
comfort_drupal commentedYes it is working with other theme, it has an issue with Magazeen Theme (http://drupal.org/project/magazeen).
Comment #3
merlinofchaos commentedIf it works with other themes but has an issue with just 1 theme then logic suggests the theme is at fault.
Comment #5
lonestar790 commentedI am looking to add the custom breadcrumbs to my new landing panel pages that were built in Panels 3.0. I was using the 6.14 version of the Custom breadcrumbs, which did work on all of my node types as prescribed. I was looking to add the breadcrumbs on all of my views and panels pages too with the newer version of the dev 6x.2x as it looked like it might have solved my problem.
I installed it and walked through the module admin section and it appears like it should be working. I have read that Custom Breadcrumbs needed a hook for the older version to work:
http://drupal.org/node/132557#comment-1823356
My landing pages are custom url panel pages with a hidden title.
Currently the breadcrumb says "home"
I have made a custom breadcrumb for that page, but no dice. Thank you for your time. I hope someone has some in site.
Comment #6
Sunshiney commentedI am looking for the answer to the same question. I hope you will post back here should you find the answer. I will do so, also.
P.S. I am not using the custom breadcrumbs module. I do have a custom theme into which I did include: print $breadcrumb variable. However, like TTT poster, I get only "home" in my breadcrumb. My landing pages, likewise, are custom url panel pages with a hidden title.