Plugin info

Total downloads: 992
Active installs: 0
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 8/30/2013 (4561 days ago)
Added to WordPress: 8/30/2013 (12 years old)
Minimum WordPress version: 3.0.1
Tested up to WordPress version: 3.6.1
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 4561 days ago

20/100

Is DC Role abandoned?

Possibly abandoned (last update 4561 days ago).

Compatibility

Requires WordPress: 3.0.1
Tested up to: 3.6.1
Requires PHP: f

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

User Role Editor
Rating 4.5/5 (287 reviews)Active installs 700,000
WPFront User Role Editor
Rating 4.5/5 (65 reviews)Active installs 40,000
Controlled Admin Access
Rating 4.8/5 (44 reviews)Active installs 10,000
Remove admin menus by role
Rating 4.4/5 (14 reviews)Active installs 8,000
Announce from the Dashboard
Rating 4.3/5 (6 reviews)Active installs 7,000
User Posts Limit
Rating 5.0/5 (13 reviews)Active installs 4,000

Description

DC Role is a plugin which can show content to users (not) belonging to a certain role they have. It is meant as a lightweight version for some kind of member/subscription system. The shortcodes can also be selected from a button in the editor, making it (hopefully) friendly to non-techies.

DC Role consists of 5 shortcodes:

  • [dc_role role=”administrator”]content[/dc_role] shows the specified content only if the users is an administrator

  • [dc_not_role role=”administrator]content[/dc_not_role] shows the specified content only if the user is not an administrator

  • [dc_roles roles=”administrator,subscriber”]content[/dc_roles] shows the specified content if the user has any of the provided roles (in this case administrator or subscriber)

  • [dc_not_roles roles=”administrator,subscriber]content[/dc_not_roles] shows the specified content if the user does not have any of the provided roles

  • [dc_all_roles] shows a list of all roles the wordpress installation has

Installation

This section describes how to install the plugin and get it working.

  1. Upload the dc-role folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. When editing a page that you want to show content based on the users role, click on the red button in the editor and select your case. Enter the role(s) that the system should take into account and you’re all set!

Frequently Asked Questions

Does this plugin also handle subscriptions or the adding of members?

No, it’s really only for displaying based on a users role.

Review feed

No reviews available

Screenshots

No screenshots available

Changelog

0.3

  • First public stable.
  • Added the dc_all_roles shortcode.
  • Added the editor button.