-
Forum
-
ContactMap
-
General discussion
-
Display E-Mail Adress in Contact Map
Display E-Mail Adress in Contact Map
-
reikem
-
Auteur du sujet
-
Visiteur
-
il y a 6 ans 8 mois #4901
par reikem
Hey there,
I'd like to display the E-Mail address of the contact in the popup window in contact map.
It worked for me some time ago, but it does not anymore.
You can see it here:
images.devs-on.net/Image/XqiKjrPnFb7D1Jal-Bereich.png
It worked with:
if(@$row->email_to) {$email = 'E-Mail: <a href=\"mailto:'.addslashes($row->email_to).'\">'.addslashes($row->email_to).'</a><br />';}else{$email='';}
(on line 525 in components/com_contactmap/models/contactmap.php)
Can you give me any advice how to fix taht?
Le sujet a été verrouillé.
Réduire
Plus d'informations
-
Messages : 1926
-
Remerciements reçus 267
-
-
-
-
il y a 6 ans 8 mois #4902
par gmapfp
Hi,
You have create a variable $email.
Now, you must display it.
Add this variable in the line below, after $pays variable.
Le sujet a été verrouillé.
-
reikem
-
Auteur du sujet
-
Visiteur
-
il y a 6 ans 8 mois #4903
par reikem
thank you. haven't found the right point to display it.
It works
Le sujet a été verrouillé.
-
Forum
-
ContactMap
-
General discussion
-
Display E-Mail Adress in Contact Map
Temps de génération de la page : 0.152 secondes