ez projects / openads_2.3__max_media_mana...
| UNIX name | Owner | Status | Version | Compatible with |
|---|---|---|---|---|
| openads_2.3__max_media_manager__template_plugin | Pascal Specht | stable | 1.0 | 3.9 |
Installation:
- install openAds 2.3 into a new folder of your webroot, e.g.
www/openads/
- add
RewriteRule ^/openads - [L] In your httpd.conf to allow access to openads, if
you installed it there for example.
- point your browser to www/openads and follow the setup instructions
that are on www.openads.org
make sure you patch openAds 2.3:
at least in my release (2.3.31-alpha-pr3), constants.php contains the
following line:
ini_set('include_path', MAX_PATH . '/lib/pear');
which should become:
ini_set('include_path',ini_get('include_path').':'.MAX_PATH.
'/lib/pear' );
- install extension as usual.
- modify your content.ini.append accordingly to where you installed
openAds:
DefaultOpenAdsServer=/home/customer/www/openads
- clear cache.
- use the new custom tag "openads" in an XML Block
- or use the new template operator openads_html( zone_id, campaign_id,
banner_id, html_target )
the first three params are integers, the last is a string containing
_self, _top, _parent etc.
Please use this forum for troubleshooting and assistance