Viewing 3 replies - 1 through 3 (of 3 total)
  • I am also curious if reordering permissions can be set/limited to admin or to specific users. This would be a fantastic feature.

    Here is simple solution for this issue, just go to

    intuitive-custom-post-order.php, line 148, inside the function of load_script_css(), just add a condition, looks like

    if ( $this->_check_load_script_css() && current_user_can(‘manage_options’))

    thats means only current user who have ‘manage_options’ capability can load the js and css file. For the default only administrator role have this capability, so for now only admin can reorder.. you can user different capability to control which roles can reorder your post..

    this is not a good solution cuz it edit the core file of this plugin, if you do a update it may be not working..

    Thread Starter ashish_yadav311

    (@ashish_yadav311)

    thanks man , it solves my problem !!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Who all has the write to reorder if once the plugin is activated?’ is closed to new replies.