Posted by Mitson on March 3, 2011 at 1:57am
1 follower
Jump to:
| Project: | VideoField |
| Version: | 6.x-6.x-dev |
| Component: | User interface |
| Category: | feature request |
| Priority: | major |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Hello,
Please, provide a way to enable different videofield settings for each CCK content type.
I need some content types (incl. videofield) with different player size. It is very hard to remember every size needed and to put it manually on every video upload.
Here is a simple patch for example
| Attachment | Size |
|---|---|
| videofield_widget.inc_.01.diff | 2.79 KB |
Comments
#1
Little explanation:
This patch provides additional settings for each content type + videofield configuration (admin/content/node-type/video/fields/field_XXXXX), i.e., administrator can set default player width and height of given content type. If width and height are omitted then main videofield configuration (admin/settings/videofield) is used.
These default width and height can be overridden for each uploaded file. Also, if removed, the width and height returned to their default values for this content type.