Web Site Replicator v3.2
Created by Mike Watkins of Envex Developments
Setting up your Member's Only Area - part 2
Now that your member's can login to your Member's Only Area, you need to create a page with some links in it, so they can do things
such as, edit their profile, view their stats, and e-mail their downline. This is a fairly simple thing to do.
Ok, so first start by creating the home page for your Member's Only Area. Doesn't matter what it looks like or anything. This page is just
going to explain how to create the links so your member's can perform actions like editing their profile.
Below is a list of all actions which your members can perform from the Member's Only Area, and how to link to them. Basically, to add a link in your Member's Only Area, you
would put:
<a href="members_only.cgi?action=ACTION">Click Here</a>
Then you just replace ACTION with the action you would like to perform. Here's a list of all actions that
can be performed, and how to link to them:
Edit Profile:
<a href="members_only.cgi?action=edit_profile">Edit your Profile</a>
View Stats:
<a href="members_only.cgi?action=view_stats">View your Stats</a>
E-Mail Downline:
<a href="members_only.cgi?action=email_downline">E-Mail your Downline</a>
< Prev |
Next >