Start new Jamroom Website
Using Jamroom
Hello Paulo,
The JR5 Core is free and the Superpack Bundle is a good start for a music community.
https://www.jamroom.net/the-jamroom-network/bundle/9/super-pack
Hope this helps,
Douglas
{jrCore_module_function function="jrImage_display" module="jrProfile" type="profile_dj_header" item_id=$_profile_id etc...}
{capture name="row_template" assign="venue_row"}
{literal}
{if isset($_items)}
{jrCore_module_url module="gsVenue" assign="vurl"}
{foreach from=$_items item="it"}
<div class="item">
<div class="container">
<div class="row">
<div class="col10 last">
<div class="p5">
<h4><a href="{jrProfile_item_url module="gsVenue" profile_url=$it.profile_url item_id=$it._item_id title=$it.venue_docs_name}">
{$it.venue_docs_name}<img src="../doc.png"></a></h4><br><br>
<span class="normal">{$item.page_body|jrCore_format_string:$item.profile_quota_id|strip_tags|truncate:180}</span>
</div>
<div id="m{$it._item_id}" class="venue_actions">
{jrCore_item_delete_button module="gsVenue" action="`$murl`/delete_file/id=`$it._item_id`" profile_id=$it._profile_id item_id=$it._item_id height="8" width="8"}
{jrCore_module_url module="gsVenue" assign="murl"}
<a href="{$jamroom_url}/{$murl}/download_file/id={$it._item_id}">
{jrCore_icon icon="download"}</a><br>
</div>
</div>
</div>
</div>
</div>
{/foreach}
{/if}
{/literal}
{/capture}
{jrCore_list module="gsVenue" search1="venue_title_url = `$item.venue_title_url`" search2="_profile_id = `$item._profile_id`" template=$venue_row
order_by="venue_order numerical_asc" limit="500"}