Posted by: alex in Insights
I have a couple people who write articles from time to time sand after installing WP Block Admin they were unable to get to wp-admin anymore. Since we are only using three user levels on this site which are Admin, Author, and Subscriber. On install WP Block Admin is set to only allow Admin and Editor access to /wp-admin so you have to modify wp-content/plugins/wp-block-admin/wp-block-admin.php. Find the line like this:
$wpba_required_capability = 'edit_others_posts';
Change it to this:
Read the rest of this entry »
Tags:
Admin,
Author,
Capabilities,
editor,
Roles,
Subscriber,
WordPress,
WP Block Admin,
wp-admin
No Comments »
Posted by: alex in Insights
I have been adding some additions to WordPress to lock it down a bit and keep regular users away from wp-admin. There is a bunch of stuff out there to do this type of thing but I found the best combination to upgrade your register/login system and to keep the average user away from wp-admin so they stay on the site was to use Register Plus and WP Block Admin. They both serve different purposes but combined together they provide a much nicer user experience.
Register Plus: This Wordpress plugin will allow you to create custom emails to users, a custom registration form, a password strength meter, a captcha, user registration verification emails, and more. When creating the custom registration form you can add custom fields, add custom CSS, etc. All in all in provides complete customization of the registration form and process.
Read the rest of this entry »
Tags:
captcha,
login,
logout,
Register Plus,
widget,
WordPress,
WordPress plugin,
WP Block Admin,
wp-admin
No Comments »