Path to Content types page:
- Navigate to Administer > Content management > Content types in the admin menu.
Information: This page will explain how to import the News item content type for a Dynamic display block slideshow. The News Item content type will have the following fields:
- Title - Title of a slide and title of full node view (standard with a content type)
- Pager item text - Text of a pager_item (new text field)
- Slide text - Text on a slide (new text field)
- Image - Slide image and pager image (new imagefield)
- Body - Text of full node view (standard with a content type)
Download news item content type
- Go to http://ddblock.myalbums.biz/download page.
- Download vsd_export_files.zip package.
- Extract the file and copy/paste in your temporary folder.
Important:
- You need to have CCK, imageapi, filefield and imagefield installed and enabled on your Drupal installation.
- You need to have CCK - content copy enabled.
- When you have a WYSIWYG editor installed disable the import field to use the WYSIWYG editor.
otherwise the import will not be successful.
Permission:
Configure the following user permissions at Administer > User management > Permissions: (optional if CCK Content Permission module enabled)
- content_permissions module:
- view field_image
- view field_pager_item_text
- view filed_slide_text
Import News item content type
Note: Before importing the news item content type, navigate to your temporary folder where you place the vsd_export_files.zip files and copy the code from the news_item_cck_export.txt file.
- Navigate to Administer > Content management > Content types.
- Click import tab at the top of the page.
- Paste the export code of the news item content type.
- Click Import button at the buttom of the page to save the news item content type.

Comments
got a warning
importing seems successful, but there is this warning:
warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'ddblock_news_item_node_form' not found or invalid function name in /home/frontpage11/htdocs/includes/form.inc on line 378.
is it ok?
Re: got a warning
Please post an issue in the issue queue of the module.
Comments here are for comments on the documentation, not for solving issues.