Hide post follow button only for one topic
답변함Hi all
How can I hide the post follow button depends on specific topic- I have two topics, I want to hide only from those posts which belongs to first topic. can someone know How can this get ?
I know this is the follow button
{{subscribe}}
Advance Thanks
-
공식 댓글
Hi all
How can I change the follow button ?
Best regards,
Fiorella Alvarez
-
Hi Kajal Chauhan,
Follow the steps below:
1). Go to the Admin Guide and navigate the community_post_page.hbs.
2). Check the topic ID for the {{subscribe}} helper:{{#isnt topic.id 000000000000}} // 0000000 is topic ID which you need to replace with your topic ID.
<div class="community-follow">
{{subscribe}}
</div>
{{/isnt}}Screenshot for the same
3). Go to the community topic list page on preview mode and click the first topic for those posts you wanna hide on.4). You will reach the topic page.
5). You will get the topic ID in the searchbar:6). Copy the topic ID and replce the ID with 000000000 in the given code.
7). Now test on preview mode.
Related Posts:
Thanks
-
Thank you , It worked
-
Hi Fiorella Jiménez, for which template, you wanna change follow button?
There is {{subscribe}} helper you can check in the templates (.hbs) files:
article_page.hbs
section_page.hbs
community_post_page.hbs
community_topic_page.hbs
-
Hi Ifra,
For:
article_page.hbs and section_page.hbs
-
Go to the article_page.hbs file, find {{subscribe}}, you can add your custom button, you can remove it or do which you want.
Screenshot for the same:
Now go to the section_page.hbs file, find {{subscribe}}, you can add your custom button, you can remove it or do which you want.
Screenshot for the same:
Your query is: How can I change the follow button ?
Tell me what do you wanna do?
Thanks
댓글을 남기려면 로그인하세요.
6 댓글