After setting the block to display - I'm seeing the pager constantly changing but not the associated image - only the first image in the nodequeue appears. Here are the settings for block configuration:
- display method: cycleblock
- uncheck advanced settings
- content container changed div.slide to li (using div.slide displays only image and not pager)
- overflow hidden checked
- container and image dimensions are the same

If I do check advanced settings
and run this line:
drupal_set_message('<pre>' . var_export($vars['settings']['nodequeue_1'], true) . '</pre>');

It returns: NULL

nodequeue_1 is indeed the name of my view. This line:

drupal_set_message('<pre>' . var_export($vars['content'][0], true) . '</pre>');

returns the fields correctly. I must be missing something, would you know how I can fix the problem above?

Awakash

Comments

ppblaauw’s picture

Status: Active » Postponed (maintainer needs more info)

To make use of the ddblock themes you need to have advanced setting enabled.
Which ddblock theme are you using?
What pager settings do you have?
Do you have a link to the Internet site?

Have a look at similar issues, like http://drupal.org/node/694836

You can also have a look in the trouble shooting part of the faq starting from here

When you give the information I ask in the other threads, I can help you better.

Hope this helps you further, please let me know.