
Tami Settergren
-
Gesamtaktivitäten11
-
Letzte Aktivität
-
Mitglied seit
-
Folge ich0 Benutzer
-
Gefolgt von0 Benutzer
-
Stimmen0
-
Abonnements6
Aktivitätsübersicht
Neueste Aktivität von Tami Settergren-
Tami Settergren hat einen Kommentar hinterlassen
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 hat einen Kommentar hinterlassen
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 hat einen Kommentar hinterlassen
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 hat einen Kommentar hinterlassen
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...
-
Tami Settergren hat einen Kommentar hinterlassen
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...