Viewing 3 replies - 1 through 3 (of 3 total)
  • Adriano G. V. Esposito

    (@adriano-esposito)

    Mee to.

    I will investigate, because in 11 months the author did not…

    Adriano G. V. Esposito

    (@adriano-esposito)

    OK, I solved the problem.

    There is an error in the creation of the menu.

    I made a workaround in the meanwhile the author will fix the error accorgind his preferences.

    You must go in the file wp-user-defaults.php of the plugin under the folder \wp-content\plugins\wp-user-defaults of your WordPress installation.

    In the file there is a function named

    wp_user_defaults_add_pages()

    in this function there is this row

    add_submenu_page('users.php','Default Settings','Default Settings','administrator','wp-user-defaults','wp_user_defaults_menu');

    You MUST change the last parameter

    wp_user_defaults_menu

    with

    wp_user_defaults_options

    That’s all. Save the file then log in the administration backend and search for in the Users menu the link now working correctly.

    There is a reason for this malfunctioning and in this workaround some useless code remain. It is so because it is not my duty to rewrite the plugin.

    Adriano Esposito
    [email protected]

    Thread Starter harvester_cz

    (@harvester_cz)

    Amazing, thanks, I added this plugin back to my page.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: WP User Defaults] Blank page’ is closed to new replies.