dabasejoin - concat label - [email protected]

vivoices

New Member
Hi,
I need to display a list of email addresses in a multi select of a databasejoin element.

All the list displays as labels is [email protected].

How can I get the actual email addresses to be displayed in the form?

Thanks,
Udo
 
Setting "Process Joomla plug-ins" to no does not turn email cloaking off.
Where should I put {emailcloak=off} to display email addresses in my form?
 
Have you actually enabled that plugin in J!'s plugin manager?

We should be automatically doing that, if you have Process Plugins enables. See ./components/com_fabrik/helpers/html.php, around line 2292:

Code:
/**
* J!'s email cloaking will cloak email addresses in form inputs, which is a Bad Thing<tm>.
* What we really need to do is work out a way to prevent ONLY cloaking of emails in form inputs,
* but that's not going to be trivial.  So bandaid is to turn it off in form and list views, so
* addresses only get cloaked in details view.
*/
 
if ($view !== 'details')
{
$text .= '{emailcloak=off}';
}


-- hugh
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top