After update and install disable label (tabs name) on view node, but fine work under node add form.
Please how resolve this problem.

Comments

forcebook’s picture

Component: User interface » Code
Assigned: Unassigned » forcebook
Status: Needs work » Active
StatusFileSize
new35.38 KB

Before update
Upload pic before update.

nedjo’s picture

I haven't been able to reproduce this issue. Please explain if possible the precise steps to reproduce from a new install.

pomliane’s picture

I had the same issue and investigated deeply (and stupidly)... To eventually realize that, for a reason I ignore, tabs labels display was set to "hidden"...
This seems odd to me : tabs were displayed before the update and thus certainly set to display "above" as there are now...

Thanks nedjo for your attention and follow up.

gildor’s picture

This error version 6.x-1.2. Title is not returned by function cck_fieldgroup_tabs_nodeapi

Line was lost (it was in 6.x-1.1):
$element['#title'] = t(check_plain($group['label']));

If you return a string, then everything works.

forcebook’s picture

On which line is this?
Where to put this line of code to working properly?

gildor’s picture

I insert this line after line 165:

$element = $node->content[$group_name]['group'];
forcebook’s picture

Thanks gildor!

I resolve this problem.

giorgosk’s picture

Status: Active » Needs review
StatusFileSize
new553 bytes

here is a patch against the applied from the drupal root folder