
Vlad
Zendesk Help Center developer, email me for any inquiries wladan@gmail.com
-
Total activity231
-
Last activity
-
Member since
-
Following0 users
-
Followed by2 users
-
Votes15
-
Subscriptions81
Activity overview
Latest activity by Vlad-
Vlad commented,
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 commented,
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;}
-
Vlad commented,
Hey Diana Iglesias Irvin, this should do the trick:2nd step should be like this, add this code at the very end of your JS file: $(document).ready(function() {var selected = $('#request_issue_type_s...
-
Vlad commented,
hey, do you want to hide a particular part of an article based on a visitor's device?You can do that with JavaScript. Example: var ua = navigator.userAgent.toLowerCase();var isAndroid = ua.indexOf(...
-
Vlad commented,
I just saw this post. Actually, there IS a way to embed media in the Community part.https://support.zendesk.com/hc/en-us/community/posts/4409515196186--Gather-How-to-allow-Zendesk-Community-users-t...
-
Vlad commented,
Hey Greg, is there any update on this? Thanks
-
Vlad commented,
Hey @Autumn Yes that is doable with a help of ZD API. You should use the Search endpoint with scope to the needed category on each ticket form.
-
Vlad commented,
Hey Victoria, seems the format is not good, try with: <div class="hero-headline"> {{dc 'helpdesk_welcome_message'}} </div>
-
Vlad created a post,
GET /api/v2/help_center/community_posts/search endpoint - Anonymous not allowed
Does anybody know why this endpoint is not allowed for anon. visitors? Thanks GET /api/v2/help_center/community_posts/search?query={query}
-
Vlad created a post,
Zendesk API - List all the Community comments
Hi, now there are: GET /api/v2/community/posts/{post_id}/comments.json GET /api/v2/community/users/{id}/comments.json it would be great if we can have this endpoint: GET /api/v2/community/posts/...