Jared80
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-Members Membership Plugin] [Plugin: WP-Members] Plugin doesn't workThanks Chad. I am using the admin panel. I just got confused when I first started working with this plugin by the documentation listing a wp-settings table so I started poking around in the database and the install code :).
Forum: Plugins
In reply to: [Plugin: WP-Members] Pick Your own Password functionality does not workThinking about this some more… Was there any technical reason for choosing the “password” convention instead of “user_pass”? Seems like “user_pass” would be the ideal choice for consistency purposes, as the other native fields in WP Members do follow the wordpress naming conventions. Anyway, just a suggestion.
Thanks for this great plugin!
Forum: Plugins
In reply to: [Plugin: WP-Members] Pick Your own Password functionality does not workI see. Thanks for clarifying the naming convention it looks for – “password” and not “user_pass” as I was using.
Forum: Plugins
In reply to: [WP-Members Membership Plugin] [Plugin: WP-Members] Plugin doesn't workNote: I am basing this on the following from the users guide:
“At install, WP-Members™ creates an array containing all of the registration field data and
stores it in the wp_settings table.” However, maybe it is actually referring to the wpmembers_fields array in the wp_options table?In any case, I have a question: What is the simplest way to override the default registration form with my own WP-Members registration form with the additional fields that I have added? Does it override the default registration page for me? Or do I need to explicitly setup my own registration page with a [wp-members page=”register”] shortcode and (optionally) point to it in the WP-Members “Register Page URL” setting?
Forum: Plugins
In reply to: [WP-Members Membership Plugin] [Plugin: WP-Members] Plugin doesn't workThis plugin is not working for me as well. WordPress 3.3.1. I noticed that there is not any wp-settings table in the database. Shouldn’t this table be created at the time of installation (or at least after saving the settings for the first time)? Note: I also tried changing the $chk_force variable to true in wp-members-install.php and deactivated/reactivated, but it still did not create the wp_settings table in the database.