Display E-Mail Adress in Contact Map

  • reikem
  • Topic Author
  • Visitor
  • Visitor
6 years 1 month ago #4901 by reikem
Display E-Mail Adress in Contact Map was created 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.
More
6 years 1 month 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
  • Visitor
6 years 1 month ago #4903 by reikem
Replied by reikem on topic Display E-Mail Adress in Contact Map
thank you. haven't found the right point to display it.

It works :-)
The topic has been locked.
Time to create page: 0.068 seconds
Powered by Kunena Forum
FaLang translation system by Faboba