You are here

INSTALL.txt in Advertisement 5.2

-------------
Requirements:
-------------
 - Drupal 5.x
 - upload.module (if using the ad_image module)

-------------
Installation:
-------------
1) Extract the ad tarball.  Move the resulting 'ad/' subdirectory within your
   'modules/' directory.  Be sure the web server has read permissions to this
   directory and the files within it.

   NOTE:  For optimal performance you should set the DRUPAL_ROOT variable at 
   the top of the adserve.inc file.  Otherwise, the ad module will automatically
   determine your top level Drupal directory each time it serves an 
   advertisement.

2) Log in to your website and enable the ad.module.
    (Goto :: administer >> modules :: then put a check next to 'ad')

3) If you wish to display image (banner) ads, enable the ad_image.module.  If
   it's not already enabled, you will also need to enable the upload.module.
    (Goto :: administer >> modules :: then put a check next to 'ad_image' and 
     'upload'.)

   You can set per-group limitations for image ads at administer >> modules >>
   groups >> image ads.

4) If you wish to display text ads, enable the ad_text.module.
    (Goto :: administer >> modules :: then put a check next to 'ad_text')

   You can set global limitations for text ads at administer >> modules >>
   settings >> text ads.

5) If you wish to embed ads into your site content, enable the ad_embed.module.
    (Goto :: administer >> modules :: then put a check next to 'ad_embed')

   You can configure embedded ads at administer >> modules >> settings >>
   embedded ads.  There is also online help available if you enable the Drupal 
   help module and go to administer >> help >> ad_embed.

6) If you wish to provide online graphical reports along with your ads, enable
   the ad_report module.
    (Goto :: administer >> modules :: then put a check next to 'ad_report')

7) Assign the 'show advertisements' permission to all roles that you wish to
   see advertisements.
    (Goto :: administer >> user management >> access control :: then put a 
     check next to 'show advertisements' for all roles that should see ads)

8) You can display ads in blocks by going to administer >> blocks and enabling
   the per-ad-group blocks that are automatically generated.

File

documentation/INSTALL.txt
View source
  1. -------------
  2. Requirements:
  3. -------------
  4. - Drupal 5.x
  5. - upload.module (if using the ad_image module)
  6. -------------
  7. Installation:
  8. -------------
  9. 1) Extract the ad tarball. Move the resulting 'ad/' subdirectory within your
  10. 'modules/' directory. Be sure the web server has read permissions to this
  11. directory and the files within it.
  12. NOTE: For optimal performance you should set the DRUPAL_ROOT variable at
  13. the top of the adserve.inc file. Otherwise, the ad module will automatically
  14. determine your top level Drupal directory each time it serves an
  15. advertisement.
  16. 2) Log in to your website and enable the ad.module.
  17. (Goto :: administer >> modules :: then put a check next to 'ad')
  18. 3) If you wish to display image (banner) ads, enable the ad_image.module. If
  19. it's not already enabled, you will also need to enable the upload.module.
  20. (Goto :: administer >> modules :: then put a check next to 'ad_image' and
  21. 'upload'.)
  22. You can set per-group limitations for image ads at administer >> modules >>
  23. groups >> image ads.
  24. 4) If you wish to display text ads, enable the ad_text.module.
  25. (Goto :: administer >> modules :: then put a check next to 'ad_text')
  26. You can set global limitations for text ads at administer >> modules >>
  27. settings >> text ads.
  28. 5) If you wish to embed ads into your site content, enable the ad_embed.module.
  29. (Goto :: administer >> modules :: then put a check next to 'ad_embed')
  30. You can configure embedded ads at administer >> modules >> settings >>
  31. embedded ads. There is also online help available if you enable the Drupal
  32. help module and go to administer >> help >> ad_embed.
  33. 6) If you wish to provide online graphical reports along with your ads, enable
  34. the ad_report module.
  35. (Goto :: administer >> modules :: then put a check next to 'ad_report')
  36. 7) Assign the 'show advertisements' permission to all roles that you wish to
  37. see advertisements.
  38. (Goto :: administer >> user management >> access control :: then put a
  39. check next to 'show advertisements' for all roles that should see ads)
  40. 8) You can display ads in blocks by going to administer >> blocks and enabling
  41. the per-ad-group blocks that are automatically generated.