Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,
    have replaced the code as above, but didnt quite understand the last bit about defining a”add_menu_page”…, is that already done in the pasted bit?

    I am now getting….
    Warning: current() [function.current]: Passed variable is not an array or object in /wp-content/plugins/participants-database/classes/PDb_List.class.php on line 172

    the plugin looks like it could be great, but havent been able to play with it yet.
    any help would be greatly appreciated.
    thanks

    Joe

    Hi, I am getting the same problem – could you help?

    over https the cufon plugin is being pulled in over http which makes the whole page look insecure.

    which bits do I need to change, I presume its in this bit?
    “if ( ! defined( ‘WP_CONTENT_URL’ ) )
    define( ‘WP_CONTENT_URL’, get_option( ‘siteurl’ ) . ‘/wp-content’ );
    if ( ! defined( ‘WP_CONTENT_DIR’ ) )
    define( ‘WP_CONTENT_DIR’, ABSPATH . ‘wp-content’ );
    if ( ! defined( ‘WP_PLUGIN_URL’ ) )
    define( ‘WP_PLUGIN_URL’, WP_CONTENT_URL. ‘/plugins’ );
    if ( ! defined( ‘WP_PLUGIN_DIR’ ) )
    define( ‘WP_PLUGIN_DIR’, WP_CONTENT_DIR . ‘/plugins’ );”

    thanks to anyone.

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