Philo Hermans: Ad Code Example -> Ad Seller -> Tracker

Jump to content

Report ID 4 Title Ad Code Example
Product Ad Seller Status Confirmed (Severity 4 - High)
Version 2.0.0 Fixed in 2.0.0


Report ID #4: Ad Code Example

#1 User is offline  
Philo Icon

  • Administrator
  • Icon
  • Group: Administrators
  • Posts: 68
  • Joined: 26-October 09

Posted 29 January 2010 - 10:45 PM

Ad-Seller show's an example code to include in your website, like:

Posted Image


This should be without the "#"!

<div id="#test"></div>



Should be:

<div id="test"></div>



Kind regards,

Philo Hermans



Replies (1 - 1)

#2 User is offline  
Philo Icon

  • Administrator
  • Icon
  • Group: Administrators
  • Posts: 68
  • Joined: 26-October 09

Posted 29 January 2010 - 10:46 PM

Issue fixed in: 2.0.0


Manual Fix
open ad_seller/application/views/admin/pages/generate.php and look for line 19

echo '&lt;div id=&quot;#'.$c['div'].'&quot;&gt;&lt;/div&gt;


Replace this code with:

echo '&lt;div id=&quot;'.$c['div'].'&quot;&gt;&lt;/div&gt;

Kind regards,

Philo Hermans



Fast Reply

  

0 User(s) are reading this issue
0 Guests and 0 Anonymous Users


Powered by IP.Tracker 1.3.0 © 2010  IPS, Inc.