Closed (fixed)
Project:
Dynamic display block
Version:
7.x-1.0-beta1
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
2 Aug 2011 at 07:08 UTC
Updated:
25 Aug 2011 at 09:31 UTC
Hi,
Thanks Philip for such a great module. I have used on so many websites!
Now, I am using it on one of my Drupal 7 website. I am using views to display itas slideshow. I have set the sort order by post date, using the "sort criteria" of views. But it's not refelecting in the slideshow. The slideshow is getting sorted by titles.
I see that you have a patch fr this particular issue in Drupal 6 http://drupal.org/node/397018. Can you please suggest something similar for Drupal 7 as well?
Thanks again!
Comments
Comment #1
ppblaauw commentedWhen you set the sort order in the ddblock instance configuration page for the slideshow to: "None", the sort order of the original content (of the view) should be used.
Hope this helps you further, please let me know.
Comment #2
khan2ims commentedMy miss.. Thanks a lot Philips
Comment #3
ppblaauw commentedGreat its working now!
Set status to fixed.
Comment #4
rfabbri commentedI think there is still an issue with the order of the images : See http://drupal.org/node/1245968
Comment #5
ppblaauw commented#4
Did you set the sort order in the ddblock instance configuration page for the slideshow to: "None"?
This way the sort order of the original content (of the view) should be used.
Comment #6
rfabbri commentedyes I did... but it's not shown in the same order as the view...
Comment #7
ppblaauw commented#6
It looks like the text of the slides and the pager items are in the same order.
But the order of the background images for slide 3 and 4 are switched in the CSS
Comment #8
rfabbri commentedThanks a lot !!!!
It worked !