[SOLVED] Combine email with listit2

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
Masweb
Forum Members
Forum Members
Posts: 173
Joined: Sat May 09, 2009 4:26 pm

[SOLVED] Combine email with listit2

Post by Masweb »

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!
Last edited by Masweb on Mon Oct 20, 2014 7:58 pm, edited 1 time in total.
User avatar
Rolf
Power Poster
Power Poster
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Contact:

Re: Combine email with listit2

Post by Rolf »

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
- + - + - + - + - + - + -
Image
Masweb
Forum Members
Forum Members
Posts: 173
Joined: Sat May 09, 2009 4:26 pm

Re: Combine email with listit2

Post by Masweb »

Fantastic! Works for me!

Thanks Rolf (Dank je)
Post Reply

Return to “Modules/Add-Ons”