=== Plugin Name ===
Contributors: hsteckylf
Donate link: http://affiliates.dealseekingmom.com/subscribe.php
Tags: coupon database, dealseekingmom, coupons, subscription
Requires at least: 2.9.0
Tested up to: 2.9.2
Stable tag: trunk

Allows a WordPress site to host their own local, unbranded copy of the DealSeekingMom.com Coupon Database with your own custom affilate links.

== Description ==

Allows a WordPress site to host their own local, unbranded copy of the DealSeekingMom.com Coupon Database with your own custom affilate links.

== Installation ==

1. [Register for a subscription](http://coupondatabase.dealseekingmom.com/wp-login.php?action=register) at DealSeekingMom.com
1. Choose the plugin subscription and complete the subscription registration process (Note: Please include a note with your website address and user name (from step 1) with your payment so that we can activate your account without delay)
  1. Get your activation code from the DealSeekingMom.com [Subscription Dashboard](http://coupondatabase.dealseekingmom.com/wp-admin/admin.php?page=dsmc-subscription-dashboard)
1. Upload `dsmcouponsclient` folder to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress and enter your activation code in the options menu
1. Either:
  * Place `<?php dsmcc_display_coupons(); ?>` in a custom template and then use that template to create your coupon database page
  * Install the [exec-php plugin](http://wordpress.org/extend/plugins/exec-php/) and then enter the php code `<?php dsmcc_display_coupons(); ?>` into the content of your coupon database page

== Frequently Asked Questions ==

= Where can I find out more information about subscribing? =
Please go to the [subscriptions page](http://affiliates.dealseekingmom.com/subscribe.php) to read more about Coupon Database subscriptions and to register.

= Will there be Deal Seeking Mom branding when it is hosted on my site? =
No. There will be no Deal Seeking Mom branding and you will be able to customize much of the colors and styles of the database

== Changelog ==

= 0.9.8 =
* Fully featured testing release

== Upgrade Notice ==

= 0.9.8 =
This is the fully featured plugin for testing

== Arbitrary section ==

If you would like to allow user to print out coupons, you should create a separate page that does not have any styles associated with it using the php code `<?php dsmcc_print_display_coupons() ?>`.

Also, you can allow your users to submit coupons through your site by creating a page and including the php code `<?php dsmcc_submit_coupons() ?>`. Any coupons that you submit through your administration interface or that your users submit through the public page you create will be submitted to the master DealSeekingMom.com Coupon Database. Once it is approved, it will be brought into your database the next time your site syncs with them.
