Dear:
I create a block form structure-->DD block-->list -->Add block(Not use instance)。
It can run.

But, download a theme from
http://ddblock.myalbums.biz/download#drupal7
-->gradient-blue30p.zip

so,I folllow the readme.txt
1.) Copy the custom directory with all sub directories to the theme directory of the theme you use.
(which is probably at sites/all/themes/[YOUR_THEME_NAME]/)

You need to add the following line to the info file of the drupal theme you use

stylesheets[all][] = custom/boxes/boxes.css
stylesheets[all][] = custom/corners/corners_97cbee.css

Configuration
-------------
1.) Goto the dynamic display block configuration screen.
2.) Choose custom for the template
3.) Type gradient-blue30p as the custom template name

But, there are no ui form to do 2.) Choose custom for the template
and ,the show some error message:
Notice: Undefined variable: pager in include() (line 24 of C:\xampp\htdocs\we1\sites\all\themes\danland\custom\modules\ddblock\ddblock-cycle-pager-content.tpl.php).
Notice: Undefined variable: delta in include() (line 30 of C:\xampp\htdocs\we1\sites\all\themes\aaa\custom\modules\ddblock\ddblock-cycle-block-content.tpl.php).
Notice: Undefined variable: pager in include() (line 32 of C:\xampp\htdocs\we1\sites\all\themes\aaa\custom\modules\ddblock\ddblock-cycle-block-content.tpl.php).
Notice: Undefined variable: pager in include() (line 38 of C:\xampp\htdocs\we1\sites\all\themes\aaa\custom\modules\ddblock\ddblock-cycle-block-content.tpl.php).
Notice: Undefined variable: pager in include() (line 59 of C:\xampp\htdocs\we1\sites\all\themes\aaa\custom\modules\ddblock\ddblock-cycle-block-content.tpl.php).
Notice: Undefined variable: output_type in include() (line 67 of C:\xampp\htdocs\we1\sites\all\themes\aaa\custom\modules\ddblock\ddblock-cycle-block-content.tpl.php).
Notice: Undefined variable: output_type in include() (line 81 of C:\xampp\htdocs\we1\sites\all\themes\aaa\custom\modules\ddblock\ddblock-cycle-block-content.tpl.php).
Notice: Undefined variable: output_type in include() (line 89 of C:\xampp\htdocs\we1\sites\all\themes\aaa\custom\modules\ddblock\ddblock-cycle-block-content.tpl.php).

so, How to change theme of ddblock which is created by list to add block(not instance)

thx.

Comments

baseball’s picture

Issue summary: View changes
ppblaauw’s picture

The slideshow theme you downloaded (gradient-blue30p.zip) is for Drupal 6

for Drupal 7 the free themes are: ddblock-upright10p-60p-v7-1-3.zip

baseball’s picture

Dear ppblaauw:
Thx,
I also had downloaded the ddblock-upright10p-60p-v7-1-3.zip.
extract custome to sites/all/[YOUR_THEME_NAME]/ ,
and done follow http://ddblock.myalbums.biz/node/773.

But,I still can't chose new theme of ddblock.