comment back (tip)
Ning To Jamroom
So- go to your User Comments module. Go into the item_list template to modify.
Do you see here in my code (in the actula template it's near line 20) where I have added Brian's LAST posted "{if} to {/if} code? (don't use all the previously posted codes, just Brian's last code!)
See I have added it AFTER the "null...html...{/if }, but BEFORE that /span :
<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">
{if isset($_conf.jrComment_editor) && $_conf.jrComment_editor == 'on'}
{$item.comment_text|jrCore_format_string:$item.profile_quota_id}
{else}
{$item.comment_text|jrCore_format_string:$item.profile_quota_id:null:"html"}
{/if}
{if strlen($_post.option) === 0 && jrUser_is_logged_in() && jrUser_get_profile_home_key('_profile_id') == $item.comment_profile_id}
<br><a href="{$jamroom_url}/{$item.profile_url}#cform">Comment Back</a>
{/if}
</span>updated by @strumelia: 01/21/15 09:14:33PM
