Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add picture to task contact #28

Closed
juanykty opened this issue Aug 8, 2018 · 1 comment
Closed

add picture to task contact #28

juanykty opened this issue Aug 8, 2018 · 1 comment

Comments

@juanykty
Copy link

juanykty commented Aug 8, 2018

I'm trying to add a line of code to show a picture of the contacts assigned to a task like this
image

I use this code

                                    <img src="/images/<?php echo $AppUI->___(@$obj->username);?>.jpg" width=" 100px" >

but when I add two or more people ony appear one image, can you help me to do this update? thanks

@juanykty juanykty closed this as completed Aug 8, 2018
@juanykty
Copy link
Author

juanykty commented Aug 8, 2018

I add this code
echo '<td class="hilite"><img src=/images/' . $AppUI->___($contact_data['contact_first_name'].''.$contact_data['']) .'.jpg width="100px"></td>';
on the file /modules/tasks/view.php

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant