[bug like report] forum/blog etc image size issues
Ning To Jamroom
You could probably go as wide as 290px and it should be okay on smart phones.
{if jrCore_module_is_active('jrComment')}
{jrCore_list module="jrAudio" order_by="audio_comment_count NUMERICAL_DESC" limit="5" template="reviews_row.tpl"}
{if jrCore_module_is_active('jrBlog')}
{jrCore_list module="jrBlog" order_by="blog_comment_count desc" limit="5" search1="blog_category = song_review" template="reviews_row.tpl"}
{if isset($_post.option) && $_post.option == 'videos'}
{* assign var="com_mod" value="jrVideo" *}
{assign var="search_tag" value="video"}
{elseif isset($_post.option) && $_post.option == 'songs'}
{* assign var="com_mod" value="jrAudio" *}
{assign var="search_tag" value="song"}
{/if}
{jrCore_list module="jrBlog" order_by="blog_comment_count desc" limit="5" search1="blog_category = `$search_tag`_review" template="reviews_row.tpl"}
{if isset($_items)}
{jrCore_module_url module="jrBlog" assign="burl"}
{foreach from=$_items item="item"}
<div class="body_5 page" style="padding:5px; margin-bottom:5px; margin-right:10px;">
<h3 style="font-weight:normal;">
<a href="{$jamroom_url}/{$item.profile_url}/{$burl}/{$item._item_id}/{$item.blog_title_url}">{$item.blog_title|truncate:35:"...":false}</a>
</h3>
<div style="font-size:12px;">{$item._created|jrCore_date_format}</div>
<div style="font-size:11px;"><span class="highlight-txt"><i>By:</i></span> <a href="{$item.profile_url}"><span class="capital">{$item.profile_name}</span></a></div>
{if jrCore_module_is_active('jrComment')}
<br>
<div class="float-right" style="padding-right:5px;">
<a href="{$jamroom_url}/{$item.profile_url}/{$burl}/{$item._item_id}/{$item.blog_title_url}#comments"><span class="capital">{jrCore_lang module="jrBlog" id="27" default="comments"}</span>: {$item.blog_comment_count|default:0}</a>
</div>
<div class="clear"></div>
{/if}
</div>
{/foreach}
{else}
<div class="body_5 page" style="padding:5px; margin-bottom:5px; margin-right:10px;">
{jrCore_lang skin=$_conf.jrCore_active_skin id="166" default="Sorry! There are no reviews to list."}
</div>
{/if}
{jrCore_list module="jrBlog" order_by=$order_by template="site_blogs_list.tpl" search1="blog_category not_in about,news,welcome,latest,featured,exclusive" pagebreak="9" page=$_post.p}
{jrCore_list module="jrBlog" order_by=$order_by template="site_blogs_list.tpl" search1="blog_category not_in about,news,welcome,latest,featured,exclusive,song_review,video_review" pagebreak="9" page=$_post.p}