Question: How can I only allow members of a particular member group to comment only on a particular weblog?
Answer: You could simply surround the comment form tag in an EE conditional:
{if member_group == 6}
comment form here
{/if}
Replace the member_group number to your actual number.
Category:Templates Category:Members Category:Comments
