<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									How to toggle a topic custom field table in the thread? - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-toggle-a-topic-custom-field-table-in-the-thread/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Sun, 19 Apr 2026 23:36:41 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: How to toggle a topic custom field table in the thread?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-toggle-a-topic-custom-field-table-in-the-thread/#post-107560</link>
                        <pubDate>Mon, 08 Jan 2024 21:53:50 +0000</pubDate>
                        <description><![CDATA[Found this filter hook below that is called just before the custom fields table, great! I&#039;ll mark this solved now.
add_filter(&#039;wpforo_topic_fields_before&#039;, &#039;custom_function&#039;, 10, 2);
funct...]]></description>
                        <content:encoded><![CDATA[<p>Found this filter hook below that is called just before the custom fields table, great! I'll mark this solved now.</p>
<p>add_filter('wpforo_topic_fields_before', 'custom_function', 10, 2);</p>
<p>function custom_function( $html, $post ) {</p>
<p>$html = ... // Inject HTML here </p>
<p>return $html;</p>
<p>}</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>user1</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-toggle-a-topic-custom-field-table-in-the-thread/#post-107560</guid>
                    </item>
				                    <item>
                        <title>How to toggle a topic custom field table in the thread?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-toggle-a-topic-custom-field-table-in-the-thread/#post-107559</link>
                        <pubDate>Mon, 08 Jan 2024 19:29:34 +0000</pubDate>
                        <description><![CDATA[I&#039;m using the Topic Custom Fields addon. I&#039;m wondering is it possible to add a toggle link/button in the thread (e.g., in the Q&amp;A layout), to show/hide the custom field table? E.g., a li...]]></description>
                        <content:encoded><![CDATA[<p>I'm using the Topic Custom Fields addon. I'm wondering is it possible to add a toggle link/button in the thread (e.g., in the Q&amp;A layout), to show/hide the custom field table? E.g., a link/button that say "More Info" that show/hide the custom field table. I'm thinking something along the lines of adding a simple anchor element or button, and use javascript to show/hide the custom field table. It will be great if this can be added as a built-in feature for the Topic Custom Fields addon.</p>
<p>If it is not possible to add in as a built-in feature, can you advice on how to best customize this, perhaps there is a php template file for each of the layout that I may be able to edit? Though the cleaner way would be to have it part of the next release if possible.</p>
<p>Thank you very much!</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>user1</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-toggle-a-topic-custom-field-table-in-the-thread/#post-107559</guid>
                    </item>
							        </channel>
        </rss>
		