
Tami Settergren
-
Actividad total11
-
Última actividad
-
Miembro desde
-
Siguiendo0 usuarios
-
Lo siguen0 usuarios
-
Votos0
-
Suscripciones6
Resumen de la actividad
Última actividad de Tami Settergren-
Tami Settergren hizo un comentario,
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 hizo un comentario,
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 hizo un comentario,
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 hizo un comentario,
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 hizo un comentario,
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...