views:

42

answers:

2

Hi friends,

I use http://drupal.org/project/ad module. I have taxonomy pages for locations and I need to display location specific ads. so I have created a Channel for a location, and set the url (see below) and added my print ad() code to page. then, created some ads for the channel, but it doesnt display any ads under the provided url :/ any idea what am I doing wrong?

Appreciate helps!! thanks a lot!


Channel Setting Page: alt text


page-taxonomy-term.tpl.php

<?php print ad(); ?>
A: 

Use the relative path. 'london-pubs' and/or 'london-pubs*' should work.

Kevin
I can't believe myself! so silly! Thanks a lot for opening my eyes! Appreciate
artmania
A: 

Look at the description under the input field, it says

If serving ads locally use Drupal relative oaths. If serving ads remotely include the "http:" or "https.//"

DrColossos

related questions