| 1 |
*******************************************************
|
| 2 |
README.txt for contaxe.module for Drupal
|
| 3 |
*******************************************************
|
| 4 |
|
| 5 |
The Contaxe module makes it easy to integrate Contaxe ads into drupal.
|
| 6 |
|
| 7 |
INSTALLATION:
|
| 8 |
|
| 9 |
1. Put the contaxe directory in the modules directory that makes
|
| 10 |
the most sense for your site. See http://drupal.org/node/70151 for tips
|
| 11 |
on where to install contributed modules.
|
| 12 |
2. Enable contaxe via admin/build/modules.
|
| 13 |
|
| 14 |
OPTIONAL DEPENDENCIES
|
| 15 |
|
| 16 |
1. profile for revenue sharing
|
| 17 |
2. referral for sharing revenue with referrals
|
| 18 |
3. jquery_update, jquery_interface and interface_sortable for WhoSeesAds
|
| 19 |
support.
|
| 20 |
4. search for integration of the intelligent search ad
|
| 21 |
|
| 22 |
TO DO:
|
| 23 |
|
| 24 |
1. Figure out why dragged items are shifted to the right in IE.
|
| 25 |
2. Clean up the Javascript.
|
| 26 |
3. Do we want to use hook_footer for sending out the Javascript, the way
|
| 27 |
it's done in the messagefx module?
|
| 28 |
|
| 29 |
THANKS:
|
| 30 |
|
| 31 |
Thanks to the authors of the drupal modules jquery_update, jquery_interface,
|
| 32 |
interface_sortable, referral, adsense, adsense_injector and the WordPress
|
| 33 |
plugin WhoSeesAds.
|