Seems that video cck doesn't work in my tpl.php file as all my other CCK form fields.

This is the code I'm using

<?php print drupal_render($form['field_video_url_or_embed_code']); ?>

Am I missing something?

Comments

aaron’s picture

without seeing how you're using it, i would think that should work. could you do two things:

1) post the result of print_r($form)
2) post the rest of the code in the tpl file?

thanks,
aaron

davidburns’s picture

here's what is in the tpl file

<?php
drupal_add_css(drupal_get_path('theme', 'zen') . '/css/video-add.css');
drupal_get_css(); 
?>

<fieldset class="video-wrapper"><legend>Main Information</legend>
<div class="video-date">
<label>post date:</label>
  <?php print date("F j, Y"); ?>
</div> 

<div class="video-title">
<label>title:</label>
  <?php print drupal_render($form['title']); ?>
</div>

<div class="video-publisher">
<label>author:</label>
	<?php global $user; print $user->name; ?>
</div>

<div class="video-description">
<fieldset><legend>Describe/ Text Content</legend>
  <? $form['body_filter']['body']['#title'] = t(''); ?>
  <?php print drupal_render($form['body_filter']); ?>
  </fieldset>
</div>

<div class="video-category">
  <fieldset class="collapsible"><legend><a href="#">Categorize</a></legend>
    <div class="video-taxonomy">
      <?php $form['taxonomy']['#description'] = t(''); ?>
      <?php print drupal_render($form['taxonomy']); ?>
    </div>
  </fieldset>
</div>

<? $form['attachments']['#title'] = t('Upload Video'); ?>
<? $form['attachments']['#description'] = t('uploading any media may take some time'); ?>
<?php print drupal_render($form['attachments']); ?>
<?php print drupal_render($form['field_video_url_or_embed_code']); ?>

<div class="video-action">
  <p><input type="submit" name="op" id="edit-preview" value="Preview"  class="form-submit" /></p>
  <p><input type="submit" name="op" id="edit-submit" value="Submit"  class="form-submit" /></p>
</div>

<?php unset($form['preview']); ?>
<?php unset($form['submit']); ?>
</fieldset>

<div class="add-video"><?php print drupal_render($form) ?></div>

<?php print_r($form); ?>

Here's what was printed to the screen with print_r ($form)

Home
Search the Voice:
Publish >
your ideas

    * Writing
    * Blogs,
    * Images
    * Video,
    * Audio

Market >
things & services

    * items
    * services,
    * jobs
    * houses,
    * building materials

Build >
communities

    * Groups
    * Organizations
    * & Forums

Find >
people & places

    * people
    * businesses
    * & Organizations

Home :: Create content
Submit Video

Operating in off-line mode.
Main Information
post date: June 17, 2007
title:
Title: *
author: dburns
Describe/ Text Content
Body:
Input format
Filtered HTML

    * Web page addresses and e-mail addresses turn into links automatically.
    * Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
    * Lines and paragraphs break automatically.

PHP code

    * You may post PHP code. You should include <?php ?> tags.

Full HTML

    * Web page addresses and e-mail addresses turn into links automatically.
    * Lines and paragraphs break automatically.

More information about formatting options
Categorize
free tagging - two comma seperated words:
A comma-separated list of terms describing this content. Example: funny, bungee jumping, "Company, Inc.".
Video Upload
Changes made to the attachments are not permanent until you save this post. The first "listed" file will be included in RSS feeds.
Attach new file:

Video url or embed code
Embed Code or Video URL:
Enter the Embed Code or Video URL here. For instance, you might enter the URL from the address bar of a video at Google Videos, or the code from the Embed bar provided by YouTube. The video will be parsed and displayed appropriately from this.
The following services are provided: Google, JumpCut, MetaCafe, MySpace, Revver, YouTube
Authoring information
Authored by:
Leave blank for Anonymous.
Authored on:
Format: 2007-06-17 22:11:20 +0000. Leave blank to use the time of form submission.
Log message:
An explanation of the additions or updates being made to help other authors understand your motivations.
Publishing options
Published
Promoted to front page
Sticky at top of lists
Create new revision
URL path settings
Optionally specify an alternative URL by which this node can be accessed. For example, type "about" when writing an about page. Use a relative path and don't add a trailing slash or the URL alias won't work.
Comment settings
Disabled
Read only
Read/Write
Menu settings
Title:
The name to display for this menu link.
Description:
The description displayed when hovering over a menu item.
Parent item:
Weight:
Optional. In the menu, the heavier items will sink and the lighter items will be positioned nearer the top.
Array ( [attachments] => Array ( [#type] => fieldset [#access] => 1 [#title] => Video Upload [#collapsible] => 1 [#collapsed] => [#description] => Changes made to the attachments are not permanent until you save this post. The first "listed" file will be included in RSS feeds. [#prefix] =>
[#suffix] =>
[#weight] => -10 [wrapper] => Array ( [#theme] => upload_form_new [new] => Array ( [#prefix] =>
[#suffix] =>
[upload] => Array ( [#type] => file [#title] => Attach new file [#size] => 40 [#post] => Array ( ) [#programmed] => [#tree] => [#parents] => Array ( [0] => upload ) [#weight] => 0 [#processed] => [#description] => [#attributes] => Array ( ) [#required] => [#input] => 1 [#name] => files[upload] [#id] => edit-upload [#value] => [#sorted] => 1 ) [attach] => Array ( [#type] => button [#value] => Attach [#name] => attach [#id] => attach-button [#post] => Array ( ) [#programmed] => [#tree] => [#parents] => Array ( [0] => attach ) [#weight] => 0.001 [#processed] => [#description] => [#attributes] => Array ( ) [#required] => [#input] => 1 [#button_type] => submit [#executes_submit_callback] => [#sorted] => 1 ) [#post] => Array ( ) [#programmed] => [#tree] => [#parents] => Array ( [0] => new ) [#weight] => 0 [#processed] => [#sorted] => 1 ) [attach-url] => Array ( [#type] => hidden [#value] => http://localhost/upload/js [#attributes] => Array ( [class] => upload ) [#post] => Array ( ) [#programmed] => [#tree] => [#parents] => Array ( [0] => attach-url ) [#weight] => 0.001 [#processed] => [#description] => [#required] => [#input] => 1 [#name] => attach-url [#id] => edit-attach-url [#sorted] => 1 ) [current] => Array ( [vid] => Array ( [#type] => hidden [#value] => [#post] => Array ( ) [#programmed] => [#tree] => [#parents] => Array ( [0] => vid ) [#weight] => 0 [#processed] => [#description] => [#attributes] => Array ( ) [#required] => [#input] => 1 [#name] => vid [#id] => edit-vid [#sorted] => 1 ) [#post] => Array ( ) [#programmed] => [#tree] => [#parents] => Array ( [0] => current ) [#weight] => 0.002 [#processed] => [#sorted] => 1 ) [#post] => Array ( ) [#programmed] => [#tree] => [#parents] => Array ( [0] => wrapper ) [#weight] => 0 [#processed] => [#sorted] => 1 [#theme_used] => 1 [#value] => [#type] => [#prefix] =>
[#suffix] =>
[#children] =>
Attach new file:
[#printed] => 1 ) [#required] => 1 [#post] => Array ( ) [#programmed] => [#tree] => [#parents] => Array ( [0] => attachments ) [#processed] => [#attributes] => Array ( ) [#sorted] => 1 [#children] =>
Attach new file:
[#printed] => 1 ) [title] => Array ( [#type] => textfield [#title] => Title [#required] => 1 [#default_value] => [#weight] => -5 [#post] => Array ( ) [#programmed] => [#tree] => [#parents] => Array ( [0] => title ) [#processed] => [#description] => [#attributes] => Array ( ) [#input] => 1 [#size] => 60 [#maxlength] => 128 [#autocomplete_path] => [#name] => title [#id] => edit-title [#value] => [#sorted] => 1 [#printed] => 1 ) [taxonomy] => Array ( [tags] => Array ( [#weight] => 0 [#processed] => [#parents] => Array ( [0] => taxonomy [1] => tags ) [#tree] => 1 [#post] => Array ( ) [#programmed] => [5] => Array ( [#type] => textfield [#title] => free tagging - two comma seperated words [#description] => A comma-separated list of terms describing this content. Example: funny, bungee jumping, "Company, Inc.". [#required] => 0 [#default_value] => [#autocomplete_path] => taxonomy/autocomplete/5 [#weight] => 0 [#maxlength] => 255 [#post] => Array ( ) [#programmed] => [#tree] => 1 [#parents] => Array ( [0] => taxonomy [1] => tags [2] => 5 ) [#processed] => [#attributes] => Array ( ) [#input] => 1 [#size] => 60 [#name] => taxonomy[tags][5] [#id] => edit-taxonomy-tags-5 [#value] => [#sorted] => 1 [#printed] => 1 ) [#children] =>
free tagging - two comma seperated words:
A comma-separated list of terms describing this content. Example: funny, bungee jumping, "Company, Inc.".
[#printed] => 1 ) [#weight] => -3 [#tree] => 1 [#post] => Array ( ) [#programmed] => [#parents] => Array ( [0] => taxonomy ) [#processed] => [#sorted] => 1 [#description] => [#children] =>
free tagging - two comma seperated words:
A comma-separated list of terms describing this content. Example: funny, bungee jumping, "Company, Inc.".
[#printed] => 1 ) [field_video_url_or_embed_code] => Array ( [#weight] => -2 [#post] => Array ( ) [#programmed] => [#tree] => [#parents] => Array ( [0] => field_video_url_or_embed_code ) [#processed] => [#sorted] => 1 [#printed] => 1 ) [#after_build] => Array ( [0] => node_form_add_preview ) [#token] => video_node_form [#post] => Array ( ) [nid] => Array ( [#type] => value [#value] => [#post] => Array ( ) [#programmed] => [#tree] => [#parents] => Array ( [0] => nid ) [#weight] => 0 [#processed] => [#description] => [#attributes] => Array ( ) [#required] => [#input] => 1 [#name] => nid [#id] => edit-nid [#sorted] => 1 [#printed] => 1 ) [#method] => post [#node] => stdClass Object ( [uid] => 4 [name] => dburns [type] => video [created] => 1182118280 [date] => 2007-06-17 22:11:20 +0000 [comment] => 2 [status] => 1 [promote] => [sticky] => [revision] => [field_video_url_or_embed_code] => Array ( [0] => Array ( [embed] => [value] => ) ) ) [#value] => [#theme_used] => 1 [#parameters] => Array ( [0] => video_node_form [1] => Array ( [uid] => 4 [name] => dburns [type] => video ) ) [#action] => /node/add/video [#base] => node_form [#type] => markup [#parents] => Array ( ) [#required] => [#tree] => [#submit] => Array ( [node_form_submit] => Array ( ) ) [#attributes] => Array ( [enctype] => multipart/form-data ) [#description] => [#id] => node-form [#processed] => [#programmed] => [#after_build_done] => 1 [#validate] => Array ( [node_form_validate] => Array ( ) ) [#theme] => node_form [vid] => Array ( [#type] => value [#value] => [#post] => Array ( ) [#programmed] => [#tree] => [#parents] => Array ( [0] => vid ) [#weight] => 0.001 [#processed] => [#description] => [#attributes] => Array ( ) [#required] => [#input] => 1 [#name] => vid [#id] => edit-vid [#sorted] => 1 [#printed] => 1 ) [uid] => Array ( [#type] => value [#value] => 4 [#post] => Array ( ) [#programmed] => [#tree] => [#parents] => Array ( [0] => uid ) [#weight] => 0.002 [#processed] => [#description] => [#attributes] => Array ( ) [#required] => [#input] => 1 [#name] => uid [#id] => edit-uid [#sorted] => 1 [#printed] => 1 ) [created] => Array ( [#type] => value [#value] => 1182118280 [#post] => Array ( ) [#programmed] => [#tree] => [#parents] => Array ( [0] => created ) [#weight] => 0.003 [#processed] => [#description] => [#attributes] => Array ( ) [#required] => [#input] => 1 [#name] => created [#id] => edit-created [#sorted] => 1 [#printed] => 1 ) [type] => Array ( [#type] => value [#value] => video [#post] => Array ( ) [#programmed] => [#tree] => [#parents] => Array ( [0] => type ) [#weight] => 0.004 [#processed] => [#description] => [#attributes] => Array ( ) [#required] => [#input] => 1 [#name] => type [#id] => edit-type [#sorted] => 1 [#printed] => 1 ) [changed] => Array ( [#type] => hidden [#default_value] => [#post] => Array ( ) [#programmed] => [#tree] => [#parents] => Array ( [0] => changed ) [#weight] => 0.005 [#processed] => [#description] => [#attributes] => Array ( ) [#required] => [#input] => 1 [#name] => changed [#id] => edit-changed [#value] => [#sorted] => 1 [#printed] => 1 ) [body_filter] => Array ( [body] => Array ( [#type] => textarea [#title] => Body [#default_value] => [#rows] => 20 [#required] => [#post] => Array ( ) [#programmed] => [#tree] => [#parents] => Array ( [0] => body ) [#weight] => 0 [#processed] => [#description] => [#attributes] => Array ( ) [#input] => 1 [#cols] => 60 [#name] => body [#id] => edit-body [#value] => [#sorted] => 1 [#printed] => 1 ) [format] => Array ( [#type] => fieldset [#title] => Input format [#collapsible] => 1 [#collapsed] => 1 [#weight] => 0.001 [#validate] => Array ( [filter_form_validate] => Array ( ) ) [1] => Array ( [#type] => radio [#title] => Filtered HTML [#default_value] => 1 [#return_value] => 1 [#parents] => Array ( [0] => format ) [#description] =>

    * Web page addresses and e-mail addresses turn into links automatically.
    * Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
    * Lines and paragraphs break automatically.

[#post] => Array ( ) [#programmed] => [#tree] => [#weight] => 0 [#processed] => [#attributes] => Array ( ) [#required] => [#input] => 1 [#name] => format [#id] => edit-format [#value] => 1 [#sorted] => 1 [#printed] => 1 ) [2] => Array ( [#type] => radio [#title] => PHP code [#default_value] => 1 [#return_value] => 2 [#parents] => Array ( [0] => format ) [#description] =>

    * You may post PHP code. You should include <?php ?> tags.

[#post] => Array ( ) [#programmed] => [#tree] => [#weight] => 0.001 [#processed] => [#attributes] => Array ( ) [#required] => [#input] => 1 [#name] => format [#id] => edit-format [#value] => 1 [#sorted] => 1 [#printed] => 1 ) [3] => Array ( [#type] => radio [#title] => Full HTML [#default_value] => 1 [#return_value] => 3 [#parents] => Array ( [0] => format ) [#description] =>

    * Web page addresses and e-mail addresses turn into links automatically.
    * Lines and paragraphs break automatically.

[#post] => Array ( ) [#programmed] => [#tree] => [#weight] => 0.002 [#processed] => [#attributes] => Array ( ) [#required] => [#input] => 1 [#name] => format [#id] => edit-format [#value] => 1 [#sorted] => 1 [#printed] => 1 ) [4] => Array ( [#value] =>

More information about formatting options
[#post] => Array ( ) [#programmed] => [#tree] => [#parents] => Array ( [0] => 4 ) [#weight] => 0.003 [#processed] => [#sorted] => 1 [#printed] => 1 ) [#post] => Array ( ) [#programmed] => [#tree] => [#parents] => Array ( [0] => format ) [#processed] => [#description] => [#attributes] => Array ( ) [#required] => [#sorted] => 1 [#children] =>
Filtered HTML

    * Web page addresses and e-mail addresses turn into links automatically.
    * Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
    * Lines and paragraphs break automatically.

PHP code

    * You may post PHP code. You should include <?php ?> tags.

Full HTML

    * Web page addresses and e-mail addresses turn into links automatically.
    * Lines and paragraphs break automatically.

More information about formatting options
[#printed] => 1 ) [#post] => Array ( ) [#programmed] => [#tree] => [#parents] => Array ( [0] => body_filter ) [#weight] => 0.007 [#processed] => [#sorted] => 1 [#children] =>
Body:
Input format
Filtered HTML

    * Web page addresses and e-mail addresses turn into links automatically.
    * Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
    * Lines and paragraphs break automatically.

PHP code

    * You may post PHP code. You should include <?php ?> tags.

Full HTML

    * Web page addresses and e-mail addresses turn into links automatically.
    * Lines and paragraphs break automatically.

More information about formatting options
[#printed] => 1 ) [form_token] => Array ( [#id] => edit-video-node-form-form-token [#type] => token [#default_value] => 707dc2a24af42ba40c7b760f7af53b5f [#post] => Array ( ) [#programmed] => [#tree] => [#parents] => Array ( [0] => form_token ) [#weight] => 0.013 [#processed] => [#description] => [#attributes] => Array ( ) [#required] => [#input] => 1 [#name] => form_token [#value] => 707dc2a24af42ba40c7b760f7af53b5f [#sorted] => 1 [#printed] => 1 ) [form_id] => Array ( [#type] => hidden [#value] => video_node_form [#id] => edit-video-node-form [#post] => Array ( ) [#programmed] => [#tree] => [#parents] => Array ( [0] => form_id ) [#weight] => 0.014 [#processed] => [#description] => [#attributes] => Array ( ) [#required] => [#input] => 1 [#name] => form_id [#sorted] => 1 [#printed] => 1 ) [video_cck_fieldset] => Array ( [#type] => fieldset [#title] => Video url or embed code [#description] => [#collapsible] => 1 [#collapsed] => [field_video_url_or_embed_code] => Array ( [#tree] => 1 [0] => Array ( [embed] => Array ( [#type] => textfield [#title] => Embed Code or Video URL [#description] => Enter the Embed Code or Video URL here. For instance, you might enter the URL from the address bar of a video at Google Videos, or the code from the Embed bar provided by YouTube. The video will be parsed and displayed appropriately from this.
The following services are provided: Google, JumpCut, MetaCafe, MySpace, Revver, YouTube [#default_value] => [#required] => [#maxlength] => 255 [#post] => Array ( ) [#programmed] => [#tree] => 1 [#parents] => Array ( [0] => field_video_url_or_embed_code [1] => 0 [2] => embed ) [#weight] => 0 [#processed] => [#attributes] => Array ( ) [#input] => 1 [#size] => 60 [#autocomplete_path] => [#name] => field_video_url_or_embed_code[0][embed] [#id] => edit-field-video-url-or-embed-code-0-embed [#value] => [#sorted] => 1 [#printed] => 1 ) [value] => Array ( [#type] => value [#value] => [#post] => Array ( ) [#programmed] => [#tree] => 1 [#parents] => Array ( [0] => field_video_url_or_embed_code [1] => 0 [2] => value ) [#weight] => 0.001 [#processed] => [#description] => [#attributes] => Array ( ) [#required] => [#input] => 1 [#name] => field_video_url_or_embed_code[0][value] [#id] => edit-field-video-url-or-embed-code-0-value [#sorted] => 1 [#printed] => 1 ) [#post] => Array ( ) [#programmed] => [#tree] => 1 [#parents] => Array ( [0] => field_video_url_or_embed_code [1] => 0 ) [#weight] => 0 [#processed] => [#sorted] => 1 [#children] =>
Embed Code or Video URL:
Enter the Embed Code or Video URL here. For instance, you might enter the URL from the address bar of a video at Google Videos, or the code from the Embed bar provided by YouTube. The video will be parsed and displayed appropriately from this.
The following services are provided: Google, JumpCut, MetaCafe, MySpace, Revver, YouTube
[#printed] => 1 ) [#post] => Array ( ) [#programmed] => [#parents] => Array ( [0] => field_video_url_or_embed_code ) [#weight] => 0 [#processed] => [#sorted] => 1 [#children] =>
Embed Code or Video URL:
Enter the Embed Code or Video URL here. For instance, you might enter the URL from the address bar of a video at Google Videos, or the code from the Embed bar provided by YouTube. The video will be parsed and displayed appropriately from this.
The following services are provided: Google, JumpCut, MetaCafe, MySpace, Revver, YouTube
[#printed] => 1 ) [#post] => Array ( ) [#programmed] => [#tree] => [#parents] => Array ( [0] => video_cck_fieldset ) [#weight] => 0.02 [#processed] => [#attributes] => Array ( ) [#required] => [#sorted] => 1 [#children] =>
Embed Code or Video URL:
Enter the Embed Code or Video URL here. For instance, you might enter the URL from the address bar of a video at Google Videos, or the code from the Embed bar provided by YouTube. The video will be parsed and displayed appropriately from this.
The following services are provided: Google, JumpCut, MetaCafe, MySpace, Revver, YouTube
[#printed] => 1 ) [author] => Array ( [name] => Array ( [#type] => textfield [#title] => Authored by [#maxlength] => 60 [#autocomplete_path] => user/autocomplete [#default_value] => dburns [#weight] => -1 [#description] => Leave blank for Anonymous. [#post] => Array ( ) [#programmed] => [#tree] => [#parents] => Array ( [0] => name ) [#processed] => [#attributes] => Array ( ) [#required] => [#input] => 1 [#size] => 60 [#name] => name [#id] => edit-name [#value] => dburns [#sorted] => 1 [#printed] => 1 ) [#tree] => [#programmed] => [#parents] => Array ( [0] => author ) [#processed] => [#attributes] => Array ( ) [#description] => [#post] => Array ( ) [#type] => fieldset [#title] => Authoring information [#access] => 1 [#collapsible] => 1 [#collapsed] => 1 [#weight] => 20 [#required] => [date] => Array ( [#type] => textfield [#title] => Authored on [#maxlength] => 25 [#description] => Format: 2007-06-17 22:11:20 +0000. Leave blank to use the time of form submission. [#post] => Array ( ) [#programmed] => [#tree] => [#parents] => Array ( [0] => date ) [#weight] => 0.001 [#processed] => [#attributes] => Array ( ) [#required] => [#input] => 1 [#size] => 60 [#autocomplete_path] => [#name] => date [#id] => edit-date [#value] => [#sorted] => 1 [#printed] => 1 ) [#children] =>
Authored by:
Leave blank for Anonymous.
Authored on:
Format: 2007-06-17 22:11:20 +0000. Leave blank to use the time of form submission.
[#printed] => 1 ) [log] => Array ( [#type] => textarea [#title] => Log message [#rows] => 2 [#weight] => 20 [#description] => An explanation of the additions or updates being made to help other authors understand your motivations. [#post] => Array ( ) [#programmed] => [#tree] => [#parents] => Array ( [0] => log ) [#processed] => [#attributes] => Array ( ) [#required] => [#input] => 1 [#cols] => 60 [#name] => log [#id] => edit-log [#value] => [#sorted] => 1 [#printed] => 1 ) [options] => Array ( [#type] => fieldset [#access] => 1 [#title] => Publishing options [#collapsible] => 1 [#collapsed] => 1 [#weight] => 25 [status] => Array ( [#type] => checkbox [#title] => Published [#default_value] => 1 [#post] => Array ( ) [#programmed] => [#tree] => [#parents] => Array ( [0] => status ) [#weight] => 0 [#processed] => [#description] => [#attributes] => Array ( ) [#required] => [#input] => 1 [#return_value] => 1 [#name] => status [#id] => edit-status [#value] => 1 [#sorted] => 1 [#printed] => 1 ) [promote] => Array ( [#type] => checkbox [#title] => Promoted to front page [#default_value] => [#post] => Array ( ) [#programmed] => [#tree] => [#parents] => Array ( [0] => promote ) [#weight] => 0.001 [#processed] => [#description] => [#attributes] => Array ( ) [#required] => [#input] => 1 [#return_value] => 1 [#name] => promote [#id] => edit-promote [#value] => [#sorted] => 1 [#printed] => 1 ) [sticky] => Array ( [#type] => checkbox [#title] => Sticky at top of lists [#default_value] => [#post] => Array ( ) [#programmed] => [#tree] => [#parents] => Array ( [0] => sticky ) [#weight] => 0.002 [#processed] => [#description] => [#attributes] => Array ( ) [#required] => [#input] => 1 [#return_value] => 1 [#name] => sticky [#id] => edit-sticky [#value] => [#sorted] => 1 [#printed] => 1 ) [revision] => Array ( [#type] => checkbox [#title] => Create new revision [#default_value] => [#post] => Array ( ) [#programmed] => [#tree] => [#parents] => Array ( [0] => revision ) [#weight] => 0.003 [#processed] => [#description] => [#attributes] => Array ( ) [#required] => [#input] => 1 [#return_value] => 1 [#name] => revision [#id] => edit-revision [#value] => [#sorted] => 1 [#printed] => 1 ) [#post] => Array ( ) [#programmed] => [#tree] => [#parents] => Array ( [0] => options ) [#processed] => [#description] => [#attributes] => Array ( ) [#required] => [#sorted] => 1 [#children] =>
Published
Promoted to front page
Sticky at top of lists
Create new revision
[#printed] => 1 ) [path] => Array ( [#type] => fieldset [#title] => URL path settings [#collapsible] => 1 [#collapsed] => 1 [#access] => 1 [#weight] => 30 [path] => Array ( [#type] => textfield [#default_value] => [#maxlength] => 250 [#collapsible] => 1 [#collapsed] => 1 [#description] => Optionally specify an alternative URL by which this node can be accessed. For example, type "about" when writing an about page. Use a relative path and don't add a trailing slash or the URL alias won't work. [#post] => Array ( ) [#programmed] => [#tree] => [#parents] => Array ( [0] => path ) [#weight] => 0 [#processed] => [#attributes] => Array ( ) [#required] => [#input] => 1 [#size] => 60 [#autocomplete_path] => [#name] => path [#id] => edit-path [#value] => [#sorted] => 1 [#printed] => 1 ) [#post] => Array ( ) [#programmed] => [#tree] => [#parents] => Array ( [0] => path ) [#processed] => [#description] => [#attributes] => Array ( ) [#required] => [#sorted] => 1 [#children] =>
Optionally specify an alternative URL by which this node can be accessed. For example, type "about" when writing an about page. Use a relative path and don't add a trailing slash or the URL alias won't work.
[#printed] => 1 ) [comment_settings] => Array ( [#type] => fieldset [#access] => 1 [#title] => Comment settings [#collapsible] => 1 [#collapsed] => 1 [#weight] => 30 [comment] => Array ( [#type] => radios [#parents] => Array ( [0] => comment ) [#default_value] => 2 [#options] => Array ( [0] => Disabled [1] => Read only [2] => Read/Write ) [#post] => Array ( ) [#programmed] => [#tree] => [#weight] => 0 [#processed] => 1 [#description] => [#attributes] => Array ( ) [#required] => [#input] => 1 [#process] => Array ( [expand_radios] => Array ( ) ) [#name] => comment [#id] => edit-comment [#value] => 2 [0] => Array ( [#type] => radio [#title] => Disabled [#return_value] => 0 [#default_value] => 2 [#attributes] => Array ( ) [#parents] => Array ( [0] => comment ) [#spawned] => 1 [#post] => Array ( ) [#programmed] => [#tree] => [#weight] => 0 [#processed] => [#description] => [#required] => [#input] => 1 [#name] => comment [#id] => edit-comment [#value] => 2 [#sorted] => 1 [#printed] => 1 ) [1] => Array ( [#type] => radio [#title] => Read only [#return_value] => 1 [#default_value] => 2 [#attributes] => Array ( ) [#parents] => Array ( [0] => comment ) [#spawned] => 1 [#post] => Array ( ) [#programmed] => [#tree] => [#weight] => 0.001 [#processed] => [#description] => [#required] => [#input] => 1 [#name] => comment [#id] => edit-comment [#value] => 2 [#sorted] => 1 [#printed] => 1 ) [2] => Array ( [#type] => radio [#title] => Read/Write [#return_value] => 2 [#default_value] => 2 [#attributes] => Array ( ) [#parents] => Array ( [0] => comment ) [#spawned] => 1 [#post] => Array ( ) [#programmed] => [#tree] => [#weight] => 0.002 [#processed] => [#description] => [#required] => [#input] => 1 [#name] => comment [#id] => edit-comment [#value] => 2 [#sorted] => 1 [#printed] => 1 ) [#sorted] => 1 [#children] =>
Disabled
Read only
Read/Write
[#printed] => 1 ) [#post] => Array ( ) [#programmed] => [#tree] => [#parents] => Array ( [0] => comment_settings ) [#processed] => [#description] => [#attributes] => Array ( ) [#required] => [#sorted] => 1 [#children] =>
Disabled
Read only
Read/Write
[#printed] => 1 ) [menu] => Array ( [#type] => fieldset [#title] => Menu settings [#access] => 1 [#collapsible] => 1 [#collapsed] => 1 [#tree] => 1 [#weight] => 30 [title] => Array ( [#type] => textfield [#title] => Title [#default_value] => [#description] => The name to display for this menu link. [#post] => Array ( ) [#programmed] => [#tree] => 1 [#parents] => Array ( [0] => menu [1] => title ) [#weight] => 0 [#processed] => [#attributes] => Array ( ) [#required] => [#input] => 1 [#size] => 60 [#maxlength] => 128 [#autocomplete_path] => [#name] => menu[title] [#id] => edit-menu-title [#value] => [#sorted] => 1 [#printed] => 1 ) [description] => Array ( [#type] => textfield [#title] => Description [#default_value] => [#description] => The description displayed when hovering over a menu item. [#post] => Array ( ) [#programmed] => [#tree] => 1 [#parents] => Array ( [0] => menu [1] => description ) [#weight] => 0.001 [#processed] => [#attributes] => Array ( ) [#required] => [#input] => 1 [#size] => 60 [#maxlength] => 128 [#autocomplete_path] => [#name] => menu[description] [#id] => edit-menu-description [#value] => [#sorted] => 1 [#printed] => 1 ) [pid] => Array ( [#type] => select [#title] => Parent item [#default_value] => [#options] => Array ( [1] => Navigation [97] => -- (disabled) [102] => -- Audio (disabled) [125] => -- Barter [53] => -- Blogs (disabled) [122] => -- Buy [3] => -- Compose tips (disabled) [130] => -- Contact (disabled) [4] => -- Content (disabled) [9] => ---- Create content (disabled) [101] => ------ Audio [46] => ------ Blog entry [66] => ------ Group [108] => ------ Image [136] => ------ Location [105] => ------ Market [141] => ------ Publish [99] => ------ Video [142] => ------ [admin] - Featured Writing [95] => ------ [admin] - Frontpage News Article [21] => ------ [admin] - Page [120] => ------ [admin] - Photo Essay Links [p1] [98] => ------ [admin] - Primary Frontpage Content Reference [112] => ------ [admin] - Secondary Frontpage Content Reference [22] => ------ [admin] - Story [69] => -- Database queries [124] => -- Give [51] => -- Recent posts [123] => -- Rent [117] => -- Search (disabled) [121] => -- Sell [55] => -- User list (disabled) [5] => -- Administer [8] => ---- Content management [36] => ------ Categories [15] => ------ Comments [18] => ------ Content [67] => ------ Content templates [20] => ------ Content types [19] => ------ Post settings [31] => ------ RSS publishing [114] => ------ Search content [138] => ------ Send modules [100] => ------ Video CCK configuration [11] => ---- Site building [14] => ------ Blocks [129] => ------ Contact form [17] => ------ Menus [25] => ------ Modules [90] => ------ Panels [24] => ------ Themes [54] => ------ URL aliases [48] => ------ Views [47] => ---- Organic groups [52] => ------ Organic groups configuration [10] => ---- Site configuration [23] => ------ Administration theme [96] => ------ Advanced front page settings [103] => ------ Audio settings [107] => ------ CCK Field Permissions [34] => ------ Clean URLs [32] => ------ Date and time [70] => ------ Devel [27] => ------ Error reporting [29] => ------ File system [106] => ------ File uploads [144] => ------ FlashVideo Settings [111] => ------ Image cache [30] => ------ Image toolkit [16] => ------ Input formats [137] => ------ Mail [68] => ------ Pathauto [28] => ------ Performance [143] => ------ Poormanscron [118] => ------ Search settings [26] => ------ Site information [33] => ------ Site maintenance [128] => ------ Thickbox [13] => ---- User management [39] => ------ Access control [41] => ------ Access rules [56] => ------ Profiles [40] => ------ Roles [115] => ------ Search users [37] => ------ Users [38] => ------ User settings [12] => ---- Logs [42] => ------ Recent log entries [57] => ------ Recent hits [44] => ------ Top 'access denied' errors [43] => ------ Top 'page not found' errors [60] => ------ Top referrers [119] => ------ Top search phrases [58] => ------ Top pages [59] => ------ Top visitors [61] => ------ Access log settings [45] => ------ Available updates [35] => ------ Status report [7] => ---- Help [6] => -- Log out [93] => Build > [80] => -- Groups [83] => -- Organizations [81] => -- & Forums [91] => Find > [71] => -- people [72] => -- businesses [73] => -- & Organizations [92] => Market > [77] => -- items [74] => -- services, [75] => -- jobs [79] => -- houses, [76] => -- building materials [2] => Primary links [62] => -- Find > [63] => -- Market > [64] => -- Build > [65] => -- Publish > [94] => Publish > [84] => -- Writing [87] => -- Blogs, [85] => -- Images [89] => -- Video, [88] => -- Audio [104] => ---- Browse by... ) [#post] => Array ( ) [#programmed] => [#tree] => 1 [#parents] => Array ( [0] => menu [1] => pid ) [#weight] => 0.002 [#processed] => [#description] => [#attributes] => Array ( ) [#required] => [#input] => 1 [#name] => menu[pid] [#id] => edit-menu-pid [#value] => [#sorted] => 1 [#printed] => 1 ) [path] => Array ( [#type] => hidden [#value] => [#post] => Array ( ) [#programmed] => [#tree] => 1 [#parents] => Array ( [0] => menu [1] => path ) [#weight] => 0.003 [#processed] => [#description] => [#attributes] => Array ( ) [#required] => [#input] => 1 [#name] => menu[path] [#id] => edit-menu-path [#sorted] => 1 [#printed] => 1 ) [weight] => Array ( [#type] => select [#title] => Weight [#default_value] => [#delta] => 10 [#description] => Optional. In the menu, the heavier items will sink and the lighter items will be positioned nearer the top. [#post] => Array ( ) [#programmed] => [#tree] => 1 [#parents] => Array ( [0] => menu [1] => weight ) [#weight] => 0.004 [#processed] => 1 [#attributes] => Array ( ) [#required] => [#input] => 1 [#process] => Array ( [process_weight] => Array ( ) ) [#name] => menu[weight] [#id] => edit-menu-weight [#value] => 0 [#options] => Array ( [-10] => -10 [-9] => -9 [-8] => -8 [-7] => -7 [-6] => -6 [-5] => -5 [-4] => -4 [-3] => -3 [-2] => -2 [-1] => -1 [0] => 0 [1] => 1 [2] => 2 [3] => 3 [4] => 4 [5] => 5 [6] => 6 [7] => 7 [8] => 8 [9] => 9 [10] => 10 ) [#is_weight] => 1 [#sorted] => 1 [#printed] => 1 ) [mid] => Array ( [#type] => hidden [#value] => 0 [#post] => Array ( ) [#programmed] => [#tree] => 1 [#parents] => Array ( [0] => menu [1] => mid ) [#weight] => 0.005 [#processed] => [#description] => [#attributes] => Array ( ) [#required] => [#input] => 1 [#name] => menu[mid] [#id] => edit-menu-mid [#sorted] => 1 [#printed] => 1 ) [type] => Array ( [#type] => hidden [#value] => 86 [#post] => Array ( ) [#programmed] => [#tree] => 1 [#parents] => Array ( [0] => menu [1] => type ) [#weight] => 0.006 [#processed] => [#description] => [#attributes] => Array ( ) [#required] => [#input] => 1 [#name] => menu[type] [#id] => edit-menu-type [#sorted] => 1 [#printed] => 1 ) [#post] => Array ( ) [#programmed] => [#parents] => Array ( [0] => menu ) [#processed] => [#description] => [#attributes] => Array ( ) [#required] => [#sorted] => 1 [#children] =>
Title:
The name to display for this menu link.
Description:
The description displayed when hovering over a menu item.
Parent item:
Weight:
Optional. In the menu, the heavier items will sink and the lighter items will be positioned nearer the top.
[#printed] => 1 ) [send] => Array ( [#weight] => 50 [#post] => Array ( ) [#programmed] => [#tree] => [#parents] => Array ( [0] => send ) [#processed] => [#sorted] => 1 [#printed] => 1 ) [#children] =>
Video url or embed code
Embed Code or Video URL:
Enter the Embed Code or Video URL here. For instance, you might enter the URL from the address bar of a video at Google Videos, or the code from the Embed bar provided by YouTube. The video will be parsed and displayed appropriately from this.
The following services are provided: Google, JumpCut, MetaCafe, MySpace, Revver, YouTube
Authoring information
Authored by:
Leave blank for Anonymous.
Authored on:
Format: 2007-06-17 22:11:20 +0000. Leave blank to use the time of form submission.
Log message:
An explanation of the additions or updates being made to help other authors understand your motivations.
Publishing options
Published
Promoted to front page
Sticky at top of lists
Create new revision
URL path settings
Optionally specify an alternative URL by which this node can be accessed. For example, type "about" when writing an about page. Use a relative path and don't add a trailing slash or the URL alias won't work.
Comment settings
Disabled
Read only
Read/Write
Menu settings
Title:
The name to display for this menu link.
Description:
The description displayed when hovering over a menu item.
Parent item:
Weight:
Optional. In the menu, the heavier items will sink and the lighter items will be positioned nearer the top.
[#printed] => 1 )
davidburns’s picture

I figured it out,
[video_cck_fieldset] worked.

davidburns’s picture

Status: Active » Closed (fixed)