Jump to content
  • 0

Photo's For Staff And Clients


Question

Posted

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

3 answers to this question

Recommended Posts

  • 0
Posted

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" />
  • 0
Posted
On 9/7/2014 at 6:58 PM, JadonM said:

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?
 

I’ve been in that situation before, and I remember how confusing it was to figure out if I needed a plugin, a quick setting tweak, or if the platform simply didn’t support changing the profile image at all. Before giving up, try digging into the documentation or poking around the admin panel one more time. On a related note, when I was working on my personal brand, I found an article at good Instagram name that really inspired me to customize my whole online presence. Even if it doesn’t solve the Gravatar issue directly, thinking about how you present yourself online can help guide what kind of solution you might look for.

 

Thanks

It’s definitely frustrating when you can’t just swap out that default Gravatar and put something more personal in place.

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...