This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Admin Amplify

Description

This plugin allows for general users to create custom admin settings pages, custom post types, custom taxonomies and custom post meta (custom fields ui). It allows for user categories (how you use them is up to you) as well as membership / restricted content based solely on a custom membership taxonomy. In order to use the membership/restricted content all you have to do is assign the membership taxonomy (after you create some terms just like post categories) to a post, page, menu item, media item, custom post type, ect… Then that content is restricted unless a user has been assigned either that same membership category (term) or a parent membership category (parent term). The membership/restricted content taxonomy is hierarchical so you can assign childred to the membership level and provide a user with parent priviledges which will allow them access to all child restricted content. Media is also able to be restricted. You can assign a media item the membership category (term) as well as click a checkbox to make it private. When making it private, the media is sent to a protected folder that is inaccessible directly (by way of a direct url) or through the site. In order to view the media or have access to it, a user must be logged in and have the correct privileges. Please note that when images are moved to the protected folder, all generated associated sizes are removed and only the main image is preserved. You are able to restore the protected media back to the general access uploads folder.

Restricted Content/Membership

With Membership/Restricted Content

Have private media files that are not accessible either within the site or via a direct link (unless the user is logged in and has sufficient privileges (ie. the correct membership category assigned to them).

User Categories

Create Custom Post Meta

Create Custom Taxonomies (categories)

Create Custom Admin Options Pages

Create Custom Post Types

>

>

DOCUMENTATION

There is documentation in regards to use and hooks in the plugin itself under the associated tabs. In the future, I will provide more thorough documentation on my website.

BETA

This plugin is currently in beta. I am releasing it for testing and feedback. Eventually, I will begin supporting this plugin, making updates and improving the code and functionality. After a while, I will add features and create a “Pro” version so that I am able to put real time into this (as long as it is useful enough that many people are using it and it begins to generate income).

Meta Fields

The currently available meta filds are:

  • Radio Button

  • Select Box

  • Check Box

  • Text Area

  • WYSIWYG Textarea

  • File Chooser

  • Multi Select

  • Multi Checkboxes

  • Sidebar List

  • Text Field

  • Non-editable Text

  • Date Picker

  • Time Picker

  • Multilist (A dynamic list of text inputs)

  • Advanced List (A dynamic multidemensional list of text inputs)

  • Section Separator

  • Javascript Call To Action (documentation provided in plugin under Meta Fields Tab)

Plugin site: WorldpressRevolution

Installation

  1. Upload wpr-general-posts folder to the /wp-content/plugins/ directory

  2. Activate the plugin through the ‘Plugins’ menu in WordPress

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Admin Amplify” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Admin Amplify” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

0.0.1

  • Initial release.

1.2.0

  • Fixed a bug.

1.3.0

  • Aded a new hook allowing control of args sent to create meta box