I am using the email module for cck. can I display the email address to image in the full node view by using this module ?

I have tired this on my site, but it doesn't work. the email address still displaying in text in the node view.

Comments

dalkire’s picture

In CCK make the email field hidden under display fields and then you can just source the image in the node as follows:

<img src="/email2image/node/[nid]" />

of course replacing [nid] with the actual node id

dalkire’s picture

Status: Active » Closed (fixed)