-
Forum
-
Index
-
ContactMap
-
General discussion
-
Display E-Mail Adress in Contact Map
Display E-Mail Adress in Contact Map
-
reikem
-
Topic Author
-
Visitor
-
6 years 8 months ago #4901
by 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?
The topic has been locked.
Less
More
-
Posts: 1926
-
Thank you received: 267
-
-
-
-
6 years 8 months ago #4902
by gmapfp
Hi,
You have create a variable $email.
Now, you must display it.
Add this variable in the line below, after $pays variable.
The topic has been locked.
-
reikem
-
Topic Author
-
Visitor
-
6 years 8 months ago #4903
by reikem
thank you. haven't found the right point to display it.
It works
The topic has been locked.
-
Forum
-
Index
-
ContactMap
-
General discussion
-
Display E-Mail Adress in Contact Map
Time to create page: 0.106 seconds