New Publisher Registration

Visitor who wants to become an publisher should go to publisher_join.php and fill in all fields. The script automatically sends an email to both the new user and to admin (optional - it may be enabled/disabled in Configuration). New publishers can be optionally in a queue to let an admin review and accept or reject them.

For the page where a new publisher can join is used template publisher_join.html. The following variables are available:
 

#%site_url%#

URL of your site.

#%styles_option%#

List of available styles to select a default style the new advertiser wants to use.

The following variables are used only if someone already filled in the form and sent it out but the system rejected this submission for some reason.

#%info%#

Description of the reason why the application was rejected

#%username%#

Entered Username.

#%password%#

Entered Password.

#%email%#

Entered Email.

#%name%#

Entered Name.

#%daymail_checked%#
#%agree_checked%# 

It checks the "daily email" and "agreed to rules" checkboxes, if these were checked on the previous page by the potential advertiser.

#%agree%#

If you require that new advertisers have to agree with rules, it displays a checkbox and text from template advertiser_form_agree_to_rules.txt. If you require it, add a URL of your Rules page to this template.

When a new publisher joined, a page based on template publisher_joined.html is displayed. In this template may be used the following variables: 

#%username%#

Username of the new user

#%password%#

Password of the new user

#%email%#

Email of the new user

#%name%#

Name of the new user

If the new publisher has to receive an email (it may be enabled/disabled in Configuration, also email is not sent if you accept new users manually), this email is based on template publisher_joined.txt where you can use these variables:

#%username%#

Username of the new user

#%password%#

Password of the new user

#%site_url%#

The URL where Ad Manager Pro is installed

If admin has to get an email (it may be enabled/disabled in Configuration), this email is based on template admin_publisher_joined.txt where you can use these variables:

#%site_url%#

URL of your site.

#%username%#

Username of the new user

#%name%#

Name of the new user

#%email%#

Email of the user

Now the new publishing account is created. The new user can create publishing places.