Tami Settergren
-
Total activity29
-
Last activity
-
Member since
-
Following0 users
-
Followed by0 users
-
Votes0
-
Subscriptions9
Activity overview
Latest activity by Tami Settergren-
Tami Settergren commented,
The UI looks different now than what's shown above (see below), and I can't seem to see where to change my password. I am the account owner. I see the Passwords tab, but there's nothing there about...
-
Tami Settergren commented,
I'd like this feature, too. In the meantime, I'd like to use the API command that Brett pointed to: curl https://{subdomain}.zendesk.com/api/v2/help_center/votes/{id}.json \ -v -u {email_address...
-
Tami Settergren commented,
Thanks for the suggestions, Jessie. That gives me some options.
-
Tami Settergren commented,
I did deactivate the email triggers to stop the emails to me. But my ticket queue in Zendesk may get really full. Not sure if this will eventually cause a problem. I understand that I could write a...
-
Tami Settergren commented,
Correct --we are not accepting support requests. Currently, we're using Zendesk only to provide online help articles. I'd really like to disable the email address. I've been spammed twice now. Last...
-
Tami Settergren created a post,
Can I disable my default email address?
AnsweredWe're not currently accepting customer requests via our default email address, support@<companyname>help.zendesk.com. Can I disable it?
-
Tami Settergren commented,
Ok, that one worked: $('.recent-activity-header').text("{{dc 'recently_viewed'}}"); I thought I'd tried that syntax, but must not have --thanks much, Trapta!
-
Tami Settergren commented,
Hi Team Diziana, The code is at the bottom of my home page: It does work to change "Recent activity" to "Recently viewed", but I can't get it to work as Dynamic Content.
-
Tami Settergren commented,
This code works great to change "Recent activity" to "Recently viewed": <script>$(document).ready(function() { $('.recent-activity-header').text('Recently viewed');});</script> But I can't get the ...
-
Tami Settergren commented,
Hi Vladan, I found another "recent activity time" style farther down in the CSS: .recent-activity-item-time, .recent-activity-item-comment { color: lighten($color_3, 20%);display: inline-block; fon...