Closed (fixed)
Project:
DFP Small Business (Google Ad Manager)
Version:
6.x-1.0
Component:
Documentation
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Jan 2009 at 08:53 UTC
Updated:
14 Dec 2009 at 12:00 UTC
Comments
Comment #1
toemaz commentedThanks for reporting this issue. Since I have my hands full on several projects, could you perhaps provide me the instructions for configuring this module for D6? I'm actually only using this module on a D5 installation. Thanks!
Comment #2
duncan.moo commentedI was about to give up on this module when I saw this thread, but the documentation should be more clear. To get this working on D6 I did the following:
A. Insert the following into template.php
B. Insert the following into template.php Into the function phptemplate_preprocess_page(&$vars)
That got it workig for me.
Comment #3
highvoltage commentedHmm, there's no mention of "function phptemplate_preprocess_page(&$vars)" anywhere... not on the front page and not on the readme? Where did this come from? Is it still relevant or out of date?
I've added this to my template.php:
Is this correct?
Comment #4
dankohn commentedPlease note that this is a bug, not a feature request. The directions (including what is in the Readme.txt and what is on the project page) need to be updated to show the instructions from #2. Thanks.
Comment #5
toemaz commentedCommitted. Thanks!