<?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>
									Remove Parenthesis Around Profile Nicename - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/remove-parenthesis-around-nicename/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Sat, 11 Apr 2026 02:09:49 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Remove Parenthesis Around Profile Nicename</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/remove-parenthesis-around-nicename/#post-70646</link>
                        <pubDate>Thu, 01 Sep 2022 14:44:32 +0000</pubDate>
                        <description><![CDATA[@robert 
That worked perfectly! Thank you! 
I like the results. Cleaner. Easier to read, easier to copy/paste the nicename when needed for specific @mentions in posts.]]></description>
                        <content:encoded><![CDATA[<p>@robert </p>
<p>That worked perfectly! Thank you! </p>
<p>I like the results. Cleaner. Easier to read, easier to copy/paste the nicename when needed for specific @mentions in posts. </p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>CurtisB</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/remove-parenthesis-around-nicename/#post-70646</guid>
                    </item>
				                    <item>
                        <title>RE: Remove Parenthesis Around Profile Nicename</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/remove-parenthesis-around-nicename/#post-70628</link>
                        <pubDate>Thu, 01 Sep 2022 10:39:25 +0000</pubDate>
                        <description><![CDATA[Hi @curtisb,
Let&#039;s try this. Put this code in a PHP snippets using Code Snippets plugin or in the functions.php file of your current active WordPress theme, delete all caches and check it:...]]></description>
                        <content:encoded><![CDATA[<p>Hi @curtisb,</p>
<p>Let's try this. Put this code in a PHP snippets using <a href="https://wordpress.org/plugins/code-snippets/" target="_blank" rel="noopener">Code Snippets</a> plugin or in the functions.php file of your current active WordPress theme, delete all caches and check it:</p>
<pre style="color: #000000;font-size: 12.0pt" contenteditable="false"><span style="color: #0000e5;font-style: italic">add_filter</span>( <span style="color: #c64741">'wpforo_member_nicename'</span><span style="color: #000080">, </span><span style="color: #008d00;font-weight: bold">function</span>(<span style="color: #4985c9;font-weight: bold">$nicename</span>)<span style="color: #5163ac">{<br /></span><span style="color: #5163ac">    </span><span style="color: #008d00;font-weight: bold">return </span><span style="color: #0000e5;font-style: italic">str_replace</span>(<span style="color: #008d00;font-weight: bold">array</span>(<span style="color: #c64741">'('</span><span style="color: #000080">, </span><span style="color: #c64741">')'</span>)<span style="color: #000080">, </span><span style="color: #c64741">''</span><span style="color: #000080">, </span><span style="color: #4985c9;font-weight: bold">$nicename</span>)<span style="color: #313131">;<br /></span><span style="color: #5163ac">}</span>)<span style="color: #313131">;</span></pre>
<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/remove-parenthesis-around-nicename/#post-70628</guid>
                    </item>
				                    <item>
                        <title>RE: Remove Parenthesis Around Profile Nicename</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/remove-parenthesis-around-nicename/#post-70603</link>
                        <pubDate>Wed, 31 Aug 2022 21:20:18 +0000</pubDate>
                        <description><![CDATA[@robert 
Can you share with me how to do this?
I have the &quot;Code Snippets&quot; plugin, is there a line or two of code I can add to it?]]></description>
                        <content:encoded><![CDATA[<p>@robert </p>
<p>Can you share with me how to do this?</p>
<p>I have the "Code Snippets" plugin, is there a line or two of code I can add to it?</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>CurtisB</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/remove-parenthesis-around-nicename/#post-70603</guid>
                    </item>
				                    <item>
                        <title>RE: Remove Parenthesis Around Profile Nicename</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/remove-parenthesis-around-nicename/#post-36385</link>
                        <pubDate>Thu, 06 Feb 2020 22:09:07 +0000</pubDate>
                        <description><![CDATA[Thank&#039;s @Robert!
I appreciate you considering adding this filter for me and anyone else interested in doing the same thing.
&nbsp;
&nbsp;]]></description>
                        <content:encoded><![CDATA[<p>Thank's @Robert!</p>
<p>I appreciate you considering adding this filter for me and anyone else interested in doing the same thing.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>CurtisB</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/remove-parenthesis-around-nicename/#post-36385</guid>
                    </item>
				                    <item>
                        <title>RE: Remove Parenthesis Around Profile Nicename</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/remove-parenthesis-around-nicename/#post-36342</link>
                        <pubDate>Thu, 06 Feb 2020 09:40:19 +0000</pubDate>
                        <description><![CDATA[Hi @curtisb,
I&#039;m sorry but that&#039;s not possible. We&#039;ll add a filter hook in next version to allow you filter and remove unnecessary characters.]]></description>
                        <content:encoded><![CDATA[<p>Hi @curtisb,</p>
<p>I'm sorry but that's not possible. We'll add a filter hook in next version to allow you filter and remove unnecessary characters.</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/remove-parenthesis-around-nicename/#post-36342</guid>
                    </item>
				                    <item>
                        <title>Remove Parenthesis Around Profile Nicename</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/remove-parenthesis-around-nicename/#post-36322</link>
                        <pubDate>Wed, 05 Feb 2020 23:56:01 +0000</pubDate>
                        <description><![CDATA[Is there any fancy css I can use to hide the parenthesis ( ) around the Nicename under a user&#039;s profile? (I just think it will look cleaner and will be easier to read)
such as using ::first...]]></description>
                        <content:encoded><![CDATA[<p>Is there any fancy css I can use to hide the parenthesis ( ) around the Nicename under a user's profile? (I just think it will look cleaner and will be easier to read)</p>
<p>such as using ::first-letter and ::last-letter.</p>
<p>I tried different combinations and never seemed to get the right combination of selector and ::xx-letter.</p>
<p>Thanks!</p>
<p> </p>
<div id="wpfa-" class="wpforo-attached-file"><a class="wpforo-default-attachment" href="//wpforo.com/wp-content/uploads/wpforo/default_attachments/1580946961-nicename-parenthesis.png" target="_blank" rel="noopener"><i class="fas fa-paperclip"></i> nicename-parenthesis.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>CurtisB</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/remove-parenthesis-around-nicename/#post-36322</guid>
                    </item>
							        </channel>
        </rss>
		