Closed (duplicate)
Project:
Advertisement
Version:
6.x-1.x-dev
Component:
ad_embed module
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 Jan 2009 at 19:39 UTC
Updated:
10 Feb 2009 at 21:19 UTC
Hi,
when I go to the filter menu i can not allow the embed advertisement tag.
Regards francula
Comments
Comment #1
jeremy commentedYou probably want to allow <img> and <a>. [ad] is not an html tag.
Comment #2
avpadernoMaybe he means he cannot select the filter for embedding advertisements, but the module doesn't implement a filter.
It seems he misunderstood how to us the module.
Comment #3
jeremy commentedIf that's what this request is, then it's a duplicate. Waiting for clarification.
Comment #4
francula commentedHi,
yes Kiam you are right. I it is not an html tag. Probably I got something wrong. Do you have any idea about some documentation on this?
I would like to use the replacement of the [ad] functionality on CCK fields also not only on the standard node text field.
Regards
Comment #5
avpadernoThe module doesn't implement a filter; that mean it's not listed between the input formats.
It's not possible to use it with any CCK field, as the module simply change the content of node before CCK content is added to the node (correct me if I am wrong).
Comment #6
jeremy commentedCorrect, the ad_embed module is a poor hack. It needs to be reimplented as Drupal input-filter. Marking as duplicate.