
Maria McDowell
-
Atividade total25
-
Última atividade
-
Membro desde
-
Seguindo0 usuário
-
Seguido por0 usuário
-
Votos2
-
Assinaturas9
Visão geral da atividade
Atividade mais recente por Maria McDowell-
Maria McDowell comentou,
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...
-
Maria McDowell comentou,
@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.
-
Maria McDowell comentou,
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:...
-
Maria McDowell comentou,
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> {...
-
Maria McDowell comentou,
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...
-
Maria McDowell comentou,
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}}...
-
Maria McDowell comentou,
Nilesh, would you be willing to share your full solution, JS and home_page.hbs?
-
Maria McDowell comentou,
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...
-
Maria McDowell comentou,
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?
-
Maria McDowell criou uma publicação,
Show section in promoted_articles list on homepage
RespondidaI have three related questions: Similar to the display of recent_activity on the homepage, I would like to show the Section to which an articles belongs in the promoted_articles list. Is this poss...