I create pages for a group. When on the home page of the group, the Group Details block and the breadcrumbs trail show the name of the group.

However: When navigating to another page of the group, those change to the name of the page.

NOTHING on the site indicates that you are in a group anymore.

Is there a solution to make sure that as long as I am in a group, on any page of it, the name of the group is displayed somewhere nice and big?

Comments

KaaRoy’s picture

Category: support » bug

I am not sure this is really a bug, maybe this is a feature or support request. But now it looks like a bug to me.The purpose of a group home page is that you see that you are in a group home page.

jimthunderbird’s picture

Hi,
I agree on the breadcrumb issue, i will fix it later.

Best Regards,
Jim

SeanBannister’s picture

@jimthunderbird: Did you ever end up looking at this? I might have to look at this issue soon.

jakchapman@groups.drupal.org’s picture

This also seems to be related to changing the node name as came up in this issue:
http://drupal.org/node/822858

It seems to be resolved by commenting out 808 and 816 which both read

$node->title = $row->page_title;

But it also causes the page title to show as the group title. That's what I would expect anyway, but perhaps there's a reason that it's not the default behavior?

goose2000’s picture

Priority: Normal » Major

True. I want to add that this does not work as one would expect. The OG panel page title should NOT override the Group's Name / Title. Currently, OG panels destroys any concept of a 'context' or group by throwing out the one thing that ties the content together, being housed under a Group Name / Title.

Anyone got a work around or hack?