Hi There
I am very new to drupal and have just started to use the panels module. what ive played with so far is great.
I have a question though. I have a custom content type that has some cck fields. I am using a flash app that I built to update these cck fields which is all working perfectly.
What I would like to do is hide the cck fields from the user when they do a node edit as flash does this editing. I setup panels and added content but didn't know how I could just edit my content type to allow just the title and body to display and hide the cck fields and the body and title must still be editable.
Any help would be great or point in the right direction. I don't know php so thats why I though panels would do the trick for me.
Regards
Barry
Comments
Comment #1
merlinofchaos commentedCCK would have to provide the edit fields as content for Panels to be able to do anything with them. That, to my knowledge, has never been implemented over there. Your only current recourse is to use hook_form_alter() probably, and since you don't know PHP that may well be beyond you. Sorry.
Comment #2
markus_petrux commentedThis feature is not implemented yet. We already have a feature request around here though. See: #253071: Panels integration for editing
Comment #3
barrygearing commentedThanks Guys, I managed to use the CCK permissions and contenplate modules to get my fields hidden.
Comment #4
barrygearing commented