<?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 disable user Title section - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-disable-user-title-section/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Sun, 13 Sep 2026 05:38:31 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: How to disable user Title section</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-disable-user-title-section/#post-106865</link>
                        <pubDate>Wed, 06 Dec 2023 07:30:08 +0000</pubDate>
                        <description><![CDATA[Thank you @Robert, appreciated.]]></description>
                        <content:encoded><![CDATA[
<p>Hi <span>@forummember,</span></p>
<p>You should use this hook code in a PHP code snippet of the <a href="https://wordpress.org/plugins/code-snippets/" target="_blank" rel="noopener">Code Snippets plugin</a> or directly in the functions.php file of your active theme:</p>
<pre contenteditable="false">add_filter('wpforo_member_after_init_fields', function ($fields){
	if( isset($fields) ) unset($fields);
	return $fields;
} );
</pre>
<p></p>
<p> </p>
<p>Thank you @Robert, appreciated.</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>forummember</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-disable-user-title-section/#post-106865</guid>
                    </item>
				                    <item>
                        <title>RE: How to disable user Title section</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-disable-user-title-section/#post-106858</link>
                        <pubDate>Wed, 06 Dec 2023 07:14:51 +0000</pubDate>
                        <description><![CDATA[Hi @forummember,
You should use this hook code in a PHP code snippet of the Code Snippets plugin or directly in the functions.php file of your active theme:
add_filter(&#039;wpforo_member_after...]]></description>
                        <content:encoded><![CDATA[<p>Hi <span>@forummember,</span></p>
<p>You should use this hook code in a PHP code snippet of the <a href="https://wordpress.org/plugins/code-snippets/" target="_blank" rel="noopener">Code Snippets plugin</a> or directly in the functions.php file of your active theme:</p>
<pre contenteditable="false">add_filter('wpforo_member_after_init_fields', function ($fields){
	if( isset($fields) ) unset($fields);
	return $fields;
} );
</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/how-to-disable-user-title-section/#post-106858</guid>
                    </item>
				                    <item>
                        <title>RE: How to disable user Title section</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-disable-user-title-section/#post-106845</link>
                        <pubDate>Tue, 05 Dec 2023 14:27:05 +0000</pubDate>
                        <description><![CDATA[@forummember
There is no setting for that IIRC. You can however disable it css with {pointer-events: none;} using the applicable selector]]></description>
                        <content:encoded><![CDATA[<p><span>@forummember</span></p>
<p>There is no setting for that IIRC. You can however disable it css with {pointer-events: none;} using the applicable selector</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>VereK</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-disable-user-title-section/#post-106845</guid>
                    </item>
				                    <item>
                        <title>How to disable user Title section</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-disable-user-title-section/#post-106841</link>
                        <pubDate>Tue, 05 Dec 2023 11:14:17 +0000</pubDate>
                        <description><![CDATA[Hi, I cannot find the setting on how to disable the user &quot;Title&quot; section.
See the attached email for reference.
 
 2023_2-11-44-PM.png]]></description>
                        <content:encoded><![CDATA[<p>Hi, I cannot find the setting on how to disable the user "Title" section.</p>
<p>See the attached email for reference.</p>
<p> </p>
<div id="wpfa-0" class="wpforo-attached-file"><a class="wpforo-default-attachment" title="2023_2-11-44-PM.png" href="//wpforo.com/wp-content/uploads/wpforo/default_attachments/1701774857-2023_2-11-44-PM.png" target="_blank" rel="noopener"><i class="fas fa-paperclip"></i> 2023_2-11-44-PM.png</a></div>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>forummember</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-disable-user-title-section/#post-106841</guid>
                    </item>
							        </channel>
        </rss>
		