By Daniel Strohmeyer on Tuesday, 03 April 2018
Posted in Technical Issues
Likes 0
Views 0.9K
Votes 0
Hello,

is it possible to access the email adress of my conversion partner in the conversation window ? i want to add a
<a href="mimetype:event:<emailadress of my conversation partner">
in my conversation template default.php

Best regards
Dannilo
Hi there,

You can add codes below on your codes segment and see how it goes.

[gist type="php"]
<?php echo $list->sender->email; ?>
[/gist]
·
Tuesday, 03 April 2018 16:31
·
0 Likes
·
0 Votes
·
0 Comments
·
$list->sender->email;

is empty
·
Tuesday, 03 April 2018 16:50
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

Oh, sorry for inconvenience caused. You need to include them at this path .../components/com_easysocial/themes/wireframe/conversations/default/lists.php

Please give it a try and see how it goes.
·
Tuesday, 03 April 2018 16:59
·
0 Likes
·
0 Votes
·
0 Comments
·
np :-) how can i get the lists email entry to the default.php, where i need this entry to generate a dynamic href item ? i tried to set a var in lists.php and get it in default.php, but it seems like on both php the lists->sender->email is empty
·
Tuesday, 03 April 2018 18:09
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

Maybe i have miss-understanding your here Currently, prompted modification are purposely to be used on the conversation listings and by implementing those codes above, it will shown you those emails as for example you can attached files below at this path .../components/com_easysocial/themes/wireframe/conversations/default/lists.php It will shown you emails underneath the user itself as you can see here http://take.ms/vEWkk

So i need confirmation from your side and particularly which view are you referring to? And where exactly you wanted those emails to be shown on your conversation? Can you provide us with some screenshot for better understanding.

Please advice.
·
Tuesday, 03 April 2018 18:18
·
0 Likes
·
0 Votes
·
0 Comments
·
ok, i think my english isnt good enough to explain what i want to do
i hope my screenshot explains my problem.
·
Tuesday, 03 April 2018 18:36
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

oh, i understand now. You can try to apply attached file at this path .../components/com_easysocial/themes/wireframe/conversations/default/default.php and see how it goes.


<a href='mailto:"<?php echo $this->my->email; ?>"'>
<i class="fa fa-lock"></i>
</a>
·
Tuesday, 03 April 2018 18:57
·
0 Likes
·
0 Votes
·
0 Comments
·
yes this is nearly what i am looking for, but ...
i dont want My email adress, i need the email adrees from my last chat partner (the one, who sent the last message excluding me)
·
Tuesday, 03 April 2018 19:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

I am sorry for inconvenience caused. I have consulted this with our developer and it seems that it will required heavy some modification on your site including javascript files.

It will be hard for you to re-implement them on the future version as it will required you to do some compiling on your site. Thanks for your understanding.
·
Tuesday, 03 April 2018 20:47
·
0 Likes
·
0 Votes
·
0 Comments
·
oh, but that wouldnt be a problem for me. ok i will give it a try by myself.
thanks for your time.
·
Tuesday, 03 April 2018 20:52
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

Thanks for your understanding.

Perhaps, if you require us to perform the customization for you, you can always request for a quote from us at https://crm.stackideas.com and select "Customizations" . Our sales person would be glad to send you a quote for the customizations that you have requested.

Just for your information, I have locked and marked this thread as resolved to avoid confusions in the future. Please start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiries.

Thanks for understanding
·
Wednesday, 04 April 2018 10:29
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post