Error on Artist menu (Pro Jam dark skin)
Design and Skin Customization
Hello,
In your skins/jrProJam/artists_row.tpl file, find this:
{if strlen($item.profile_bio) > 150}{$item.profile_bio|jrCore_format_string:$item.profile_quota_id|truncate:150:"...":false}{else}{$item.profile_bio|jrCore_format_string:$item.profile_quota_id}{/if}
and change it to this:
{$item.profile_bio|jrCore_format_string:$item.profile_quota_id:null:nl2br|jrCore_strip_html|truncate:150:"...":false}
Hope this helps,
Douglas