Port to Drupal 6
Manuel Garcia - January 27, 2009 - 11:26
| Project: | ad_flash |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Description
Not sure what the status is on this, will the d6 version of ad be incorporating this addon module, or will this module be ported to Drupal 6 itself?

#1
Here's my attempt at porting ad_flash for Drupal 6, in case anyone else needs this
Changes made:
Tested with Drupal 6.9 and latest dev release of ad.module (2009-Jan-30).
The .js files from http://www.adobe.com/devnet/activecontent/articles/devletter.html are not included in the attachment. Follow the installation instructions to add those. Feel free to test and comment.
#2
Many thanks indeed for this. I intend to test this soon with a view to creating a snapshot for D6.
#3
this is truly great work, converting module for active release.
#4
Many thanks artis.bajars!! I'll stay tuned for the 6.x-1.x-dev for testing
#5
Thanks!
Module work great for me.
Ad 6.x-1.1
Drupal 6.10
#6
Unfortunately dosen't work for me.
" Unable to locate flash" - when a preview the ad.
Ad 6.x-1.1
Drupal 6.10
#7
it stoped working in the last beta6...
introfini
#8
It didn't work to me..
I'm using the ad
; $Id: ad.info,v 1.1.2.2.2.1 2008/08/11 21:15:26 jeremy Exp $
with the drupal 6.10.
UPDATE: I needed to change the function called adaccess by ad_permission.
my the banner didn't show the banner, looking the source code it show:
<div class="content"><script type='text/javascript' src='http://localhost/test/sites/all/modules/ad/serve.php?q=1&t=0&u=node/79'></script> </div>
</div>
accessing http://localhost/test/sites/all/modules/ad/serve.php?q=1&t=0&u=node/79
It show disconfigured codes, like this
.....\x3c/script\x3e\n ');I tryed to change the html.. but...
Do you have any ideia?
thanks
#9
working version in the attachment
introfini
#10
I've put together a Drupal 6 dev version using introfini's attachment above. Thanks for all the effort on this.