Posted by Carld on May 10, 2007 at 1:08am
| Project: | Video CCK |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | aaron |
| Status: | closed (fixed) |
Issue Summary
I've assigned the video field to a group in CCK and appears in the group when managing fields, but it is not included in the group on view and editing.
Comments
#1
This is a quick patch I created which solved the problem for me... It basically removes it from being in it's own fieldset, allowing it to be grouped with fieldgroup. It also allows for multiple videos per content type, when before only one was showing up upon creating content.
#2
awesome, thanks for the work! tested & committed now
#3