Viewing 7 replies - 1 through 7 (of 7 total)
  • Robin Li

    (@hellfire6969)

    Maybe you can try member plugin in wordpress, you can let them to access the plugin.

    Thread Starter djwphoto

    (@djwphoto)

    I use a different member system and cannot change the site, is it possible to look a plugin code to remove restrictions?

    Plugin Author Praveen Rajan

    (@praveen-rajan)

    @djwphoto

    Please check ‘manage_options’ in code and map it to your requirements per below link. I’ve not tested these.

    https://codex.wordpress.org/Roles_and_Capabilities

    I’ll check to include user roles in upcoming releases.

    Thread Starter djwphoto

    (@djwphoto)

    Hi checked through a few of php files but could not see any manage options in them to change

    Plugin Author Praveen Rajan

    (@praveen-rajan)

    It is “manage_options” and not “manage options”. Check cool-video-gallery.php main file, where it adds menu to admin panel.

    Thread Starter djwphoto

    (@djwphoto)

    Thanks found a user role option that needed amending to get working. I have another question… I’d like to hide the ‘choose media library’ and ‘youtube’ sections on the Add Gallery / Videos admin page, is there code that can be remmed out to stop them showing?

    Plugin Author Praveen Rajan

    (@praveen-rajan)

    Yes, that will be possible. Check file “core.php” and function tabs_order. Comment below 2 lines

    $tabs['addmedia'] = __( 'Attach Media', 'cool-video-gallery' );
    		$tabs['linkvideo'] = __( 'Youtube Videos', 'cool-video-gallery' );

    If you like the plugin, please mark your valuable ratings.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘User Roles Issue’ is closed to new replies.