Hye guys. Great module. Thanks.

But one thing is missing (in another release): it just gives an option for 8 ad rows but it's possible to have 10 ads on page now. It's line #101 at current release:

$row_options = drupal_map_assoc(array(1, 2, 3, 4, 8));

but should be:
$row_options = drupal_map_assoc(array(1, 2, 3, 4, 8, 10));

Comments

mcurry’s picture

I was going to submit a patch for this, but ... there are no CVS files available for download via CVS? If you go to the CVS repo via the web, it shows all the project files as dead. What gives?

mcurry’s picture

kbahey’s picture

Status: Active » Fixed

Committed to 4.7.

Anonymous’s picture

Status: Fixed » Closed (fixed)