Posted by Sebastian on June 22, 2009 at 7:13am
Jump to:
| Project: | Notifications |
| Version: | 6.x-2.0 |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (duplicate) |
Issue Summary
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
#1
#2
did you find a way to do this?
#3
I 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.
#4
The solution is to implement hook_content_extra_fields(). There is a patch here: #634284: Adding CCK content_extra_fields support