This plugin allows you to display widget items based on if user is logged in, logged out or based on the role you have given the user..
This plugin allows fine-grained permissions to be added to each widget item to display or not display the item based on the users logged in logged out status or the role assigned to the user.
This solves the problem of having to modify theme functions php files to add widget restrictions.
View of the option added to each in the admin panel so you can restrict the display of each widget...
Activate the plugin through 'Plugins WordPress.
First select whether you'd like to display the item to Logged out Users, Logged in Users, or All Users..
You need to add the widget to sidebar before you can change the display status on the widget...
The first hook is 'priv widget roles It can be used to allow other plugins to add roles to be checked by ' Privilege Widget add filter function roles to add { $roles = 'New Role return $roles }.
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
User Restriction each widget to make the easier to read. 1.0.
Read more