<?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>
									disable profile link - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/disable-profile-link/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Wed, 13 May 2026 01:32:41 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: disable profile link</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/disable-profile-link/#post-100425</link>
                        <pubDate>Mon, 13 Mar 2023 22:44:58 +0000</pubDate>
                        <description><![CDATA[That was it, thank you!!]]></description>
                        <content:encoded><![CDATA[That was it, thank you!!]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>dw89au</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/disable-profile-link/#post-100425</guid>
                    </item>
				                    <item>
                        <title>RE: disable profile link</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/disable-profile-link/#post-100350</link>
                        <pubDate>Fri, 10 Mar 2023 13:44:31 +0000</pubDate>
                        <description><![CDATA[@dw89au,
Try this Code:
add_filter( &#039;wpforo_member_link_clickable&#039;, &#039;__return_false&#039; );]]></description>
                        <content:encoded><![CDATA[<p>@dw89au,</p>
<p>Try this Code:</p>
<pre contenteditable="false">add_filter( 'wpforo_member_link_clickable', '__return_false' );</pre>]]></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/disable-profile-link/#post-100350</guid>
                    </item>
				                    <item>
                        <title>RE: disable profile link</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/disable-profile-link/#post-100318</link>
                        <pubDate>Fri, 10 Mar 2023 02:18:43 +0000</pubDate>
                        <description><![CDATA[Just wondering if there is a new way to do this? The suggestion no longer seems to work. Thanks]]></description>
                        <content:encoded><![CDATA[<p>Just wondering if there is a new way to do this? The suggestion no longer seems to work. 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>dw89au</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/disable-profile-link/#post-100318</guid>
                    </item>
				                    <item>
                        <title>RE: disable profile link</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/disable-profile-link/#post-15951</link>
                        <pubDate>Wed, 02 May 2018 15:00:30 +0000</pubDate>
                        <description><![CDATA[Works great. Thanks.]]></description>
                        <content:encoded><![CDATA[<p>Works great. 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>mitchcan</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/disable-profile-link/#post-15951</guid>
                    </item>
				                    <item>
                        <title>RE: disable profile link</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/disable-profile-link/#post-15935</link>
                        <pubDate>Wed, 02 May 2018 08:00:09 +0000</pubDate>
                        <description><![CDATA[Put this code snippets in your current active WordPress theme functions.phpfunction wpforo_function_to_remove_profile_link($profile_url){    return false;}add_filter( &#039;wpforo_profile_url&#039;, &#039;...]]></description>
                        <content:encoded><![CDATA[<p>Put this code snippets in your current active WordPress <a href="http://docsbeta.pinegrow.com/how-to-add-code-snippets-to-functions-php-file/" target="true">theme functions.php</a></p><pre><span style="color: #008d00;font-weight: bold">function </span><span style="color: #0000e5;font-weight: bold">wpforo_function_to_remove_profile_link</span>(<span style="color: #4985c9;font-weight: bold">$profile_url</span>)<span style="color: #5163ac">{<br /></span>    <span style="color: #008d00;font-weight: bold">return false</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_profile_url'</span><span style="color: #000080">, </span><span style="color: #c64741">'wpforo_function_to_remove_profile_link'</span><span style="color: #000080">, 10, 3 </span>)<span style="color: #313131">;</span></pre>]]></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/disable-profile-link/#post-15935</guid>
                    </item>
				                    <item>
                        <title>disable profile link</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/disable-profile-link/#post-15927</link>
                        <pubDate>Tue, 01 May 2018 22:19:03 +0000</pubDate>
                        <description><![CDATA[How do I remove/disable the link for the author name on posts/replies? I want to display the name, but not have it link to the profile.
Thanks.]]></description>
                        <content:encoded><![CDATA[<p>How do I remove/disable the link for the author name on posts/replies? I want to display the name, but not have it link to the profile.</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>mitchcan</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/disable-profile-link/#post-15927</guid>
                    </item>
							        </channel>
        </rss>
		