최근 검색


최근 검색 없음

Tom Matthews's Avatar

Tom Matthews

가입한 날짜: 2022년 6월 10일

·

마지막 활동: 2024년 4월 17일

팔로잉

0

팔로워

0

총 활동 수

11

투표

1

플랜 수

4

활동 개요

님의 최근 활동 Tom Matthews

Tom Matthews님이 에 댓글을 입력함

댓글Single sign-on

Hi there, 

We're on the Professional plan and want to know if it's possible to allow some articles to be seen publicly, without the need to sign into our platform? We've got the articles set to ‘Everyone’ but this is everyone who is logged in. We've got some technical articles we want visible publicly to non-platform users, i.e. developers implementing our tool.

Thanks!

댓글 보기 · 2024년 4월 17일에 게시됨 · Tom Matthews

0

팔로워

1

투표

0

댓글


Tom Matthews님이 에 댓글을 입력함

커뮤니티 댓글 Q&A - Help center and community

Hi Tipene Hughes. This is the section for our Section content: 


   

     

      {{#if section.sections}}
       
      {{/if}}

      {{pagination "section.sections"}}

      {{#if section.articles}}
       

              {{#each section.articles}}
               

  •               {{#if promoted}}
                   
                     

  •           {{/each}}
           

      {{else}}
       
          {{t 'empty'}}
       

      {{/if}}

      {{pagination "section.articles"}}

   

 

댓글 보기 · 2022년 9월 28일에 게시됨 · Tom Matthews

0

팔로워

0

투표 수

0

댓글


Tom Matthews님이 에 댓글을 입력함

커뮤니티 댓글 Q&A - Help center and community

Tipene Hughes This is exactly what we needed! Thank you so much. 

For some reason I'm intermittently no longer seeing the SVG I'm adding to promoted articles. Is there any way to get this part added too?


                       
                     

I've added an example of a section where it's still being applied, and a section where it's not being applied. 

댓글 보기 · 2022년 9월 08일에 게시됨 · Tom Matthews

0

팔로워

0

투표 수

0

댓글


Tom Matthews님이 에 게시물을 만듦

게시물 Q&A - Help center and community

Does anyone know how to get all the articles that are in the Section displaying as a list in the Category page at all?

Here's what I've got, and I'm trying to achieve the full list, similar to how Slack are doing here

 

This is my category page, which is the standard Copenhagen theme: 


  
 

   

Help Centre


   

{{ t 'search' }}


   
     




 

 

   

     

     

        {{#each sections}}
         

           


              {{name}}
           


            {{#if articles}}
             

                    {{#each articles}}
                     

  •                     {{#if promoted}}
                         
                           

  •                 {{/each}}
                 

              {{#if more_articles}}
               
                  {{t 'show_all_articles' count=article_count}}
               

              {{/if}}
            {{/if}}
         

        {{else}}
         
            {{t 'empty'}}
         

        {{/each}}
     

   

 

 

2022년 8월 17일에 편집됨 · Tom Matthews

2

팔로워

7

투표 수

18

댓글


Tom Matthews님이 에 댓글을 입력함

커뮤니티 댓글 Q&A - Help center and community

Hi Ifra Saqlain thanks for the steer. 

Unfortunately this didn't work. 

I still see the following:

댓글 보기 · 2022년 8월 15일에 게시됨 · Tom Matthews

0

팔로워

0

투표 수

0

댓글


Tom Matthews님이 에 댓글을 입력함

커뮤니티 댓글 Q&A - Help center and community

Have there been any updates on the ability to display all articles in a section on the category page yet, rather than having the link that says "See all X articles"?

Currently this is my category page category_page.hbs.


        {{#each sections}}
         

           


              {{name}}
           


            {{#if articles}}
             

                    {{#each articles}}
                     

  •                     {{#if promoted}}
                         
                           

  •                 {{/each}}
                 

              {{#if more_articles}}
               
                  {{t 'show_all_articles' count=article_count}}
               

              {{/if}}
            {{/if}}
         

        {{else}}
         
            {{t 'empty'}}
         

        {{/each}}
     

댓글 보기 · 2022년 6월 10일에 게시됨 · Tom Matthews

0

팔로워

1

투표

0

댓글