<?xml version="1.0"?>
<rss version="2.0"><channel><title>FAQ Snippets Latest Topics</title><link>https://forum.thirtybees.com/forum/54-faq-snippets/</link><description>FAQ Snippets Latest Topics</description><language>en</language><item><title>FAQ Snippets</title><link>https://forum.thirtybees.com/topic/6819-faq-snippets/</link><description><![CDATA[<p>
	I am wondering how to make the FAQ Snippets appear on my products page, as they currently do not.  I have my own theme.  Do I need to add some code on the page itself or authorize a hook or something?  Or does it only work with the TB approved themes?
</p>
]]></description><guid isPermaLink="false">6819</guid><pubDate>Sun, 05 Jan 2025 18:31:44 +0000</pubDate></item><item><title>Display FAQ hook in different places when using multistore</title><link>https://forum.thirtybees.com/topic/6543-display-faq-hook-in-different-places-when-using-multistore/</link><description><![CDATA[<p>
	I would like to display the FAQ snippets on another place because I added it to a section that is not visible in the design I use in the new shops I added later.
</p>

<p>
	Could we use something like that because it's not showing and I don't know if the code is wrong or?
</p>

<pre class="ipsCode prettyprint lang-html prettyprinted"><span class="pln">	{if isset($id_shop) &amp;&amp; $id_shop == 3}
		{hook h='displayFAQs' entityType='product' entityId=$product-&gt;id}
	{else}
		</span><span class="tag">&lt;p&gt;&lt;/p&gt;</span><span class="pln">
	{/if}</span></pre>

<p>
	EDIT:<br />
	<br />
	I made it work with different approach, instead of shop ID I detect the domain and as I only have one shop where the design is different I reversed the if clause:<br />
	 
</p>

<pre class="ipsCode prettyprint lang-html prettyprinted"><span class="pln">	{if $smarty.server.HTTP_HOST|strstr:'domain.com'}
	{else}
	  {* Default content if no domain match *}
	  {hook h='displayFAQs' entityType='product' entityId=$product-&gt;id}
	{/if}</span></pre>

<p>
	 
</p>
]]></description><guid isPermaLink="false">6543</guid><pubDate>Thu, 09 May 2024 11:44:12 +0000</pubDate></item><item><title>FAQ module: Click "Save" before clicking "Add question"</title><link>https://forum.thirtybees.com/topic/6332-faq-module-click-save-before-clicking-add-question/</link><description><![CDATA[<p>
	If you click "Add question" before clicking "Save" your text will disappear!
</p>
]]></description><guid isPermaLink="false">6332</guid><pubDate>Fri, 13 Oct 2023 14:18:24 +0000</pubDate></item><item><title>FAQ module: Somewhere to see all FAQs added?</title><link>https://forum.thirtybees.com/topic/6334-faq-module-somewhere-to-see-all-faqs-added/</link><description><![CDATA[<p>
	Would it be possible to expand the module such that there's an admin section to see all FAQs and where they are? Kind of like the CMS section. I think this would make the FAQs much easier to maintain.
</p>
]]></description><guid isPermaLink="false">6334</guid><pubDate>Sun, 15 Oct 2023 09:56:39 +0000</pubDate></item></channel></rss>
