• Resolved lj44

    (@lj44)


    Hello Everybody,

    Before to go here, I searched everywhere since 2 days ! But nothing… In fact I would like to use this very cool plugin “easing slider” with the editor role…It works fine with the administrator role but there is a problem with editor role.

    I found this post http://ww.wp.xz.cn/support/topic/editors-and-lower-users-cant-use-the-plugin?replies=11

    but the file had to evolve because I can not find this function. In the current file “easingsliderlite.php” there is this block :

    /**
         * Adds a user capability
         *
         * @since 2.0
         */
        public function add_capability( $capability, $role ) {
            if ( $role->has_cap( 'edit_plugins' ) )
                $role->add_cap( $capability );
        }

    I installed “Adminimize” (=”User Role Editor” or “role scoper”) but nothing. How to do add capabilities for “editor” ?

    http://ww.wp.xz.cn/extend/plugins/easing-slider/

    Thanks a lot !

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author MatthewRuddy

    (@matthewruddy)

    Hey. Easing Slider has custom users permissions that can be enabled for any user role. Install the plugin Members and use it to enable these permissions for roles such as Editors. Should be as simple as that 🙂

    Thread Starter lj44

    (@lj44)

    I’am trying Members and it works. I would have liked to keep the plugin Adminimize or add lines of code in easing slider but never mind! Thanks again

    Plugin Author MatthewRuddy

    (@matthewruddy)

    @lj44, that could be possible, but all changes made to the code will be overwritten when the plugin is updated, which can be a real pain! Not much that can be done about that – unfortunately a WordPress caveat.

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

The topic ‘easing slider with editor role’ is closed to new replies.