=== WordPress Wave CMS Members ===
Contributors: Hassan Jahangiry
Tags: member,register,signup,order,paypal,sell,cms,only members,custom field,contact form,form,
Requires at least: 2.7
Tested up to: 2.8.5
Stable tag: 2.8
== Description ==
Perfect membership solution for WordPress MU.
Let us know if you have comment or question: support@wpwave.com
== Screenshots ==
http://wpwave.com/plugins/cms-members/
== Frequently Asked Questions ==
= How can I limit viewers of my post? =
Just insert your text in these tags:
1) [onlymembers]: means only registerd members can see the text e.g. [onlymembers]Something for members[/onlymembers]
2) [onlypaid]: means only non-free plans can see the text e.g. [onlypaid]Something for golden, premium, silver members [onlypaid]
3) [onlyplans=planID]: means only defined plans(up to 5) can see the text e.g. [onlyplans=2,3]Somthing for premium and golden members[/onlyplans]
Note: Search engines and Site Admin can see all of the post!
= Does CMS Members use standard WordPress APIs? =
Yes, CMS Members uses standard WP APIs so you can easily use WP settings or other membership plugins. For example you can define default role in WP options page or manage members in standard users page or use other membership plugins.
We suggest using theme my login plugin with CMS Members.
http://wordpress.org/extend/plugins/theme-my-login/
= What pages should I provide to my members ? =
Here is a sample code for your theme. It's optional.
Deposit
Edit Profile
Renew / Upgrade
Log out
Note: Every member will see only his/her own pages. Non-members can not see anything!
= How can I define default values for registration page?
Simply add values to URL for example:
http://site.com/register/?type=membership&plan=2&email=info@test.com&username=testuser&promocode=1234&custom-1=test
= Anything else? =
If you want to provide the ability of writing/editing posts for members or want to make a deposit shopping site or anything related to WordPress please feel free to contact us and make a quote.
info@wpwave.com
== Installation WordPress version ==
While doing the installation procedure, it is recommended to go through all the steps first before viewing the output. If you don't, you'll get nasty error messages.
1. Upload `cms-members` directory into the `/wp-content/plugins` directory
---wp-content/plugin/cms-members/
---wp-content/plugin/cms-members/include/
---wp-content/plugin/cms-members/wwm-register.php
---wp-content/plugin/cms-members/ *** Other files ***
2. Activate the plugin through the 'Plugins' menu in WordPress admin panel.
3. That's all
Now take a look at http://yoursite.com/register/.
== Installation MU version for WPMU/BuddyPress ==
1. Upload `cms-members-mu.php` into the `/wp-content/mu-plugins` directory
2. Upload `cms-members` directory into the `/wp-content/mu-plugins`.
-----mu-plugin/cms-members-mu.php
-----mu-plugin/cms-members/include/
-----mu-plugin/cms-members/catpcha/
-----mu-plugin/cms-members/wwm-register.php
-----mu-plugin/cms-members/ *** Other files ***
IMPORTANT: If your directory has a version number (e.g. cms-members.16) please remove digits and dot first.
3. To use with BuddyPress, go to BP directory open bp-core.php on line 55 change 'register' to something else e.g. join,signup-now,etc (But NOT signup and register)
== Upgarde to new versions ==
To upgrade CMS Members simply delete old files and then install new version.
IMPORTANT: Do not forget to take a database backup first.