Viewing 4 replies - 1 through 4 (of 4 total)
  • same problem here, same config WP and BP.

    Same problem here with wordpress 3.0 with multisite enabled.

    same problem with wp 2.9.2 and bp 1.2.4.1

    any help?

    I changed all the occurences of is_site_admin to is_admin (or is_super_admin if you’re running multisites)
    Then on line 172 where it lists
    add_submenu_page('wpmu-admin.php', __('WordPress Hashcash'), __('WordPress Hashcash'), 'manage_options', 'wphc_admin', 'wphc_admin_options');

    I changed this to
    add_submenu_page('options-general.php', __('WordPress Hashcash'), __('WordPress Hashcash'), 'manage_options', 'wphc_admin', 'wphc_admin_options');

    and it now shows under the Settings menu.
    This is for 3.x

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: WP-Hashcash] Strange problem, can’t get to the Options Screen’ is closed to new replies.