Block certain roles
Flying Drupalist - December 24, 2008 - 21:42
| Project: | Block anonymous links |
| Version: | 6.x-1.0 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
Hi, it would be great if I can block certain untrusted roles from posting links too.

#1
if (!$user->uid || in_array('role', $user->roles)) {
#2
Automatically closed -- issue fixed for 2 weeks with no activity.