Hi,
I'm using the link field module and it works like a charm with cck+views. One problem though: the itunes protocol (itpc) is not recognised. I added the itpc field into the link.module here:

 'list' => drupal_map_assoc(variable_get('filter_allowed_protocols', array('http', 'https', 'ftp', 'news', 'nntp', 'telnet', 'mailto', 'irc', 'ssh', 'sftp', 'webcal', 'itpc'))),
[...]
  $allowed_protocols = variable_get('filter_allowed_protocols', array('http', 'https', 'ftp', 'news', 'nntp', 'telnet', 'mailto', 'irc', 'ssh', 'sftp', 'webcal', 'itpc'));
 

But with no luck. Am I doing something wrong?

Comments

quicksketch’s picture

4v4l0n42’s picture

Yes, thank you, I tried that.

Did not work. :(

I tried both in the settings file and by hacking the module, as well as separately by reinstalling the original module. Did not work, :(

I don't know what's wrong, at first I figured out that it should have been correct, then the links you provided just confirmed that it was the right direction, but... after running cron I got this error:

The feed from iTunes RSS seems to be broken, because of error " invalid schema itpc".

Does that means that ITPC cannot be a well formed link for drupal as it is?

Please help!

quicksketch’s picture

You'll need to provide significantly more information. It doesn't sound like your problem is related to the protocol at all, considering adding this protocol doesn't help with things.

quicksketch’s picture

Category: feature » support
Status: Active » Closed (fixed)

Closing after lack of activity.