How do I create the update form for polls and gallery?
Using Jamroom
Hola Michael. ., I follow your instructions and it initialized the update form with no problems..Thank you so much ..One less problem off my list...;)
{if isset($_items)}
<div class="container">
<div class="row">
{foreach from=$_items item="item"}
{jrCore_module_function function="jrImage_display" module="jrProfile" type="profile_image" item_id=$item._profile_id size="medium" crop="auto" class="iloutline" alt=$item.audio_title}
{$item.profile_name}
{/foreach}
</div>
</div>
{/if}