Hi there

I have this issue with Panels (I am using 5.x-2.0-beta5):

I create a new panel page set the title, etc and when I view the actual panel, its breadcrumb is: "Home > No title"

This happens when I set the title and also when I leave the title field empty

Any thoughts?

thanks

Comments

sun’s picture

Status: Active » Fixed

This should be fixed in rc1. Please re-open if you're still experiencing this issue.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

xamount’s picture

Status: Closed (fixed) » Active

I am still experiencing this using version Panels 5.x-2.0-rc1a

However this happens when I do NOT set a title. The breadcrumbs displays" No Title". Shouldn't the breachcrumb just not display anything?

If i set a title, the breadcrumb work as expected.

jyg’s picture

I am also seeing this in 6.x-2.0-alpha2. Also, when I do NOT set a title. My panel's title shows "No title".

So, I did the following within panels_page.read.inc:

355    if (is_null($default_title)) {
356  //    return t('No title');
357      return NULL;
358    }

and it seems the issue was fixed with no adverse affects.

jyg

erifneerg’s picture

thanks JYG! worked for me in 6.Alpha

kwixson’s picture

On the home page I'm working on now (a panels page) there is a ">" symbol in the breadcrumbs line and nothing else. One solution would be to turn off breadcrumbs for this page. How do I do that? Anything else I can do short of hacking a template?

esmerel’s picture

Status: Active » Closed (won't fix)

No fixes will be added to the 2.x line.