Jump to content
  • 0

Photo's For Staff And Clients


JadonM

Question

Hello,

 

There is no obvious way for a client or staff to change the image and so everyone has the Gravatar image. It's pretty annoying, and as I say, there is no obvious way for staff or clients to change this so I wonder if we have to install a module or if its simply not possible?

 

If its not possible, is there any way to disable images showing up in the first place?

 

Thanks

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

you are talking about the support plugin ?

you can disable it by deleting the line in plugins\support_manager\views\default\client_tickets_reply.pdt

 

<img src="//www.gravatar.com/avatar/<?php echo md5(strtolower(trim($this->Html->_($reply->email, true))));?>?s=250" class="img-thumbnail img-responsive" />

EDIT :

i forget to mention the admin side plugins\support_manager\views\default\admin_tickets_reply.pdt

 

 

<img src="//www.gravatar.com/avatar/<?php echo md5(strtolower(trim($this->Html->_($reply->email, true))));?>?s=120" />
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...