Publishers - Edit
Account
The top menu inside publishers area contains the link "Edit account".
The account edit form uses the template
publisher_edit.html. These variables are available:
#%site_url%# |
URL of your site. |
#%info%# |
If the form was just send out, it informs the user that data are saved or that some error occurred. |
#%username%# |
Username of the
user |
#%name%# |
Name of the user |
#%email%# |
Email of the user |
#%address%# |
Address of the user |
#%styles_option%# |
List of available styles to select a default style the new publisher wants to use in Users Area. |
#%payment_methods%# |
Scroll-down box to select from payment methods you offer. You can set these methods in Configuration. |
#%p_details%# |
Payment details. For example if an user wants to be paid by a check, this is the place to enter name on checks and address. Analogously if an user wants to be paid by a bank transfer, he/she should enter all bank details to this field, etc. |
#%currency%# |
The currency you use in the system. You entered the currency mark in Configuration. |
#%minimal_possible_payment%# |
Minimal payment. An user will not be in the list of payable users until this value isn't reached. |
#%p_not_now_checked%# |
Hold payment. If checked, the user doesn't want to be paid in this payment period. Earned funds are moved to other periods. |
Once an user edited an account, it can optionally email to admin by using
the template admin_publisher_edited.txt. If the user who
edited his/her details should receive an email, this email is based on template
publisher_edited.txt (This email is meant as a protection for
the system. If someone else entered users account of an publisher and
edited these details, its owner can inform you on this issue.) These variables can be available
in both these emails:
#%site_url%# |
URL of your site. |
#%username%# |
Username of the user. |
#%name%# |
Name of the user. |
#%email%# |
Email of the user. |
#%address%# |
Address of the user. |
#%n%# |
User number. |
#%p_method%# |
Payment method. |
#%p_details%# |
Payment details. |
.