ad.admin.inc |
ad.admin.inc |
|
Advertisement admin pages and functions. |
ad.info |
ad.info |
|
name = Ad
package = Ad
dependencies[] = taxonomy
description = An advertising system for Drupal powered websites.
core = 6.x |
ad.install |
ad.install |
|
Advertisement module database schema. |
ad.module |
ad.module |
|
|
ad.pages.inc |
ad.pages.inc |
|
Advertisement nodes pages and forms. |
adcache.inc |
adcache.inc |
|
|
adserve.inc |
adserve.inc |
|
Configuration. |
ADSERVE_CONFIGURATION.txt |
documentation/ADSERVE_CONFIGURATION.txt |
|
It is possible to override adserve settings by adding them to the $conf array
in settings.php. Read more about how to override a variable in the comments
within settings.php.
Any adserve variable can be overridden in this way.
What follows is a… |
ad_actions.info |
actions/ad_actions.info |
|
name = Ad actions
package = Ad
dependencies[] = trigger
dependencies[] = token
description = Enable ad triggers and actions, useful for creating notification emails.
core = 6.x |
ad_actions.install |
actions/ad_actions.install |
|
Ad_actions module database schema. |
ad_actions.module |
actions/ad_actions.module |
|
Enable ad triggers and actions. |
ad_cache_file.inc |
cache/file/ad_cache_file.inc |
|
A plug in for the ad.module, providing a file cache mechanism for improved
performance when displaying ads. |
ad_cache_file.info |
cache/file/ad_cache_file.info |
|
name = Ad file cache
package = Ad
dependencies[] = ad_owners
description = Provides a file-caching mechanism to improve ad serving performance.
core = 6.x |
ad_cache_file.install |
cache/file/ad_cache_file.install |
|
Install file for ad_cache_file.module. |
ad_cache_file.module |
cache/file/ad_cache_file.module |
|
A plug in for the ad.module, providing a file cache mechanism for improved
performance when displaying ads. |
ad_channel.css |
channel/ad_channel.css |
|
#ad-channel .description {
font-size: 0.85em;
margin: 0.5em;
} |
ad_channel.inc |
channel/ad_channel.inc |
|
Ad Channel include file. |
ad_channel.info |
channel/ad_channel.info |
|
name = Ad channel
package = Ad
dependencies[] = ad
description = Provides the ability to create advertisement channels, about which rules can be defined.
core = 6.x |
ad_channel.install |
channel/ad_channel.install |
|
|
ad_channel.module |
channel/ad_channel.module |
|
Ad Channel module. |
ad_client.admin.inc |
client/ad_client.admin.inc |
|
|
ad_client.info |
client/ad_client.info |
|
name = Ad Client
package = Ad
description = Display ads in blocks.
core = 6.x |
ad_client.module |
client/ad_client.module |
|
An advertising system for Drupal powered websites. |
ad_embed.info |
embed/ad_embed.info |
|
name = Ad embed
package = Ad
dependencies[] = ad
description = Embed ads in content.
core = 6.x |
ad_embed.module |
embed/ad_embed.module |
|
Embed ads in content. |
ad_external.info |
external/ad_external.info |
|
name = External Ad
package = Ad
dependencies[] = ad
description = Enhances the ad module to support externally hosted ads. Typically combined with IFrames.
core = 6.x |
ad_external.install |
external/ad_external.install |
|
Ad_external module database schema. |
ad_external.module |
external/ad_external.module |
|
Enhances the ad module to support externally hosted ads, served via IFrames.
It is recommended that you configure "Administer >> Content management >>
Ads >> Settings >> Global settings >> Display type" to… |
ad_html.info |
html/ad_html.info |
|
name = HTML Ad
package = Ad
dependencies[] = ad
description = Enhances the ad module to support html-based ads, such as those defined by many advertising affiliate websites.
core = 6.x |
ad_html.install |
html/ad_html.install |
|
Ad_html module database schema. |
ad_html.module |
html/ad_html.module |
|
Enhances the ad module to support html ads. |
ad_image.info |
image/ad_image.info |
|
name = Image Ad
package = Ad
dependencies[] = ad
dependencies[] = upload
description = Enhances the ad module to support banner ads.
core = 6.x |
ad_image.install |
image/ad_image.install |
|
Ad_image module database schema. |
ad_image.module |
image/ad_image.module |
|
Enhances the ad module to support banner ads. |
ad_owners.info |
owners/ad_owners.info |
|
name = Ad Owners
package = Ad
dependencies[] = ad
description = Enhances the ad module to support ad owners.
core = 6.x |
ad_owners.install |
owners/ad_owners.install |
|
Ad_owners module database schema. |
ad_owners.module |
owners/ad_owners.module |
|
Enhances the ad module to support ad owners. |
ad_remote.info |
remote/ad_remote.info |
|
name = Remote ads
package = Ad
dependencies[] = ad_owners
description = Generates cut-and-paste source snippets allowing ads to be easily displayed on remote websites.
core = 6.x |
ad_remote.module |
remote/ad_remote.module |
|
Enhances the ad module to providing cut-and-paste source snippets allowing
ads to be easily displayed on remote websites. |
ad_report.info |
report/ad_report.info |
|
name = Ad report
package = Ad
dependencies[] = ad
dependencies[] = chart
description = Generates reports and charts from advertisement statistics.
core = 6.x |
ad_report.install |
report/ad_report.install |
|
Ad Report database functions. |
ad_report.module |
report/ad_report.module |
|
Provides comprehensive charts and reports about advertising statistics. |
ad_text.info |
text/ad_text.info |
|
name = Text Ad
package = Ad
dependencies[] = ad
description = Enhances the ad module to support static text ads.
core = 6.x |
ad_text.install |
text/ad_text.install |
|
Ad_text module database schema. |
ad_text.module |
text/ad_text.module |
|
Enhances the ad module to support static text ads. |
ad_token.inc |
ad_token.inc |
|
Implementations of token module hooks for the Advertisement module. |
ad_types.txt |
documentation/ad_types.txt |
|
---------
Overview
---------
This document is intended to help someone write a module for the ad api to
introduce a new ad type. The core ad module includes two ad type modules, one
for text ads and another for image ads. You can use the same api used… |
ad_weight_percent.inc |
weight/percent/ad_weight_percent.inc |
|
A plug in for the ad.module, providing a percentage based weighting mechanism
for the random selection of ads. |
ad_weight_percent.install |
weight/percent/ad_weight_percent.install |
|
|
ad_weight_percent.module |
weight/percent/ad_weight_percent.module |
|
A plug in for the ad.module, providing a percentage based weighting mechanism
for the random selection of ads. |