Support » Plugin: Business Directory Plugin - Easy Listing Directories for WordPress » Unable to View Image Listing Metabox

  • Resolved lok1728

    (@lok1728)


    I am using a role/capability manager and users are unable to see/use the Listing Images located in the post Listing Fields/Images metabox.

    I changed the code in wpbdp-admin.class.php

    // listing images
            if (current_user_can('administrator')) {

    to the following:

    // listing images
            if (current_user_can('edit_posts')) {

    This allowed the metabox area of Listing Images to be accessible now. However, any plugin updates will remove this change.

    http://wordpress.org/extend/plugins/business-directory-plugin/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Unable to View Image Listing Metabox’ is closed to new replies.