
Maria McDowell
-
Total activity25
-
Last activity
-
Member since
-
Following0 users
-
Followed by0 users
-
Votes2
-
Subscriptions9
Comments
Recent activity by Maria McDowell-
Actually, never mind. I read more closely and realized I had misunderstood the documentation. Here is what is in my .zat file, and it works: { "subdomain": "https://subdomain.zendesk.com", "usernam...
-
@Augusto: where are "my-token-from-active-api-tokens" found? B/c what you describe is what I have, but perhaps I grabbed the wrong token.
-
I have been attempting to login using `zat theme preview` and the following format (with variations) in .zat: { "subdomain": "https://ourdomain.zendesk.com", "username": "mysername@email.com/token:...
-
Never mind, I got it: <div class="promoted-articles-test"> {{#each categories}} <ul class="article-list promoted-articles"> {{#each sections}} <h2 class="section-link section-name">{{name}}</h2> {...
-
Ok, I got it close to working. This is the working code in home_page.hbs: <div class="promoted-articles-test"> {{#each categories}} <ul class="article-list promoted-articles"> <li> {{#each section...
-
The relevant section of code is this: <div class="promoted-articles-test"> {{#each categories}} {{#each sections}} <h2>{{name}}</h2> <ul class="article-list promoted-articles"> {{#each articles}}...
-
Nilesh, would you be willing to share your full solution, JS and home_page.hbs?
-
Dear Vladan, This has me partway there. Can you share your home_page.hbs, or at least the recent articles and promoted articles snippets? Currently, using the JS you sent and the suggested code on...
-
I suspect this is exactly what I need. Can you point me to which of your JS sheets holds the relevant code for the creation of the "Popular Articles" section?
-
I am aware of this method. However, this it is labor intensive and really only makes sense for large blocks of code. As a technical company, we use code snippets and 'preformatted' text all through...