I want to use this tag:
{email address="me@example.com" linkname="email me" class="blue_style"}
in a listit field like this:
{$item->fielddefs.emailadres.value|cms_escape}
But this doesn't work: (offcourse)
{email address="{$item->fielddefs.emailadres.value|cms_escape}" linkname="email me" class="blue_style"}
But how I can use that together?
Thank for your answers!
[SOLVED] Combine email with listit2
[SOLVED] Combine email with listit2
Last edited by Masweb on Mon Oct 20, 2014 7:58 pm, edited 1 time in total.
Re: Combine email with listit2
Code: Select all
{email address=$item->fielddefs.emailadres.value|cms_escape linkname='email me' class='blue_style'}- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Re: Combine email with listit2
Fantastic! Works for me!
Thanks Rolf (Dank je)
Thanks Rolf (Dank je)


