The function theme_google_admanager_block() was removed from 6.3, if you try to use the input filter, the script will fatal complaining that the function doesn't exist.

Copying the function back into the .module prevents this error - however it only displays GAM tags, which do not work for me (external JS fails to load every time).

I'm using version "6.x-3.0-rc1+2-dev"

Comments

robinmofo’s picture

I've also found that Superslots are attempting to get rendered without the md5 hash... so my local version checks for that.. once I'm finished I'll try and get a patch attached.

udijw’s picture

I wonder if we can replace the call on line 332 with
$r = google_admanager_display_ad($ad_slot);

it seems that all other calls to theme_google_admanager_block() in 6.x-2.x were replaced with google_admanager_display_ad()

Does it make any sense?

jcisio’s picture

Priority: Normal » Critical
Issue summary: View changes
jcisio’s picture

Fixed #2. But leave this issue open because of #1 that I don't have time to check.