最近の検索


最近の検索はありません

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

コメント