Title: [Plugin: Adminimize] doesn&#039;t work on Plugin WP-Property
Last modified: August 20, 2016

---

# [Plugin: Adminimize] doesn't work on Plugin WP-Property

 *  Resolved [mnewmedia](https://wordpress.org/support/users/mnewmedia/)
 * (@mnewmedia)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-adminimize-doesnt-work-on-plugin-wp-property/)
 * Hi, this Plugin does not work with WP-Property maybe with some tuning of this
   settings: ?
 * file: class_core:
 *     ```
       //** Set up our custom object and taxonomyies */
   
           WPP_F::register_post_type_and_taxonomies();
       ```
   
 * file: class_functions:
 *     ```
       // Register custom post types
   
           register_post_type('property', array(
   
             'labels' => $wp_properties['labels'],
   
             'public' => true, 
   
             'exclude_from_search' => true, /* Added post 1.30.1 to stop properties from coming up in regular search results. */
   
             'show_ui' => true,
   
             '_edit_link' => 'post.php?post=%d',
   
             'capability_type' => array('wpp_property','wpp_properties'),
   
             'hierarchical' => true,
   
             'rewrite' => array(
   
               'slug'=> $wp_properties['configuration']['base_slug']
   
             ),
   
             'query_var' => $wp_properties['configuration']['base_slug'],
   
             'supports' => array('title','editor', 'thumbnail'),
   
             'menu_icon' => WPP_URL . 'images/pp_menu-1.6.png'
   
           ));
       ```
   
 * would be nice for some help!!
    Greetings and great Plugin by the way!
 * [http://wordpress.org/extend/plugins/adminimize/](http://wordpress.org/extend/plugins/adminimize/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Contributor [Frank Bueltge](https://wordpress.org/support/users/bueltge/)
 * (@bueltge)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-adminimize-doesnt-work-on-plugin-wp-property/#post-2606707)
 * the plugin create a difference right objects; think this is the problem
    `array('
   wpp_property','wpp_properties'),` I use many different plugin fpr custom post
   type with custom rights and works. Bit all this plugin create default objects
   to the roles; normaly namespaces for the objects.
 *  Thread Starter [mnewmedia](https://wordpress.org/support/users/mnewmedia/)
 * (@mnewmedia)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-adminimize-doesnt-work-on-plugin-wp-property/#post-2606718)
 * Add also the Plugin “user role Editor” and try out wich rights needed…
 * these 2 Plugins needs each other =) !!
 * Works Great Thanks
 *  Plugin Contributor [Frank Bueltge](https://wordpress.org/support/users/bueltge/)
 * (@bueltge)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-adminimize-doesnt-work-on-plugin-wp-property/#post-2606726)
 * Yes, this works. You can also use the plugin Members; works great.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘[Plugin: Adminimize] doesn't work on Plugin WP-Property’ is closed to
new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/adminimize_000000.svg)
 * [Adminimize](https://wordpress.org/plugins/adminimize/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/adminimize/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/adminimize/)
 * [Active Topics](https://wordpress.org/support/plugin/adminimize/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/adminimize/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/adminimize/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Frank Bueltge](https://wordpress.org/support/users/bueltge/)
 * Last activity: [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-adminimize-doesnt-work-on-plugin-wp-property/#post-2606726)
 * Status: resolved