Every fields inside the groups doesn't apear.

CommentFileSizeAuthor
#5 template.php_.patch1.37 KBJeff Burnz
#1 Picture_1.png20.2 KBAnonymous (not verified)
#1 Picture_2.png11.72 KBAnonymous (not verified)
Picture.png15.49 KBAnonymous (not verified)

Comments

Anonymous’s picture

StatusFileSize
new11.72 KB
new20.2 KB

Doesn't show ANY created field (CCK) on every form.

Anonymous’s picture

Priority: Normal » Critical

It's an essential feature.

oroszgy’s picture

any solution?

Jeff Burnz’s picture

Component: User interface » Code
Assigned: Unassigned » Jeff Burnz

From the template.php file completely remove the function phptemplate_field (lines 83 to 110 - delete the whole lot)

This will solve your problem.

Jeff Burnz’s picture

StatusFileSize
new1.37 KB

Patch to remove function phptemplate_field (lines 83 to 110), should be sweet to put this strait in and release a new version, this is most certainly critical as most users don't know the "other fix" of copying the CCK field.tpl.php to the theme folder.

All the function did was hide field labels, which doesn't help those that want show field labels, so I'd call this redundant and should be removed.

If there's no objections I want to commit this and get it out in a new release ASAP (next 24 hours, not weeks...).

Jeff Burnz’s picture

Status: Active » Needs review
Jeff Burnz’s picture

Title: Don´t show fields inside the groups » CCK fields don't show
Version: 5.x-1.0 » 5.x-1.1
Status: Needs review » Fixed

Fixed in 5.x-1.1, removed function phptemplate_field from template.php

Anonymous’s picture

Status: Fixed » Closed (fixed)

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