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
Comment #1
quicksketchSee either of these requests:
#185350: add new link protocal
#264594: allowed_protocols
Comment #2
4v4l0n42 commentedYes, 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:
Does that means that ITPC cannot be a well formed link for drupal as it is?
Please help!
Comment #3
quicksketchYou'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.
Comment #4
quicksketchClosing after lack of activity.