Block comments
Using Jamroom
If users are entering profile names, try this instead -
{$blocked = explode(',',$profile_nocomment)}
{if is_array($blocked) && !in_array($_user.profile_name, $blocked)}
// show the comment form
{/if}
{$blocked = explode(',',$profile_nocomment)}
{if is_array($blocked) && !in_array($_user.profile_name, $blocked)}
// show the comment form
{/if}