Best Way To Add Reviews on Chart Pages
Using Jamroom
hey Michael - here is what I had. I ended up removing the artist block and it looks better. If you go to http://www.mixposure.com/music/by_newest/p=1 and click on voices in the distance tune it was putting the first review to the far right for some reason. It looks ok without it I guess unless you have a fix lol.
artist block
<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>
<a onclick="$('#Modal{$item._item_id}').modal();" title="Song Review"><div class="sprite_icon sprite_icon_18"><div class="sprite_icon_18_img sprite_icon_18_pen"> </div></div></a>
<div id="Modal{$item._item_id}" class="search_box" style="display:none;">
<div style="float:right;">
<input type="button" class="simplemodal-close form_button" value="x">
</div>
<span class="title">Tell The Artist What You Think!</span><br><br>
{jrCore_module_url module="jrAudio" assign="murl"}
<div class="block">
<div class="title">
<h1>Comment On: {$item.audio_title}</h1>
<div class="breadcrumbs">
<a href="{$jamroom_url}/{$item.profile_url}/">{$item.profile_name}</a> » <a href="{$jamroom_url}/{$item.profile_url}/{$murl}/{$item._item_id}/{$item.audio_title_url}">Comment</a> » Comment On: <a href="{$jamroom_url}/{$item.profile_url}/{$murl}/{$item._item_id}/{$item.audio_title_url}">{$item.audio_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="col9">
<div class="p5" style="margin-left:24px">
{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}
</div>
</div>
{* Are comments enabled for this song? *}
{jrComment_form module="jrAudio" profile_id=$item._profile_id item_id=$item._item_id}
{jrDisqus_comments disqus_identifier="jrAudio_`$item._item_id`"}
</div>
</div>