So I want to have all logged in users be able to report comments to the admin, if they're offensive, mean, etc..., but I cannot figure out how to do it without granting authenticated users the permission to administer comments as well. So what's happening is that the only time that the "report this" link is showing up, is if I give authenticated users comment administration permissions, meaning that they will be able to 'edit' and 'delete' any comment that's posted. That isn't what I want. Does anyone know how to solve this issue? There's got to be a way, I just cant come up with it. User roles? Curing myself of stupidity? removing the 'edit' and 'delete' links somehow if you're not an admin?
Thanks!