Best Way To Add Reviews on Chart Pages
Using Jamroom
Appreciate the help Douglas.
yes - audio comments.
Go here and click the link sprite on the right - http://www.mixposure.com/music/by_newest
<a onclick="$('#myModal').modal();" title="Embed Audio"><div class="sprite_icon sprite_icon_18"><div class="sprite_icon_18_img sprite_icon_18_link"> </div></div></a>
<div id="myModal" class="search_box" style="display:none;">
<div style="float:right;">
<input type="button" class="simplemodal-close form_button" value="x">
</div>
<span class="title">Coming Soon</span><br><br></span>
{jrCore_module_url module="jrComment" assign="murl"}
<div class="block">
<div class="title">
<h1>Comment On: {$item.comment_item_title}</h1>
<div class="breadcrumbs">
<a href="{$jamroom_url}/{$item.profile_url}/">{$item.profile_name}</a> » <a href="{$jamroom_url}/{$item.profile_url}/{$murl}">Comment</a> » Comment On: <a href="{$item.comment_url}">{$item.comment_item_title}</a>
</div>
</div>
<div class="block_image p5">
{jrCore_module_function function="jrImage_display" module="jrUser" type="user_image" item_id=$item._user_id size="small" alt=$item.user_name class="action_item_user_img iloutline"}
</div>
<div class="col9">
<div class="p5" style="margin-left:24px">
<span class="info" style="display:inline-block;">{$item._created|jrCore_date_format} <a href="{$jamroom_url}/{$item.profile_url}">@{$item.profile_url}</a>:</span><br>
<span class="normal">{$item.comment_text|jrCore_format_string:$item.profile_quota_id}</span>
</div>
</div>
<div class="col2 last">
<div class="block_config">
{if $_params.profile_owner_id > 0}
{* profile owners can delete comments *}
{jrCore_item_delete_button module="jrComment" profile_id=$_params.profile_owner_id item_id=$item._item_id}
{else}
{* site admins and comment owners see this button *}
{jrCore_item_delete_button module="jrComment" profile_id=$item._profile_id item_id=$item._item_id}
{/if}
{jrComment_form module="jrAudio" profile_id=$item._profile_id item_id=$item._item_id}
</div>
</div>
</div>
</div>