OK - have a page with the following
<a href="/blog/path_alias_to_node">name here</a>
ELF is applying the mailto icon to this ?
Otherwise seems to be working pretty well.
I did have to set all the filters that generate URLs (have some that take [xxx:yyyy] and convert to URL at a lighter weight - but that shouldn't affect this one - where the <a> tag is in place by hand.
Live example:
http://www.chrissearle.org/blog/testing_expansion_exim4
The link to Setting outgoing IP is an internal link (perhaps a little ironic that the actual node is about mail but there you go :)).
Comments
Comment #1
junyor commentedLine 85 should read,
else if (strpos($match[1], 'mailto:') === 0) {. There's a missing "=" (two instead of three), which causes the strpos() to match FALSE as well as 0. Just a silly typo. :) I'm sure m3avrck will take care of this soon.Comment #2
junyor commentedComment #3
m3avrck commentedthanks, fixed!
Comment #4
chrissearle commentedConfirmed :) Thanks
Comment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.