Download & Extend

ehm...Ads size/format isn't shown correctly. Default value is fixed.

Project:AuctionAds Integration
Version:5.x-2.0
Component:Code
Category:bug report
Priority:critical
Assigned:yaph
Status:closed (fixed)

Issue Summary

In these lines, size values aren't get by variables, but are hardcoded.

<?php
auctionads_ad_campaign
= "";
auctionads_ad_width = "468";
auctionads_ad_height = "60";
auctionads_ad_kw = "$ad_kw";
?>

Strange bug huh? :)

Comments

#1

Replace the hard coding of the width and height with $width and $height which are defined ~ line 209...

#2

Yes i did for my site. But why not to commit a patch?

#3

Sorry, i didn't want to be annoying. My question is if why leave a module not configurable?

#4

Assigned to:Anonymous» yaph
Status:active» closed (fixed)

I Fixed this bug replacing the hard coded values for width and height with the correct variables. Thanks for your report.