Closed (fixed)
Project:
Openads
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Mar 2007 at 03:26 UTC
Updated:
5 Apr 2007 at 12:01 UTC
The default ad blocks put a commented out java script code in the source and that's about it. Nothing comes from it. I tried uncommenting it and also sourcing in the mmm.js (which doesn't actually appear to be added anywhere either yet) and still nothing. Am I missing something obvious or is the current release version just not done?
Comments
Comment #1
gerd riesselmann commentedThe invoke function creates code like this:
Note that the HTML-comments (<!-- and -->) do not affect the JavaScript code. Additionally, the module places code like this in the head section:
And includes the mmm.js JavaScript file.
If the mmm.js file is missing, you probably are missing a
print $scripts;in your template file? Are jquery.cs and drupal.js included?
Comment #2
nezroy commentedRight, sorry, the
just threw me off. Forgot it gets ignored in the script tag. Up way too late to be troubleshooting this kind of thing :) Turns out I just had the wrong code for the zone I wanted, which was the source of all my problems.
Comment #3
nezroy commented"The [blank] just threw me off" was supposed to be "The <!-- --> just threw me off". Did I mention I've been up a long time? :)
Comment #4
gerd riesselmann commentedNema Problema :-)
Comment #5
(not verified) commented