Closed (fixed)
Project:
Wabi
Version:
5.x-1.1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Anonymous (not verified)
Created:
19 May 2008 at 19:43 UTC
Updated:
23 May 2017 at 14:01 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Anonymous (not verified) commentedDoesn't show ANY created field (CCK) on every form.
Comment #2
Anonymous (not verified) commentedIt's an essential feature.
Comment #3
oroszgy commentedany solution?
Comment #4
Jeff Burnz commentedFrom the template.php file completely remove the function phptemplate_field (lines 83 to 110 - delete the whole lot)
This will solve your problem.
Comment #5
Jeff Burnz commentedPatch 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...).
Comment #6
Jeff Burnz commentedComment #7
Jeff Burnz commentedFixed in 5.x-1.1, removed function phptemplate_field from template.php
Comment #8
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.