最近の検索
最近の検索はありません

fkrugerx
参加日2022年7月12日
·
前回のアクティビティ2023年12月29日
フォロー中
0
フォロワー
1
合計アクティビティ
10
投票
1
受信登録
6
アクティビティの概要
バッジ
記事
投稿
コミュニティへのコメント
記事へのコメント
アクティビティの概要
さんの最近のアクティビティ fkrugerx
fkrugerxさんが投稿を作成しました:
On the Topics page, is it possible to change the link behind a particular topic, in this case, 'Release Notes', to go somewhere other than to the page that displays the topic?
編集日時:2022年7月12日 · fkrugerx
0
フォロワー
4
投票
5
コメント
fkrugerxさんがコメントを作成しました:
I got this to work, however, when you open the relevant topic page, there is a 'New post' button. When you click the button, the topic is displayed, by default, in the topic box, but disappears when you drop down the topics. It seems that if you do not drop down the topics, you can post to the relevant topic.
Is it possible to also disable or hide the New Post button for a particular topic?
コメントを表示 · 投稿日時:2022年7月12日 · fkrugerx
0
フォロワー
0
投票
0
コメント
fkrugerxさんがコメントを作成しました:
Refer Restrict end users from posting to certain topics – Zendesk help.
Note that I am not the original author of that post.
You can modify new_community_post_page.hbs to do this.
The only issue then is that when the topic in question is displayed, there is still a New post button. I'm trying to find out if there is a way of disabling or removing that button.
{{#required 'topic'}}
{{label 'topic'}}
{{else}}
{{#label 'topic'}}
{{t 'topic_label'}}({{t 'optional'}})
{{/label}}
{{/required}}
{{#if signed_in}}
コメントを表示 · 投稿日時:2022年7月12日 · fkrugerx
0
フォロワー
0
投票
0
コメント