You are viewing version #8 of a page entitled What Is It. The page Owner is admin and the last changes were made by admin 13 months ago. There are 449 words in this revision and it has been viewed 586 times.
This page is Protected from any changes.

Click to hide

What is the User Control Panel?

Once logged into their accounts, users can access the User Control Panel from:

http://www.yoursite.com/ppSD2/member_cp

The user control panel allows users to do any of the following tasks:

Access Secure Areas

The program will list all of the user’s secure areas and include a link to each secure area’s start page.

Update Account Information

Exact Link: http://www.yoursite.com/ppSD2/member_cp/edit_account.php

You can select the fields that a user can update from the program options (click on “Setup”). Edit the option entitled Updatable Fields. Select the fields that you wish for users to be able to update and whether the field should be required.

Download Digital Products

Exact Link: http://www.yoursite.com/ppSD2/member_cp/digital_products.php

The user will be able to download any Digital Products to which he/she has access from this location.

Update Subscriptions

Exact Link: http://www.yoursite.com/ppSD2/member_cp/subscriptions.php

The program will list the user’s current subscriptions and allow the user to cancel a subscription.

Update Credit Card Information

Exact Link: http://www.yoursite.com/ppSD2/member_cp/update_cc.php

If the user has a credit card on file, he/she can edit that credit card from this location.

Subscribe/Unsubscribe to/from Newsletters

Exact Link: http://www.yoursite.com/ppSD2/member_cp/newsletters.php

You can select whether a user can subscribe to a newsletter by editing your newsletters (“Newsletters” > “List Newsletters” > Click the 2nd icon) and ticking the “User Subscribe” newsletter.

Controlling Access to the User CP

Turning Off the User CP

From the program options:

Turning Off Specific Sections of the User CP

From the program options:

Removing Links From the User CP

When simply turning off a section of the User CP isn’t enough, you can choose to edit the template entitled “User CP: Home”.[2]

Within that template you will find the following code:

<!--link_start:digital_products-->
<tr>
<td width="200"><b><a href="digital_products.php">Digital Products</a></b></td>
<td>View a list of digital products to which you have access.</td>
</tr>
<!--link_end:digital_products-->

<!--link_start:account_details-->
<tr>
<td width="200"><b><a href="view_info.php">Account Details</a></b></td>
<td>View your account details.</td>
</tr>
<!--link_end:account_details-->

<!--link_start:update_account-->
<tr>
<td width="200"><b><a href="edit_account.php">Update Account</a></b></td>
<td>Update your account information, including your password.</td>
</tr>
<!--link_end:update_account-->

<!--link_start:newsletters-->
<tr>
<td width="200"><b><a href="newsletters.php">Newsletters</a></b></td>
<td>View a list of newsletters to which you are subscribed.</td>
</tr>
<!--link_end:newsletters-->

<!--link_start:subscriptions-->
<tr>
<td width="200"><b><a href="subscriptions.php">Active Subscriptions</a></b></td>
<td>View your active subscriptions.</td>
</tr>
<!--link_end:subscriptions-->

<!--link_start:credit_cards-->
<tr>
<td width="200"><b><a href="update_cc.php">Credit Cards</a></b></td>
<td>View your credit card details.</td>
</tr>
<!--link_end:credit_cards-->

To remove a link that you do not want to appear within the User CP, simply delete everything between the <!--link_start...--> and <!--link_end...--> tags. Example: to remove the Newsletters and Credit Card links, you would delete the following text from the template:

<!--link_start:newsletters-->
<tr>
<td width="200"><b><a href="newsletters.php">Newsletters</a></b></td>
<td>View a list of newsletters to which you are subscribed.</td>
</tr>
<!--link_end:newsletters-->
<!--link_start:credit_cards-->
<tr>
<td width="200"><b><a href="update_cc.php">Credit Cards</a></b></td>
<td>View your credit card details.</td>
</tr>
<!--link_end:credit_cards-->
[1] Click here for information on login redirect rules
[2] “Setup” > “Edit Templates” > Select “User CP: Home”

This page last modifed by admin @ 05 August 2009 18:02. Created on 24 May 2009 19:35 Protected Page