What is the best way to setup where once a spon...
Added: 03/06/2012 | Updated: 3 Years Ago
Question What is the best way to setup where once a sponsor pays for each level, they can download their products for that specific level, while keeping the sponsor from having access to higher level products?
Answer
The best way is to go to Manager Resources and setup resource pages. You can specify which membership(s) is(are) allowed to view a resource page, blocking other memberships from seeing it.
A. Yes, you can edit the contents of any page in your members area through the file manager.
From the file manager go to the /adminpages folder (there is a quick link in the top right). There you will see html versions of all the php pages in your system's members area which you can edit to change the appearance of the php pages in your software members area.
A. You can add input fields for members to add a value on the resource page. For example, if you are promoting a program you can easily add ~~ code below text or a video you make and then the ~~ is replaced with a form for a member to put their username for the program being promoted.
Tilde Codes to Use
~membervar#form~
Complete form with save button
~membervar#input~
An individual form field. Used when adding multiple inputs. You need to add a button with type="submit" to save the changes.