Are you using the Site Builder module?
If so, you can add this to the "Template Code" widget:
{capture name="slider_template" assign="slider_template"}
{literal}
{if isset($_items)}
{foreach from=$_items item="row"}
<li><a href="{$jamroom_url}/{$row.profile_url}/{jrCore_module_url module="jrGallery"}/{$row._item_id}/{$row.gallery_title_url}">{jrCore_module_function function="jrImage_display" module="jrGallery" type="gallery_image" item_id=$row._item_id size="xxlarge" crop="auto" alt=$row.gallery_image_name title=$row.gallery_image_name style="max-width:725px;"}</a><p class="caption"><a href="{$jamroom_url}/{$row.profile_url}/{jrCore_module_url module="jrGallery"}/{$row._item_id}/{$row.gallery_title_url}"><span style="color:
{/foreach}
{/if}
{/literal}
{/capture}
<script type="text/javascript">
$(function () {
$("#slider1").responsiveSlides({
auto: true,
speed: 400,
timeout: 4000,
pager: true,
random: true,
maxwidth: 725,
pause: true,
namespace: "rslides" // String: change the default namespace used
});
});
</script>
<div class="block_content">
<div id="swrapper" style="padding-top:10px;">
<div class="callbacks_container">
<div class="ioutline">
<ul id="slider1" class="rslides callbacks">
{jrCore_list module="jrGallery" order_by="_item_id desc" limit="10" template=$slider_template require_image="profile_image"}
</ul>
</div>
</div>
<div class="clear"></div>
</div>
</div>
and that will give you an image slider like the Elastic skin.
If your not using the Site Builder, just add that code to the template you want it to show on.
Note: You may need to adjust the width and cropping.
--
Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos