Like / Dislike on Timeline
Design and Skin Customization
Try this:
{if isset $_items}
{jrCore_module_url module="jrLike" assign="murl"}
{foreach $_items as $item}
{/foreach}{debug}
{/if}
updated by @douglas: 02/17/16 08:29:21AM
{if isset $_items}
{jrCore_module_url module="jrLike" assign="murl"}
{foreach $_items as $item}
{/foreach}{debug}
{/if}
{jrCore_module_function function="jrFollower_button" profile_id=$_profile_id title="Follow This Profile"}
<span style="display:inline-block;margin-top:6px;">{jrCore_module_function function="jrRating_form" type="star" module="jrBlog" index="1" item_id=$item._item_id current=$item.blog_rating_1_average_count|default:0 votes=$item.blog_rating_1_count|default:0}</span>
{if isset($profile_website) && strlen($profile_website) > 0}
{* Show the profiles website field since it has been filled in by the profiles user *}
{$profile_website}
{/if}