<?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>
									Notification [topic_body] [post_body] Length - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/notification-topic_body-post_body-length/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Wed, 15 Jul 2026 23:22:26 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Notification   Length</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/notification-topic_body-post_body-length/#post-70620</link>
                        <pubDate>Thu, 01 Sep 2022 10:05:24 +0000</pubDate>
                        <description><![CDATA[Hi @mocuenco
Sorry for late response.
This code will remove the email content limit.
add_filter( &#039;wpforo_email_notification_post_body_length&#039;, function(){ return 0; } );
You can insert i...]]></description>
                        <content:encoded><![CDATA[<p>Hi <span>@mocuenco</span></p>
<p>Sorry for late response.</p>
<p>This code will remove the email content limit.</p>
<pre contenteditable="false">add_filter( 'wpforo_email_notification_post_body_length', function(){ return 0; } );</pre>
<p>You can insert it in your active themes functions.php file or use snippets plugin.<br /><br /></p>
<p>Solution by inserting the code in Themes functions.php file</p>
<p>Add the below code at the end(bottom) of the current active theme functions.php file</p>
<p>Option one: open functions.php file from wp-content &gt; themes &gt; current active theme.<br /><br />Option Two: Go to Dashboard &gt; Appearance Theme File Editor, select Theme Functions(functions.php) file from Theme Files Bar.<br /><br />Please mention that the code can be lost after updating or changing the theme.<br /><br /><br />Solution by using Code Snippets Plugin<br /><br />Install and Activate Code Snippets plugin(https://wordpress.org/plugins/code-snippets/).<br />Go to Dashboard &gt; Snippets &gt; Add New.<br />Insert the code in code field:<br />Select Run snippet everywhere Radio and save the snippet.<br />Check that the new created snippet is active from Dashboard &gt; Snippets &gt; All Snippets.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Chris</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/notification-topic_body-post_body-length/#post-70620</guid>
                    </item>
				                    <item>
                        <title>Notification   Length</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/notification-topic_body-post_body-length/#post-69987</link>
                        <pubDate>Tue, 23 Aug 2022 21:03:26 +0000</pubDate>
                        <description><![CDATA[Hi There, 
Is there a way to make   to show the full post of topic and Reply rather than an excerpt only in the email notification?
This will help users know whether...]]></description>
                        <content:encoded><![CDATA[<p>Hi There, </p>
<p>Is there a way to make   to show the full post of topic and Reply rather than an excerpt only in the email notification?</p>
<p>This will help users know whether they want to reply or not on the topic or reply before going to the forum. </p>
<p>Thank you always for a great support.</p>
<p>Mike</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>mocuenco</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/notification-topic_body-post_body-length/#post-69987</guid>
                    </item>
							        </channel>
        </rss>
		