Difference between revisions of "NATS3 Site Partner"
m |
TMMStephenY (talk | contribs) m (moved Site Partner to NATS3 Site Partner) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 7: | Line 7: | ||
In the Sites Admin, click the Edit Site button. Scroll down to the Main | In the Sites Admin, click the Edit Site button. Scroll down to the Main | ||
− | Site Partner section. | + | Site Partner section. Enter in the site partner's username in the first textbox in that section. |
− | |||
− | |||
If you want to share revenue with the partner, enter what percentage of | If you want to share revenue with the partner, enter what percentage of | ||
revenue the partner should receive in the Percentage box. The Expenses | revenue the partner should receive in the Percentage box. The Expenses | ||
Line 15: | Line 13: | ||
example, you can deduct 10% for server costs. The Pay Partner on Income | example, you can deduct 10% for server costs. The Pay Partner on Income | ||
checkbox gives the site partner their cut before [[ct#Affiliate|affiliates]] are paid. | checkbox gives the site partner their cut before [[ct#Affiliate|affiliates]] are paid. | ||
− | Click Save Changes. | + | Click Save Changes. They will now see stats on spstats.php. |
Add more than one partner by scrolling down to the Additional Site | Add more than one partner by scrolling down to the Additional Site | ||
Partner section and repeating the above instructions. | Partner section and repeating the above instructions. | ||
+ | |||
+ | ''NOTE: Make sure you have a "Main Site Partner" before adding anyone into the "Additional Site Partners".'' | ||
== Partner Revenue Statistics == | == Partner Revenue Statistics == |
Latest revision as of 12:42, 8 October 2010
A Site Partner gets extra statistics. You can also give part of a site's revenue to the partner. Setup site partners in the Sites Admin.
In the Sites Admin, click the Edit Site button. Scroll down to the Main Site Partner section. Enter in the site partner's username in the first textbox in that section. If you want to share revenue with the partner, enter what percentage of revenue the partner should receive in the Percentage box. The Expenses box deducts a percentage before calculating the partner's revenue; for example, you can deduct 10% for server costs. The Pay Partner on Income checkbox gives the site partner their cut before affiliates are paid. Click Save Changes. They will now see stats on spstats.php.
Add more than one partner by scrolling down to the Additional Site Partner section and repeating the above instructions.
NOTE: Make sure you have a "Main Site Partner" before adding anyone into the "Additional Site Partners".
Partner Revenue Statistics
Add the following line to your members_stats template to let site partners access their partnership statistics.
{if $site_partner}<a href="/spstats.php">Site Partner Statistics</a>{/if}