New Advertiser Registration

Visitors who want to become advertisers should go to advertiser_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 advertisers can be optionally in a queue to let an admin review and accept or reject them.

For the page where a new advertiser can join is used template advertiser_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 advertiser joined, a page based on template advertiser_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 advertiser 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 advertiser_joined.txt where you can use these variables:

#%site_url%#

URL of your site.

#%username%#

Username of the new user.

#%password%#

Password of the new user.

If admin has to get an email (it may be enabled/disabled in Configuration), this email is based on template admin_advertiser_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

Once the new advertisers account has been created, the new user can add create ads. If you manually review all new users (this may be enabled/disabled in Configuration), these ads won't be displayed until you don't accept this new user.