I already posted something similar, but can't find it anymore. Now here I am with the same question. trying to set up a basic slideshow, nothing appears when I place the block in a region, but then I see the slideshow working in the region where I placed right after I've deleted the block... If somebody knows why, I'm really in need!!!! tks everybody

Comments

ppblaauw’s picture

Status: Active » Postponed (maintainer needs more info)

The original issue for RC6 is not solved yet.
Issue http://drupal.org/node/515520. Please post further there.

There is also another post
http://drupal.org/node/436488 (but it has also a lot of unrelated posts)

Did also not encounter this issue on my testserver with the new dev version.

If I could replicate this, I could try to find a solution.
Till then my hope is on others who have this issue.

giozzz’s picture

Thanks, ppblaaw, as usual you're quick and helpful. I'll go through the solutions you pointed, and try to solve my problem. tks again

ppblaauw’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

Set status to closed, assume poster solved the issue, more then 5 weeks no activity.

linitrex’s picture

PROBLEM:

I do install a new Drupal.
Then I do install and enable the modules needed.
I create the Content type and the view by importing files from
Export_files_V1.6.zip
and copy/paste the functions to the zen theme tamplate.php with the proper
theme name replacement.

I follow all the steps from the documentation.
When I create a ddblock from /admin/settings/ddblock and place it in the
right region from admin/build/block it does not appear.

When I go back to admin/settings/ddblock and delete the block it
surprisingly appears and displays correctly in the proper region although
it should not appear at all because it is deleted.

When I go to admin/build/block again the block disappears and never shows
again.

So the only way to show a ddblock is to make it and then delete it!

SOLUTION:

Just solved the problem!!!

When I import the Content type, by default the Nodes created are
unpublished. When I published the nodes it is ok.