Hi,

I would like to be able to use an inputfilter: php or html in the ad-body (like the functionality of the normal-body).
Is this allready possible?
If not can somebody please file a patch for this?

thanks in advance!
greetings,
Martijn

Comments

summit’s picture

Somewhat similer to: http://drupal.org/node/149957 or http://drupal.org/node/147784 but also PHP support needed.
Just the regular input filter connection like normal body would be great!

greetings,
Martijn

jeremy’s picture

Assigned: Unassigned » jeremy

Yes, agreed. Ads are already nodes, so it's simple enough to just apply the nodes filter type to the ad body. This gives you a per-ad granularity.

I'm assigning to myself to remind myself to implement this.

summit’s picture

Great!
Keep me posted, thanks.
Martijn

okday’s picture

Priority: Normal » Critical

Hi,

I want to know when this functionnality will be available. This functionnality is the last functionnality I need to implement before starting my website.

I need this functionnality for embedding php ads into my content for sub-affiliate tracking. I need it for creating html ads with php snippets on it for sub affiliate tracking. I found the new html plug-in in the issues but this plug-in doesn't support PHP code.

I'm also willing to pay to get this functionnality developped fast. If someone is interested to develop this functionnality please msg me.

Thank you.

jeremy’s picture

I am the maintainer of this module. I do offer consulting services. Contact me at jeremy@tag1consluting.com if you'd like a quote.

Otherwise, this is a feature that will eventually get added either way.

summit’s picture

Hi Jeremy,

Do you allready have a planning when this feature will come in?
I Really would like this functionality!
If I can help you test it, I'm fine with that.
Greetings,
Martijn

summit’s picture

Version: 5.x-1.3-2 » 5.x-1.5-rc2
Component: ad_text.module » ad_text module

Hi Jeremy,

I still have this requirement.
On the short run I have the following need.

I see on the ad_text module the following possibility in functlon ad_text_node_view

$node->content['ad-link'] = array(
'#value' => '<div class="links-to">'. t('Links to %url.', array('%url' => $node->url)) .'</div>',
'#weight' => 1,
);

Is there a possibility to make this a real clickable url instead of only a text.
Would it next to this also possible to have this then clickable url also on the node pages, and not only the views pages?

Thanks a lot in advance for your reply!

greetings,
Martijn

jeremy’s picture

Priority: Critical » Normal
Status: Active » Fixed

Feature implemented, committed to latest development tree. Filtering is disabled by default, and must be enabled on the global advertisement settings page.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.