<?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>
									Forgetten Password Section Not Work When I Activate Plugin - How-to and Troubleshooting				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/forgetten-password-section-not-work-when-i-activate-plugin/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Sat, 07 Mar 2026 12:46:52 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Forgetten Password Section Not Work When I Activate Plugin</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/forgetten-password-section-not-work-when-i-activate-plugin/paged/2/#post-22548</link>
                        <pubDate>Wed, 09 Jan 2019 11:06:20 +0000</pubDate>
                        <description><![CDATA[Thank you @Robert. Works !]]></description>
                        <content:encoded><![CDATA[<p>Thank you @Robert. Works !</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>winpeace</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/forgetten-password-section-not-work-when-i-activate-plugin/paged/2/#post-22548</guid>
                    </item>
				                    <item>
                        <title>RE: Forgetten Password Section Not Work When I Activate Plugin</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/forgetten-password-section-not-work-when-i-activate-plugin/paged/2/#post-22545</link>
                        <pubDate>Wed, 09 Jan 2019 09:54:33 +0000</pubDate>
                        <description><![CDATA[Hi @winpeace,Thank you for the details. Somehow the custom pop-up form you use doesn&#039;t send $user_data variable. We just addapted wpForo core for such cases. You cam make that change on your...]]></description>
                        <content:encoded><![CDATA[<p>Hi @winpeace,</p><p>Thank you for the details. Somehow the custom pop-up form you use doesn't send $user_data variable. We just addapted wpForo core for such cases. You cam make that change on your copy of wpForo plugin and update it in future without any issue. Please open this file:</p><p><span style="color: #0000ff">/wp-content/plugins/wpforo/wpf-includes/</span><span style="color: #ff0000">wpf-hooks.php</span></p><p><strong>Find this line:</strong></p><pre><span style="color: #008d00;font-weight: bold">function </span><span style="color: #0000e5;font-weight: bold">wpforo_replace_retrieve_password_message</span>( <span style="color: #4985c9;font-weight: bold">$message</span><span style="color: #000080">, </span><span style="color: #4985c9;font-weight: bold">$key</span><span style="color: #000080">, </span><span style="color: #4985c9;font-weight: bold">$user_login</span><span style="color: #000080">, </span><span style="color: #4985c9;font-weight: bold">$user_data </span>) <span style="color: #5163ac">{  </span></pre><p><strong>Change it to this:</strong></p><pre><span style="color: #008d00;font-weight: bold">function </span><span style="color: #0000e5;font-weight: bold">wpforo_replace_retrieve_password_message</span>( <span style="color: #4985c9;font-weight: bold">$message</span><span style="color: #000080">, </span><span style="color: #4985c9;font-weight: bold">$key</span><span style="color: #000080">, </span><span style="color: #4985c9;font-weight: bold">$user_login </span><span style="color: #000080">= </span><span style="color: #c64741">''</span><span style="color: #000080">, </span><span style="color: #4985c9;font-weight: bold">$user_data </span><span style="color: #000080">= </span><span style="color: #008d00;font-weight: bold">array</span>() ) <span style="color: #5163ac">{  </span></pre>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>Robert</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/forgetten-password-section-not-work-when-i-activate-plugin/paged/2/#post-22545</guid>
                    </item>
				                    <item>
                        <title>RE: Forgetten Password Section Not Work When I Activate Plugin</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/forgetten-password-section-not-work-when-i-activate-plugin/#post-22541</link>
                        <pubDate>Wed, 09 Jan 2019 05:16:39 +0000</pubDate>
                        <description><![CDATA[And I talked theme author and they find the issue. How to solve this ?Warning: Missing argument 3 for wpforo_replace_retrieve_password_message(), called in /Applications/MAMP/htdocs/jlocal/w...]]></description>
                        <content:encoded><![CDATA[<p>And I talked theme author and they find the issue. How to solve this ?</p><p><strong>Warning:</strong> Missing argument 3 for wpforo_replace_retrieve_password_message(), called in /Applications/MAMP/htdocs/jlocal/wp-includes/class-wp-hook.php on line 286 and defined in <strong>/Applications/MAMP/htdocs/jlocal/wp-content/plugins/wpforo/wpf-includes/wpf-hooks.php</strong> on line <strong>2015</strong></p><p><strong>Warning:</strong> Missing argument 4 for wpforo_replace_retrieve_password_message(), called in /Applications/MAMP/htdocs/jlocal/wp-includes/class-wp-hook.php on line 286 and defined in <strong>/Applications/MAMP/htdocs/jlocal/wp-content/plugins/wpforo/wpf-includes/wpf-hooks.php</strong> on line <strong>2015</strong></p><pre> </pre>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>winpeace</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/forgetten-password-section-not-work-when-i-activate-plugin/#post-22541</guid>
                    </item>
				                    <item>
                        <title>RE: Forgetten Password Section Not Work When I Activate Plugin</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/forgetten-password-section-not-work-when-i-activate-plugin/#post-22533</link>
                        <pubDate>Tue, 08 Jan 2019 14:10:15 +0000</pubDate>
                        <description><![CDATA[That &quot;Processing&quot; message is not a Wordpress message or wpForo message. Something else is doing that, some plugin i guess.]]></description>
                        <content:encoded><![CDATA[<p>That "Processing" message is not a Wordpress message or wpForo message. Something else is doing that, some plugin i guess.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>Anonymous20</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/forgetten-password-section-not-work-when-i-activate-plugin/#post-22533</guid>
                    </item>
				                    <item>
                        <title>RE: Forgetten Password Section Not Work When I Activate Plugin</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/forgetten-password-section-not-work-when-i-activate-plugin/#post-22530</link>
                        <pubDate>Tue, 08 Jan 2019 12:47:30 +0000</pubDate>
                        <description><![CDATA[Firstadmin for example and button freeze processingbut when deactive wpforo not any problem.if you want to login wordpress admin I can provide login information.]]></description>
                        <content:encoded><![CDATA[<p>First;</p><p>http://prntscr.com/m4gozs</p><p>Second;</p><p>http://prntscr.com/m4gpie</p><p>Third;</p><p>http://prntscr.com/m4gpsy</p><p>write admin for example and button freeze processing;</p><p>http://prntscr.com/m4gq7z</p><p> </p><p>but when deactive wpforo not any problem.</p><p>if you want to login wordpress admin I can provide login information.<br /><br /></p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>winpeace</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/forgetten-password-section-not-work-when-i-activate-plugin/#post-22530</guid>
                    </item>
				                    <item>
                        <title>RE: Forgetten Password Section Not Work When I Activate Plugin</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/forgetten-password-section-not-work-when-i-activate-plugin/#post-22523</link>
                        <pubDate>Tue, 08 Jan 2019 12:14:40 +0000</pubDate>
                        <description><![CDATA[Please delete all cache and leave some screenshot of the problem, I don&#039;t see it.]]></description>
                        <content:encoded><![CDATA[<p>Please delete all cache and leave some screenshot of the problem, I don't see it.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>Robert</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/forgetten-password-section-not-work-when-i-activate-plugin/#post-22523</guid>
                    </item>
				                    <item>
                        <title>RE: Forgetten Password Section Not Work When I Activate Plugin</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/forgetten-password-section-not-work-when-i-activate-plugin/#post-22521</link>
                        <pubDate>Tue, 08 Jan 2019 12:11:48 +0000</pubDate>
                        <description><![CDATA[its  disable but problem same.]]></description>
                        <content:encoded><![CDATA[<p>its  disable but problem same.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>winpeace</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/forgetten-password-section-not-work-when-i-activate-plugin/#post-22521</guid>
                    </item>
				                    <item>
                        <title>RE: Forgetten Password Section Not Work When I Activate Plugin</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/forgetten-password-section-not-work-when-i-activate-plugin/#post-22520</link>
                        <pubDate>Tue, 08 Jan 2019 12:07:23 +0000</pubDate>
                        <description><![CDATA[Hi @winpeace,Please activate wpForo back, then navigate to Dashboard &gt; Forums &gt; Settings &gt; Features Tab and set &quot;Replace Reset Password Page URL to Forum Reset Password Page URL&quot; op...]]></description>
                        <content:encoded><![CDATA[<p>Hi @winpeace,</p><p>Please activate wpForo back, then navigate to Dashboard &gt; Forums &gt; Settings &gt; Features Tab and set <span style="color: #3366ff">"Replace Reset Password Page URL to Forum Reset Password Page URL"</span> option disabled.</p><p>https://wpforo.com/wp-content/uploads/2019/01/wpForo-disable-reset-password-url-and-use-wordpress-url.png</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>Robert</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/forgetten-password-section-not-work-when-i-activate-plugin/#post-22520</guid>
                    </item>
				                    <item>
                        <title>Forgetten Password Section Not Work When I Activate Plugin</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/forgetten-password-section-not-work-when-i-activate-plugin/#post-22508</link>
                        <pubDate>Tue, 08 Jan 2019 09:51:10 +0000</pubDate>
                        <description><![CDATA[My site use jnews theme. And when I activate wpforo forgetten password section not work on my theme.See problem pleaseBut when I deactivate wpforo work perfectly.I change settings everything...]]></description>
                        <content:encoded><![CDATA[<p>My site use jnews theme. And when I activate wpforo forgetten password section not work on my theme.</p><p><a href="https://bit.ly/2Rx8KAA" target="true">See problem please</a><br /><br />But when I deactivate wpforo work perfectly.<br />I change settings everything wpforo but not change anything.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>winpeace</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/forgetten-password-section-not-work-when-i-activate-plugin/#post-22508</guid>
                    </item>
							        </channel>
        </rss>
		