Yes there is a way but it need some editing in the “module_modifier”
To find this you need to go in theme,includes,modules,module_modifier
After look for the code i give you way to the bottom and change both 6 to what you need…
this is the code that need to be edited
$buffy .= $td_template_layout->layout_open_element();
$td_module_6 = new td_module_6($post);
$buffy .= $td_module_6->render();
$buffy .= $td_template_layout->layout_close_element();
the 6 you have to change to which module you want..like say you change it to 3 then you will get the small images..

Hi,
I will also have to set the layout to 1 column, change this: http://screencast.com/t/kX0KzhgQt4t
Should work like this: http://screencast.com/t/QNxXIX7O69lu
Thanks
Hi,
Edit the td_module_blog.php file and replace all line: http://screencast.com/t/aEb09NFpyxb with this 'orderby' => 'rand', line, like this: http://screencast.com/t/6GI9pNv0kjRS
Thanks
Hi,
Try just adding the orderby without removing the category attribute: http://screencast.com/t/TgUxWzv6g
Thanks
