<?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>
									Problem with censure pro links - wpForo Official Addons				            </title>
            <link>https://gvectors.com/forum/official-wpforo-addons/problem-with-censure-pro-links/</link>
            <description>WordPress Plugins Support Forum</description>
            <language>en-US</language>
            <lastBuildDate>Sat, 18 Apr 2026 01:26:13 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Problem with censure pro links</title>
                        <link>https://gvectors.com/forum/official-wpforo-addons/problem-with-censure-pro-links/paged/2/#post-13256</link>
                        <pubDate>Sat, 02 Feb 2019 09:12:25 +0000</pubDate>
                        <description><![CDATA[Hi @mariosgr, I&#039;m really sorry, but the plugin doesn&#039;t have such a feature. Our team provides you some custom codes to use. For more deeper customization you should find some developer.]]></description>
                        <content:encoded><![CDATA[<p>Hi @mariosgr, </p><p>I'm really sorry, but the plugin doesn't have such a feature. Our team provides you some custom codes to use. For more deeper customization you should find some developer. </p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/official-wpforo-addons/">wpForo Official Addons</category>                        <dc:creator>Astghik</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/official-wpforo-addons/problem-with-censure-pro-links/paged/2/#post-13256</guid>
                    </item>
				                    <item>
                        <title>RE: Problem with censure pro links</title>
                        <link>https://gvectors.com/forum/official-wpforo-addons/problem-with-censure-pro-links/paged/2/#post-13216</link>
                        <pubDate>Wed, 30 Jan 2019 13:04:11 +0000</pubDate>
                        <description><![CDATA[Is there a way to change the url with censure words from the actual plugin?Because in your first code I need to add every single url that I want to change and in your second code it changes ...]]></description>
                        <content:encoded><![CDATA[<p>Is there a way to change the url with censure words from the actual plugin?</p><p>Because in your first code I need to add every single url that I want to change and in your second code it changes every url to what I input as "uncensored"</p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/official-wpforo-addons/">wpForo Official Addons</category>                        <dc:creator>Mariosgr</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/official-wpforo-addons/problem-with-censure-pro-links/paged/2/#post-13216</guid>
                    </item>
				                    <item>
                        <title>RE: Problem with censure pro links</title>
                        <link>https://gvectors.com/forum/official-wpforo-addons/problem-with-censure-pro-links/paged/2/#post-13148</link>
                        <pubDate>Thu, 24 Jan 2019 16:58:16 +0000</pubDate>
                        <description><![CDATA[Thanks! It works and changes the url but for some reason it&#039;s no longer clickable, something must be missing]]></description>
                        <content:encoded><![CDATA[<p>Thanks! It works and changes the url but for some reason it's no longer clickable, something must be missing</p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/official-wpforo-addons/">wpForo Official Addons</category>                        <dc:creator>Mariosgr</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/official-wpforo-addons/problem-with-censure-pro-links/paged/2/#post-13148</guid>
                    </item>
				                    <item>
                        <title>RE: Problem with censure pro links</title>
                        <link>https://gvectors.com/forum/official-wpforo-addons/problem-with-censure-pro-links/paged/2/#post-13056</link>
                        <pubDate>Sat, 19 Jan 2019 09:34:53 +0000</pubDate>
                        <description><![CDATA[Hi @mariosgr,The code I&#039;ve provided in the previous post changes certain URL. If you need to change every URL, just use this code, it will replace any URL with an uncensored word.add_filter(...]]></description>
                        <content:encoded><![CDATA[<p>Hi @mariosgr,</p><p>The code I've provided in the previous post changes certain URL. If you need to change every URL, just use this code, it will replace any URL with an <span style="color: #ff0000">uncensored</span> word.</p><pre>add_filter('wpforo_content_after', function ($content) {<br />     return preg_replace('@(href=https?://)+(*)@is', '$<span style="color: #ff0000">uncensored</span>$2', $content);<br />}, 999);</pre>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/official-wpforo-addons/">wpForo Official Addons</category>                        <dc:creator>Astghik</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/official-wpforo-addons/problem-with-censure-pro-links/paged/2/#post-13056</guid>
                    </item>
				                    <item>
                        <title>RE: Problem with censure pro links</title>
                        <link>https://gvectors.com/forum/official-wpforo-addons/problem-with-censure-pro-links/paged/2/#post-13045</link>
                        <pubDate>Fri, 18 Jan 2019 13:14:48 +0000</pubDate>
                        <description><![CDATA[this is for all links or i have to  add it for every link i want to change ?]]></description>
                        <content:encoded><![CDATA[<p>this is for all links or i have to  add it for every link i want to change ?</p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/official-wpforo-addons/">wpForo Official Addons</category>                        <dc:creator>Mariosgr</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/official-wpforo-addons/problem-with-censure-pro-links/paged/2/#post-13045</guid>
                    </item>
				                    <item>
                        <title>RE: Problem with censure pro links</title>
                        <link>https://gvectors.com/forum/official-wpforo-addons/problem-with-censure-pro-links/paged/2/#post-13041</link>
                        <pubDate>Fri, 18 Jan 2019 12:27:00 +0000</pubDate>
                        <description><![CDATA[Hi Mariosgr,This code should hepl you. Please add it in your current active them&#039;s functions.php file.add_filter(&#039;wpforo_content_after&#039;, function ($content) {   $s = array(&#039;gvectors.com&#039;);  ...]]></description>
                        <content:encoded><![CDATA[<p>Hi Mariosgr,</p><p>This code should hepl you. Please add it in your current active them's functions.php file.</p><pre>add_filter('wpforo_content_after', function ($content) {<br />   $s = array('<strong><span style="color: #ff0000">gvectors.com</span>'</strong>);<br />   $r = array('<span style="color: #003300"><strong>gvectors.net</strong></span>');<br />   return str_replace($s, $r, $content);<br />}, 999);</pre><p> </p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/official-wpforo-addons/">wpForo Official Addons</category>                        <dc:creator>Astghik</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/official-wpforo-addons/problem-with-censure-pro-links/paged/2/#post-13041</guid>
                    </item>
				                    <item>
                        <title>RE: Problem with censure pro links</title>
                        <link>https://gvectors.com/forum/official-wpforo-addons/problem-with-censure-pro-links/#post-13018</link>
                        <pubDate>Thu, 17 Jan 2019 13:10:35 +0000</pubDate>
                        <description><![CDATA[Thank you for your reply.What i want to do in my forum.I dont permit links if they dont pay me for advertise,so if you place your link with out to pay meif it will change to censured it is s...]]></description>
                        <content:encoded><![CDATA[<p>Thank you for your reply.</p><p>What i want to do in my forum.</p><p>I dont permit links if they dont pay me for advertise,</p><p>so if you place your link with out to pay me <a href="https://gvectors.co" target="true">https://gvectors.com</a> if it will change to <a href="https://gvectors.co" target="true">censured</a> it is still working.</p><p>How can i avoid this ? If it is not blocking your link there is not a reason to use it.</p><p>At least for me.</p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/official-wpforo-addons/">wpForo Official Addons</category>                        <dc:creator>Mariosgr</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/official-wpforo-addons/problem-with-censure-pro-links/#post-13018</guid>
                    </item>
				                    <item>
                        <title>RE: Problem with censure pro links</title>
                        <link>https://gvectors.com/forum/official-wpforo-addons/problem-with-censure-pro-links/#post-13014</link>
                        <pubDate>Thu, 17 Jan 2019 10:42:07 +0000</pubDate>
                        <description><![CDATA[Hi @mariosgr,Sorry for the late response. I asked the plugin developers. This is designed to works in this way, otherwise, the URL can be broken.E.g.You&#039;ve changed the word gvectors to gevec...]]></description>
                        <content:encoded><![CDATA[<p>Hi @mariosgr,</p><p>Sorry for the late response. </p><p>I asked the plugin developers. This is designed to works in this way, otherwise, the URL can be broken.</p><p>E.g.</p><p>You've changed the word gvectors to gevec*rs  and someone adds the URL with this word https://gvectors.com, so it'll change the URL to https://gevec*rs.com. And if we change the URL it'll get e.g. 404 error or something like this. </p><p>To avoid such problems, we don't touch the URL.</p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/official-wpforo-addons/">wpForo Official Addons</category>                        <dc:creator>Astghik</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/official-wpforo-addons/problem-with-censure-pro-links/#post-13014</guid>
                    </item>
				                    <item>
                        <title>RE: Problem with censure pro links</title>
                        <link>https://gvectors.com/forum/official-wpforo-addons/problem-with-censure-pro-links/#post-12993</link>
                        <pubDate>Tue, 15 Jan 2019 17:15:30 +0000</pubDate>
                        <description><![CDATA[Any update?]]></description>
                        <content:encoded><![CDATA[<p>Any update?</p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/official-wpforo-addons/">wpForo Official Addons</category>                        <dc:creator>Mariosgr</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/official-wpforo-addons/problem-with-censure-pro-links/#post-12993</guid>
                    </item>
				                    <item>
                        <title>RE: Problem with censure pro links</title>
                        <link>https://gvectors.com/forum/official-wpforo-addons/problem-with-censure-pro-links/#post-12970</link>
                        <pubDate>Mon, 14 Jan 2019 09:34:29 +0000</pubDate>
                        <description><![CDATA[Hi @mariosgr,ok, we&#039;ll check it and back to you asap.]]></description>
                        <content:encoded><![CDATA[<p>Hi @mariosgr,</p><p>ok, we'll check it and back to you asap. </p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/official-wpforo-addons/">wpForo Official Addons</category>                        <dc:creator>Astghik</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/official-wpforo-addons/problem-with-censure-pro-links/#post-12970</guid>
                    </item>
							        </channel>
        </rss>
		