
Tami Settergren
-
Total activity11
-
Last activity
-
Member since
-
Following0 users
-
Followed by0 users
-
Votes0
-
Subscriptions6
Comments
Recent activity by Tami Settergren-
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...
-
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!
-
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.
-
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 d...
-
A big thanks to you, Vladan! I've been trying to do this and learn HTML5 at the same time by looking things up on the web. Should have known to start with Zendesk Support articles first, you guys a...