Amember: Installation plugin Wordpress

Discussion in 'Integration' started by gianmarco75, Sep 17, 2010.

  1. gianmarco75

    gianmarco75 New Member

    Joined:
    Aug 12, 2010
    Messages:
    1
    Hi,
    I apologize for my English, I'm using a translator online.
    I have to install the plugin "Wordpress" in my account aMember, but I can not understand the instructions in my control panel.

    Can someone tell me step by step how to successfully install the plugin, telling me how to create the necessary database?
    I do not know how to create a database that ends with. Wp_

    I use Bluehost.com

    I hope someone can help me.
    Thanks

    Soon
    Gianmarco
  2. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    You should install plugin only when you have Wordpress and amember both already installed and configured.
    Then wordpress database name can be found in wordpress/wp-config.inc.php:
    define('DB_NAME', 'wordpress3');

    prefix is usually wp_ and can be found in config as well:
    $table_prefix = 'wp_';

    So for above example setup, in plugin configuration you should specify: wordpress3.wp_ for DB name and prefix.

Share This Page