To create a new banner:
- From the Admin menu, click Banners. The Banners page appears, showing the current banners.
- Click Create banner to create a new banner. The Edit or Create Banners page appears.
- Use this table to complete each field on the page:
Field |
Description |
URL to link the banner |
The fully qualified URL click-through for the banner, such as http://www.tiki.org. The URL will open in a new browser window. If blank, the banner will not be clickable. Notes: * If you select an HTML banner type, you must include the URL in the HTML code — not in this field. * To track banner clicks, use: banner_click.php?id=XX&url=http://www.tiki.org, where XX is the banner ID. The banner ID is shown on the Banners page. * Leave this blank if an HTML banner uses Javascript from a banner service such as AdSense because that code will make the banner clickable. |
Client |
Select a username as the "client" for this banner. Clients can display the stats for a specific banner. |
Max impressions |
The maximum number of times the banner will be displayed (default 1000). After reaching this number, the banner will no longer display. Hint: If your site has lots of traffic, increase this number. |
Zone |
Select the zone in which to display the banner. To create a new zone, in the Create Zone field, type a name for the new banner zone and click Create Zone. |
Show between dates |
To automatically turn this banner on and off at a specific date, select the Use dates option and then select a From and To date. For example, you can create a banner to display only for a specific holiday or event. If you do not select the Use dates option, the banner will be shown immediately, and continue to be shown until the Max impressions. |
Show between hours |
Select the time of the day that the banner will display. By default, the banner will display 24-hours-a-day. |
Show only on |
Select the specific days of the week that the banner will display. By default, the banner will appear 7-days-a-week. For example, you can create a banner to display only on weekends. |
Banners method |
Select a banner type: HTML, Image, URL, or Text. |
URIs where the banner appears only |
Give the list of URIs you want the banner to only appears. The URIs are encliosed with #. Example: #/tiki/my_page#/tiki/tiki-index_raw.php?page=my_page#. This banner will only appear in the page my_page. You can have as many banners of the zone appearing in the same URI. They will share the display. The zone when not in the URIs will display any banner with an empty URI selector. |
- Click Save the banner.
Now that you have created a banner and assigned it to a zone, you're ready to display it.
|