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
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.