After update and install disable label (tabs name) on view node, but fine work under node add form.
Please how resolve this problem.
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | 697374_lost_fieldgroup_tab_name.patch | 553 bytes | giorgosk |
| #1 | cck_field_tabs_before_update.jpg | 35.38 KB | forcebook |
| cck_field_tabs_1_2screen.jpg | 35.39 KB | forcebook |
Comments
Comment #1
forcebook commentedBefore update
Upload pic before update.
Comment #2
nedjoI haven't been able to reproduce this issue. Please explain if possible the precise steps to reproduce from a new install.
Comment #3
pomliane commentedI 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.
Comment #4
gildor commentedThis 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.
Comment #5
forcebook commentedOn which line is this?
Where to put this line of code to working properly?
Comment #6
gildor commentedI insert this line after line 165:
Comment #7
forcebook commentedThanks gildor!
I resolve this problem.
Comment #8
giorgoskhere is a patch against the applied from the drupal root folder