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 :)).

CommentFileSizeAuthor
#2 contrib-5.elf_.mailto.junyor.patch629 bytesjunyor

Comments

junyor’s picture

Line 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.

junyor’s picture

Status: Active » Needs review
StatusFileSize
new629 bytes
m3avrck’s picture

Status: Needs review » Fixed

thanks, fixed!

chrissearle’s picture

Confirmed :) Thanks

Anonymous’s picture

Status: Fixed » Closed (fixed)

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