ad.info |
ad.info |
|
name = Ad
package = Ad
dependencies = taxonomy
description = An advertising system for Drupal powered websites. |
ad.install |
ad.install |
|
|
ad.module |
ad.module |
|
An advertising system for Drupal powered websites. |
adcache.inc |
adcache.inc |
|
|
adserve.inc |
adserve.inc |
|
|
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_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 = File cache
package = Ad
dependencies = ad
description = Provides a file-caching mechanism to improve ad serving performance. |
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_cache_memcache.inc |
cache/memcache/ad_cache_memcache.inc |
|
|
ad_cache_memcache.info |
cache/memcache/ad_cache_memcache.info |
|
name = Ad memcache cache
package = Ad
dependencies = ad
description = Integrates the ad module with memcached, allowing ads to be served directly out of RAM. |
ad_cache_memcache.module |
cache/memcache/ad_cache_memcache.module |
|
A plug in for the ad.module, integrating the ad module with memcache. |
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.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. |
ad_channel.install |
channel/ad_channel.install |
|
|
ad_channel.module |
channel/ad_channel.module |
|
Ad Channel |
ad_embed.info |
embed/ad_embed.info |
|
name = Embed
package = Ad
dependencies = ad
description = Embed ads in content. |
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. |
ad_external.install |
external/ad_external.install |
|
|
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. |
ad_html.install |
html/ad_html.install |
|
|
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 upload
core = 6.x
description = Enhances the ad module to support banner ads. |
ad_image.install |
image/ad_image.install |
|
|
ad_image.module |
image/ad_image.module |
|
Enhances the ad module to support banner ads. |
ad_image_views.inc |
image/ad_image_views.inc |
|
|
ad_notify.info |
notify/ad_notify.info |
|
name = Notify
package = Ad
dependencies = ad
description = Receive email notifications regarding ads. |
ad_notify.install |
notify/ad_notify.install |
|
|
ad_notify.module |
notify/ad_notify.module |
|
Receive email notifications regarding ads. |
ad_permission.info |
permission/ad_permission.info |
|
name = Ad Permission
package = Ad
dependencies = ad
description = Granular permission system for Drupal ad module. |
ad_permission.install |
permission/ad_permission.install |
|
|
ad_permission.module |
permission/ad_permission.module |
|
Provide granular permissions for advertisements. |
ad_remote.info |
remote/ad_remote.info |
|
name = Remote
package = Ad
dependencies = ad_permission
description = Generates cut-and-paste source snippets allowing ads to be easily displayed on remote websites. |
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. This module is a proof of
concept. |
ad_report.info |
report/ad_report.info |
|
name = Report
package = Ad
dependencies = ad
description = Provides comprehensive charts and reports about advertising statistics. |
ad_report.install |
report/ad_report.install |
|
|
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. |
ad_text.install |
text/ad_text.install |
|
|
ad_text.module |
text/ad_text.module |
|
Enhances the ad module to support static text ads. |
ad_text_views.inc |
text/ad_text_views.inc |
|
|
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… |
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. |
ad_weight_probability.inc |
weight/probability/ad_weight_probability.inc |
|
A plug in for the ad.module, allowing an admin to set the probability that
a given advertisement will be displayed. |
ad_weight_probability.info |
weight/probability/ad_weight_probability.info |
|
name = Ad Weight Probability
package = Ad
dependencies = ad
description = Allow admin to adjust the probability that an ad will be displayed. |