
Vlad
Zendesk Help Center developer - wladan@gmail.com
-
Atividade total242
-
Última atividade
-
Membro desde
-
Seguindo0 usuário
-
Seguido por2 usuários
-
Votos15
-
Assinaturas83
Visão geral da atividade
Atividade mais recente por Vlad-
Vlad comentou,
Hey Francisco, this is probably the answer to your question: Applying user segments to restrict viewing access to community content https://support.zendesk.com/hc/en-us/articles/4408845814170-App...
-
Vlad comentou,
if an article has the content tag 'abcdef', don't show it in the Search results - as far as I know, this is not supported by ZD, so it's not doable.
-
Vlad comentou,
Yes it is, using ZD API search endpoint.
-
Vlad comentou,
Agree, but it's not that handy to hide each article compared to category or a section. I mean on the search results page if it says eg 4 results found but we have hidden two of them, so it's anothe...
-
Vlad comentou,
Hey Ahmed, that's a good solution! The only thing is what about the search results page? Or submit a ticket page and suggested articles?
-
Vlad comentou,
it will work if a visitor is logged in, but not for anonymous visitors from a specified country.
-
Vlad comentou,
I'm interested too :)
-
Vlad comentou,
Yes, it is; do a try with this URLhttps://YOUR_ZD_SUBDOMAIN.zendesk.com/theming/workbenchedit the theme you wantand follow the next steps.
-
Vlad comentou,
Hey Hava, You should use the Dynamic content option. Then your JS code will look like this: $('.form-field.string.required.request_anonymous_requester_email label').text('{{dc 'your_email_text'}}'...
-
Vlad comentou,
Hey Tony, just add this at the end of your theme CSS file, it should do the trick. .searchbox-suggestions li:nth-child(n+4) {display: none;}