Hi there

I don't get SpamSpan to work with a CCk field. I've defined a E-Mail field for a custom content type. In the "Display fields" section of CCK, I chose "E-Mail SpamSpan". I need to output the content fields in my nodule. In the $node the field is:

field_institution_email  (Array, 1 element)
    0 (Array, 3 elements)
          o email (String, 21 characters ) test@example.com
          o safe (String, 21 characters ) test@example.com
          o view (String, 0 characters ) 

Shouldn't this values be formatted by SpamSpan?

Regards Jens

Comments

pr0test0r’s picture

Are you using Contemplate (Content Template) module for display? If so, you can display the "safe" version.

$field_institution_email[0]['safe']

JensH’s picture

Status: Active » Closed (fixed)

I'm sorry, this was a Live <-> Dev-Stage problem. The display setting for the field "was lost" while going live ;)

Thanks & Regrads Jens