Path to dynamic display block settings page
Information:
A dynamic display block can get content from an image folder or from a content type. The third option, from a block from another module, is described in Settings tab and Instances tab.
Note:All settings have default values. You only have to change the settings if you want other settings.
By default content is used from the image folder sites/default/files.
Please copy your images to this folder.
Input type
Content from an image folder
e.g.
Original mask with characters mentioned above:
$mask = '[a-zA-Z0-9\_\-\.]+\.(jpe?g|gif|png|JPE?G|GIF|PNG)$';
when you want to add the characters [ and ] it becomes:
$mask = '[a-zA-Z0-9\_\-\.\[\]]+\.(jpe?g|gif|png|JPE?G|GIF|PNG)$';
Content container
<div class="images"> <img src="image1.png" /> <img src="image2.png" /> </div>
<div class="content"> <div class="cycle-content"> Example text 1 <img src="image1.png" /> </div> <div class="cycle-content"> Example text 2 <img src="image2.png" /> </div> </div>
You can use any jQuery selector to select the elements to cycle.
Image settings

Imagecache preset settings
Information: For more information how the imagecache module works, see the imagecache module tutorial.
When you check the Use imagecache presets checkbox, you can use defined imagecache presets for the images you want to use in a slideshow.

Recent comments
5 days 1 hour ago
1 week 23 hours ago
2 weeks 3 days ago
2 weeks 5 days ago
2 weeks 5 days ago
2 weeks 5 days ago
2 weeks 6 days ago
3 weeks 4 days ago
3 weeks 5 days ago
4 weeks 1 day ago