
Cheryl Lane
-
Atividade total38
-
Última atividade
-
Membro desde
-
Seguindo0 usuário
-
Seguido por1 usuário
-
Votos3
-
Assinaturas17
Visão geral da atividade
Atividade mais recente por Cheryl Lane-
Cheryl Lane comentou,
Hi Hiedi Kysther Thanks for confirming that, hadn't seen that specific part of the documentation. Yeah, we assessed options like that, but instead turned off instant search and hid the subject base...
-
Cheryl Lane comentou,
Hi Hiedi Kysther Thanks for your reply. We design and manage our own themes and have added this in the same way as Copenhagen does: {{search submit=false scoped=settings.scoped...
-
Cheryl Lane comentou,
Hi, I'm wondering, is it possible to scope the instant search results? Even with my search bar having the scoped attribute, the instant search drop down contains results from all categories, but if...
-
Cheryl Lane criou uma publicação,
Chat Metrics for Messaging
Hi, We're looking to manage some real time displays of our Messaging availability and were looking at the APIs for it and found this https://developer.zendesk.com/api-reference/live-chat/real-time-...
-
Cheryl Lane comentou,
Hi Greg Katechis - I've noticed today that testing apps locally using `?zat=3000` is failing - it seems like this feature may still be broken - appending this to a URL in Zendesk usually disables a...
-
Cheryl Lane comentou,
Hi, I took a look and was able to work out your issue, simply switch out your line dataType: "json" for contentType: "application/json" (or just add that line to your settings) and your existing co...
-
Cheryl Lane criou uma publicação,
Secure Settings Not Filled For Zendesk URLs
Hi, We want to use an app to expose a single admin-restricted API endpoint to non-admin users, so we want to give the app a secure setting that contains a token created by one of our admins and cal...
-
Cheryl Lane comentou,
I've experienced this before and was able to work around it by using window.location.reload()Hope that helps you too!
-
Cheryl Lane comentou,
Hi Christopher, Brilliant, thanks, that's just what I needed! It may be useful to link to there from https://developer.zendesk.com/documentation/help_center/help-center-templates/helpers/#built-in-...
-
Cheryl Lane criou uma publicação,
Cannot Reference Settings within Each
RespondidaHi, I was looking to manage some icons for our Categories on our Homepage via the settings, so I have this (stripped down version): {{#each categories}} {{#is id settings.homepage_category_1_id}} ...