Hello,
if i edit or create a new page the Subscriptions-Section is between the Body and Revision-Section. But if i edit or create a own conten type(build with cck) then the Subscription-Section is placed not on the end of the actual content-type-page, instead it is between the fields of the own content-type...
Or is there a way, how i can place the subscription-field to the end of the CCK-content-Page?
Comments
Comment #1
jose reyero commentedComment #2
steven215 commenteddid you find a way to do this?
Comment #3
katiusha commentedI have the same problem. I have a custom content type, created with CCK. I've set the correct weights for all the fields I've created, but the "Notifications" and "Signup settings" fields appear on top of all my other fields, which is rather inconvenient. Is there any setting for the weight of these fields?
Thank you.
Comment #4
Anonymous (not verified) commentedThe solution is to implement hook_content_extra_fields(). There is a patch here: #634284: Adding CCK content_extra_fields support