Prior to version 4.11.2 there used to be a way to change the Gravatar within tickets section for the client.
We used to be able to make the change at . . .
/plugins/support_manager/views/default/
Within the PHP file . . .
admin_tickets_reply.pdt
Between LINE 154 - 165, the code we used to use was . . .
<divclass="clear"></div></div><divclass="left"><div><imgsrc="//www.mywebsitename.com/wp-content/uploads/2015/10/favicon_114.png"/></div><!--//This Affects the Admin Avatar for the reply ticket area--><pclass="name"><?php
if($this->Html->ifSet($reply->staff_id)==''&& $ticket->client_id){?>
---------------------------------
That was how we used to change the gravatar for something custom.
But apparently in version 4.11.2 we can no longer do that.
I even tried following the instructions ( Posted on April 5, 2018 ) at . . .
Question
turner2f
Hello Paul,
Prior to version 4.11.2 there used to be a way to change the Gravatar within tickets section for the client.
We used to be able to make the change at . . .
/plugins/support_manager/views/default/
Within the PHP file . . .
admin_tickets_reply.pdt
Between LINE 154 - 165, the code we used to use was . . .
---------------------------------
That was how we used to change the gravatar for something custom.
But apparently in version 4.11.2 we can no longer do that.
I even tried following the instructions ( Posted on April 5, 2018 ) at . . .
https://www.blesta.com/forums/index.php?/topic/11205-how-to-remove-the-name-from-ticket-support-system/#comment-59226
----------------------------------
1) - How do we change the image for the Gravatar - AND - its size ?
Look forward to your assist.
Thanks in advance.
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.