the title says it. i created a textfield and show it inside a tab in one content type. that only works when logged in. when not logged in, the tab appears, but its empty.
is there a way to fix this? or is it a bug?
the title says it. i created a textfield and show it inside a tab in one content type. that only works when logged in. when not logged in, the tab appears, but its empty.
is there a way to fix this? or is it a bug?
Comments
Comment #1
michelleI can't get this to work when not logged in, either. There isn't any access control that I can find. Very strange.
(5.x version for me)
Michelle
Comment #2
nilsja commentedthan i think it is a bug.
Comment #3
nilsja commenteddoes anybody know how to fix this?
Comment #4
Moonshine commented@nilsja
Do you have CCK's "Content Permssions" module enabled. Sounds like you might have that enabled and haven't given anonymous users access to edit the field.
Comment #5
nedjoThis sounds like a bug. Presumably we shouldn't be creating tabs if they're not going to have content.
Comment #6
rconstantine commentedSound like this: http://drupal.org/node/342076
Comment #7
javiereduardo commentedThanks @Moonshine. In permissions I have check all the boxes in the "module content_permissions" and now it works.