URL Rules do not work because they are relative form the drupal basepath and should not include http like the help suggests
jerodfritz - July 6, 2009 - 18:50
| Project: | Advertisement |
| Version: | 6.x-2.0 |
| Component: | ad_channel module |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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

#1
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
Automatically closed -- issue fixed for 2 weeks with no activity.