Download & Extend

URL Rules do not work because they are relative form the drupal basepath and should not include http like the help suggests

Project:Advertisement
Version:6.x-2.0
Component:ad_channel module
Category:bug report
Priority:critical
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

When you specify Display advertisements from this channel on specific URLs: the help text gives incorrect instructions.

The help text currently reads:

Enter one URL per line, including the 'http://' or 'https:/'. The '*' character is a wildcard. Example URLs are http://www.example.com/blog for the blog page and http://www.example.com/blog/* for every personal blog.

This is wrong. The help text should be changed to read:

Enter one URL per line, excluding the 'http://' or 'https://'. The '*' character is a wildcard. Example URLs are blog for the blog page and blog/* for every personal blog.

Thanks,
Jerod

Comments

#1

Status:active» fixed

This help text was updated during recent development. It now notes that you should only include http:// if displayed ads remotely with the ad_remote module (the use case for which this module was originally designed).

#2

Status:fixed» closed (fixed)

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