<?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 reduce first 100 characters of reply&#039;s content in email notifications. - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-reduce-first-100-characters-of-replys-content-in-email-notifications/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Tue, 21 Apr 2026 16:00:14 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: How to reduce first 100 characters of reply&#039;s content in email notifications.</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-reduce-first-100-characters-of-replys-content-in-email-notifications/#post-25933</link>
                        <pubDate>Sun, 14 Apr 2019 18:56:02 +0000</pubDate>
                        <description><![CDATA[Thanks @robert
Exactly what I needed. Works perfectly!!]]></description>
                        <content:encoded><![CDATA[<p>Thanks @robert</p>
<p>Exactly what I needed. Works perfectly!!</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>JorgeW</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-reduce-first-100-characters-of-replys-content-in-email-notifications/#post-25933</guid>
                    </item>
				                    <item>
                        <title>RE: How to reduce first 100 characters of reply&#039;s content in email notifications.</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-reduce-first-100-characters-of-replys-content-in-email-notifications/#post-25917</link>
                        <pubDate>Sun, 14 Apr 2019 13:48:14 +0000</pubDate>
                        <description><![CDATA[Hi @jorgew,There is a filter hook to change the post body length in emails:&#039;wpforo_email_notification_post_body_length&#039; Put this code in active WordPress theme functions.php file:function wp...]]></description>
                        <content:encoded><![CDATA[<p>Hi @jorgew,</p><p>There is a filter hook to change the post body length in emails:</p><pre style="color: #000000;font-size: 12.0pt"><span style="color: #c64741">'wpforo_email_notification_post_body_length'</span></pre><p> </p><p>Put this code in active WordPress theme <span style="color: #0000ff">functions.php</span> file:</p><pre style="color: #000000;font-size: 12.0pt"><span style="color: #008d00;font-weight: bold">function </span><span style="color: #0000e5;font-weight: bold">wpforo_custom_post_body_lenght</span>( <span style="color: #4985c9;font-weight: bold">$post_body_lenght </span>)<span style="color: #5163ac">{<br /></span>    <span style="color: #4985c9;font-weight: bold">$post_body_lenght </span><span style="color: #000080">= 50</span><span style="color: #313131">;<br /></span>    <span style="color: #008d00;font-weight: bold">return </span><span style="color: #4985c9;font-weight: bold">$post_body_lenght</span><span style="color: #313131">;<br /></span><span style="color: #5163ac">}<br /></span><span style="color: #0000e5;font-style: italic">add_filter</span>(<span style="color: #c64741">'wpforo_email_notification_post_body_length'</span><span style="color: #000080">, </span><span style="color: #c64741">'wpforo_custom_post_body_lenght'</span><span style="color: #000080">, 10</span>)<span style="color: #313131">;</span></pre><p>Read this article to do it correctly:</p><p><a href="http://www.wpbeginner.com/plugins/how-to-easily-add-custom-code-in-wordpress-without-breaking-your-site/" target="true">How to Easily Add Custom Code in WordPress (without Breaking Your Site)</a></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>Robert</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-reduce-first-100-characters-of-replys-content-in-email-notifications/#post-25917</guid>
                    </item>
				                    <item>
                        <title>RE: How to reduce first 100 characters of reply&#039;s content in email notifications.</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-reduce-first-100-characters-of-replys-content-in-email-notifications/#post-25886</link>
                        <pubDate>Sat, 13 Apr 2019 07:47:24 +0000</pubDate>
                        <description><![CDATA[Hi @jorgew,I&#039;ll ask developers and let you know if it&#039;s possible.]]></description>
                        <content:encoded><![CDATA[<p>Hi @jorgew,</p><p>I'll ask developers and let you know if it's possible. </p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Sofy</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-reduce-first-100-characters-of-replys-content-in-email-notifications/#post-25886</guid>
                    </item>
				                    <item>
                        <title>How to reduce first 100 characters of reply&#039;s content in email notifications.</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-reduce-first-100-characters-of-replys-content-in-email-notifications/#post-25882</link>
                        <pubDate>Sat, 13 Apr 2019 03:17:21 +0000</pubDate>
                        <description><![CDATA[Hi Support,When there is a reply to any topic, wpForo sends to subscribed users an email notification.This email includes the link to the topic, to the reply and the first 100 characters of ...]]></description>
                        <content:encoded><![CDATA[<p>Hi Support,</p><p>When there is a reply to any topic, wpForo sends to subscribed users an email notification.</p><p>This email includes the link to the topic, to the reply and the first 100 characters of the body contents of  the reply.</p><p>I need to reduce this intro to the reply's content to <strong>only the first 50</strong> <strong>characters</strong>, how can I do that?</p><p>Thanks.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>JorgeW</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-reduce-first-100-characters-of-replys-content-in-email-notifications/#post-25882</guid>
                    </item>
							        </channel>
        </rss>
		