<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>bbPress Support Forums Tag: nofollow</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress Support Forums Tag: nofollow</description>
<language>en</language>
<pubDate>Fri, 09 Jan 2009 05:12:17 +0000</pubDate>

<item>
<title>chrishajer on "Need Feature (No Follow Links)"</title>
<link>http://bbpress.org/forums/topic/need-feature-no-follow-links#post-22739</link>
<pubDate>Thu, 08 Jan 2009 01:37:39 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">22739@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;&#60;a href=&#34;http://bbpress.org/forums/topic/add-nofollow-to-links&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/add-nofollow-to-links&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://bbpress.org/forums/tags/nofollow&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/tags/nofollow&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>irr1449 on "Need Feature (No Follow Links)"</title>
<link>http://bbpress.org/forums/topic/need-feature-no-follow-links#post-22722</link>
<pubDate>Wed, 07 Jan 2009 17:33:34 +0000</pubDate>
<dc:creator>irr1449</dc:creator>
<guid isPermaLink="false">22722@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Every day I get tons of spam on my forum even with some spam filtering.  A lot of people post links to questionable sites.  It would be great if all links posted in the forum were made rel=&#34;nofollow&#34;.  If google sees your site linking to gambling, porn, or other &#34;suspect&#34; sites you could take a big hit.&#60;/p&#62;
&#60;p&#62;Does anyone know an easy way to do this?
&#60;/p&#62;</description>
</item>
<item>
<title>cordoval on "Add nofollow to links"</title>
<link>http://bbpress.org/forums/topic/add-nofollow-to-links#post-17688</link>
<pubDate>Sat, 26 Jul 2008 18:50:26 +0000</pubDate>
<dc:creator>cordoval</dc:creator>
<guid isPermaLink="false">17688@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;the problem was that it was not 'post_author_link but 'post_text
&#60;/p&#62;</description>
</item>
<item>
<title>Mr. Grim Reaper on "Conditional Meta Tags per Page Type, and More?"</title>
<link>http://bbpress.org/forums/topic/conditional-meta-tags-per-page-type-and-more#post-17671</link>
<pubDate>Sat, 26 Jul 2008 03:30:21 +0000</pubDate>
<dc:creator>Mr. Grim Reaper</dc:creator>
<guid isPermaLink="false">17671@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Thanks, though I'm a little confused. I put that in as a plugin file (with the plugin info up top) and I got a fatal error when I tried activating it. Sorry, but I'm totally new to bbPres, and WordPress alike.&#60;/p&#62;
&#60;p&#62;Edit: Never mind, I noticed a slight typo (you wrote the wrong function name and forgot a parenthesis) but it works like a charm now. Thanks for that. :]
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Conditional Meta Tags per Page Type, and More?"</title>
<link>http://bbpress.org/forums/topic/conditional-meta-tags-per-page-type-and-more#post-17665</link>
<pubDate>Sat, 26 Jul 2008 01:42:26 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">17665@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;It's very easy to do this via a plugin.&#60;br /&#62;
You have to attach to the 'bb_head' action.&#60;br /&#62;
In fact if there's a plugin for WordPress that does it, it would take under a minute to change it for bbPress.&#60;/p&#62;
&#60;p&#62;Here's a mini-plugin I wrote to do noarchive and nofollow:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;function no_archive() {
echo &#38;quot;\n&#38;quot;.&#38;#39;&#38;lt;meta NAME=&#38;quot;robots&#38;quot; CONTENT=&#38;quot;noarchive,nofollow&#38;quot;&#38;gt;&#38;#39;.&#38;quot;\n&#38;quot;;
} add_action(&#38;#39;bb_head&#38;#39;, &#38;#39;no_archive&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;.&#60;br /&#62;
It would just have to be wrapped in an IF statement with a URI check to add it when you want it. To get the current location, either check &#60;code&#62;bb_get_location&#60;/code&#62; or steal it's code and modify as desired. &#60;/p&#62;
&#60;p&#62;Something like this (untested)&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;function no_index() {
if (in_array(bb_get_location(),array(&#38;quot;login-page&#38;quot;,&#38;quot;register-page&#38;quot;,&#38;quot;profile-page&#38;quot;)) {
echo &#38;quot;\n&#38;quot;.&#38;#39;&#38;lt;meta NAME=&#38;quot;robots&#38;quot; CONTENT=&#38;quot;noindex,nofollow&#38;quot;&#38;gt;&#38;#39;.&#38;quot;\n&#38;quot;;
}
} add_action(&#38;#39;bb_head&#38;#39;, &#38;#39;no_archive&#38;#39;);&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>Mr. Grim Reaper on "Conditional Meta Tags per Page Type, and More?"</title>
<link>http://bbpress.org/forums/topic/conditional-meta-tags-per-page-type-and-more#post-17662</link>
<pubDate>Sat, 26 Jul 2008 00:46:16 +0000</pubDate>
<dc:creator>Mr. Grim Reaper</dc:creator>
<guid isPermaLink="false">17662@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Anyone? Simple &#34;if page&#34; stuff. Yet, I don't know what the variables are. :&#124;
&#60;/p&#62;</description>
</item>
<item>
<title>Mr. Grim Reaper on "Conditional Meta Tags per Page Type, and More?"</title>
<link>http://bbpress.org/forums/topic/conditional-meta-tags-per-page-type-and-more#post-17619</link>
<pubDate>Thu, 24 Jul 2008 21:06:42 +0000</pubDate>
<dc:creator>Mr. Grim Reaper</dc:creator>
<guid isPermaLink="false">17619@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I was wondering, while designing my new theme, could you implement conditional meta tags? Specifically, robots control. I'd like to add &#60;code&#62;noindex&#60;/code&#62; and &#60;code&#62;nofollow&#60;/code&#62; to log-in pages, registration pages, user profiles, &#60;em&#62;et cetera.&#60;/em&#62;&#60;/p&#62;
&#60;p&#62;I wish there was a &#34;Codex&#34; for bbPress...
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Add nofollow to links"</title>
<link>http://bbpress.org/forums/topic/add-nofollow-to-links#post-17523</link>
<pubDate>Tue, 22 Jul 2008 15:13:34 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">17523@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;cordoval, make this into a plugin:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;//add target=_blank to post links
function bb_target_blank( $text ) {
	$text = preg_replace(&#38;#39;&#124;&#38;lt;a (.+?)&#38;gt;&#124;i&#38;#39;, &#38;#39;&#38;lt;a  target=&#38;quot;_blank&#38;quot;&#38;gt;&#38;#39;, $text);
	return $text;
}
add_filter(&#38;#39;pre_post&#38;#39;, &#38;#39;bb_target_blank&#38;#39;);&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>cordoval on "Users Website in Topic"</title>
<link>http://bbpress.org/forums/topic/users-website-in-topic#post-17504</link>
<pubDate>Tue, 22 Jul 2008 01:10:07 +0000</pubDate>
<dc:creator>cordoval</dc:creator>
<guid isPermaLink="false">17504@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Thanks a lot! This is what I was looking for. Check my other posts. Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>cordoval on "Add nofollow to links"</title>
<link>http://bbpress.org/forums/topic/add-nofollow-to-links#post-17501</link>
<pubDate>Tue, 22 Jul 2008 00:43:47 +0000</pubDate>
<dc:creator>cordoval</dc:creator>
<guid isPermaLink="false">17501@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;by default the nofollow is there, but how can we add some more things to the tag?
&#60;/p&#62;</description>
</item>
<item>
<title>cordoval on "Add nofollow to links"</title>
<link>http://bbpress.org/forums/topic/add-nofollow-to-links#post-17500</link>
<pubDate>Tue, 22 Jul 2008 00:41:44 +0000</pubDate>
<dc:creator>cordoval</dc:creator>
<guid isPermaLink="false">17500@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;I have tried so hard to tweak this plug in but I am unable. All I want is to add besides the nofollow is a          target=&#34;_top&#34;          so that the forum user is able to go out to another window for external links.&#60;/p&#62;
&#60;p&#62;Can anyone help me please,&#60;/p&#62;
&#60;p&#62;Many thanks,
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Add nofollow to links"</title>
<link>http://bbpress.org/forums/topic/add-nofollow-to-links#post-14944</link>
<pubDate>Thu, 03 Apr 2008 13:35:25 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">14944@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I thought this plugin did that?&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/forums/topic/add-nofollow-to-links#post-12523&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/add-nofollow-to-links#post-12523&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>winpoka on "Add nofollow to links"</title>
<link>http://bbpress.org/forums/topic/add-nofollow-to-links#post-14924</link>
<pubDate>Thu, 03 Apr 2008 08:15:59 +0000</pubDate>
<dc:creator>winpoka</dc:creator>
<guid isPermaLink="false">14924@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Try manually deleting a few hundred posts per day once you get popular..?&#60;/p&#62;
&#60;p&#62;Anyone know of  more thorough solution? One that permanently adds &#34;nofollow&#34; to all posted links??
&#60;/p&#62;</description>
</item>
<item>
<title>Geld Lenen on "Add nofollow to links"</title>
<link>http://bbpress.org/forums/topic/add-nofollow-to-links#post-14840</link>
<pubDate>Mon, 31 Mar 2008 11:05:56 +0000</pubDate>
<dc:creator>Geld Lenen</dc:creator>
<guid isPermaLink="false">14840@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;It worked fine with me, I'll just manually delete the entry of the spammers! :)
&#60;/p&#62;</description>
</item>
<item>
<title>winpoka on "Add nofollow to links"</title>
<link>http://bbpress.org/forums/topic/add-nofollow-to-links#post-14838</link>
<pubDate>Mon, 31 Mar 2008 08:53:42 +0000</pubDate>
<dc:creator>winpoka</dc:creator>
<guid isPermaLink="false">14838@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;It works great.. but a savvy spammer can bypass this simply by editing their post and adding rel='follow' to their a tag.. anyone know of a more complete/thorough solution?
&#60;/p&#62;</description>
</item>
<item>
<title>bedbugger on "Add nofollow to links"</title>
<link>http://bbpress.org/forums/topic/add-nofollow-to-links#post-12537</link>
<pubDate>Tue, 11 Dec 2007 05:30:15 +0000</pubDate>
<dc:creator>bedbugger</dc:creator>
<guid isPermaLink="false">12537@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Okay, upon further testing, it does seem to be working with older posts--in certain circumstances.&#60;/p&#62;
&#60;p&#62;Let me explain&#60;/p&#62;
&#60;p&#62;If you simply type (or in the past typed) in a URL, this plugin adds &#34;nofollow.&#34;  But if you write a sentence and add a link to the text, it doesn't.  You can see this in effect here:&#60;br /&#62;
&#60;a href=&#34;http://bedbugger.com/forum/topic/test-5?replies=3#post-14812&#34; rel=&#34;nofollow&#34;&#62;http://bedbugger.com/forum/topic/test-5?replies=3#post-14812&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Compare the two tests of a link to google.  The first, where the URL is typed in, adds nofollow, the second, where the HTML is used to link out to google, doesn't.&#60;/p&#62;
&#60;p&#62;Please help me fix this?  Thanks again, this is a huge help!
&#60;/p&#62;</description>
</item>
<item>
<title>bedbugger on "Add nofollow to links"</title>
<link>http://bbpress.org/forums/topic/add-nofollow-to-links#post-12528</link>
<pubDate>Mon, 10 Dec 2007 07:26:07 +0000</pubDate>
<dc:creator>bedbugger</dc:creator>
<guid isPermaLink="false">12528@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;livibetter,&#60;/p&#62;
&#60;p&#62;Thanks so much!  It works beautifully.  &#60;/p&#62;
&#60;p&#62;I know it works on new posts, on URLs in the post.&#60;/p&#62;
&#60;p&#62;Does it also work on URLS in old posts, when they're viewed?  I am not able to test that.  &#60;/p&#62;
&#60;p&#62;Also, it obviously doesn't work on author's website links (the ones saves in their user profile, I mean).  How do we make those nofollow if we want to?&#60;/p&#62;
&#60;p&#62;Many, many thanks.  I am learning, but slowly.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Add nofollow to links"</title>
<link>http://bbpress.org/forums/topic/add-nofollow-to-links#post-12527</link>
<pubDate>Mon, 10 Dec 2007 04:13:49 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">12527@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;If it were a _plugin, would it load automatically, and not require activation?  Like, you could call it _myforumtweaks.php and it would be loaded automatically with no activation once you dropped it into my-plugins?&#60;/p&#62;
&#60;p&#62;That's all there is to a simple add_filter plugin, eh? (no video required...)
&#60;/p&#62;</description>
</item>
<item>
<title>livibetter on "Add nofollow to links"</title>
<link>http://bbpress.org/forums/topic/add-nofollow-to-links#post-12523</link>
<pubDate>Sun, 09 Dec 2007 23:38:34 +0000</pubDate>
<dc:creator>livibetter</dc:creator>
<guid isPermaLink="false">12523@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Here it is:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
/*
Plugin Name: My own tweak for my forums
Plugin URI: &#60;a href=&#34;http://bbpress.org/&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/&#60;/a&#62;
Description: Fine tuning codes for my forum
Author: Your name
Author URI: &#60;a href=&#34;http://www.myforum.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.myforum.com/&#60;/a&#62;
Version: 0.1
*/

add_filter(&#38;#39;post_author_link&#38;#39;, &#38;#39;bb_rel_nofollow&#38;#39;);
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Basically, you can put many fine tuning codes within one PHP files, and this file is for your forum only. Remember to activate this plugin.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Add nofollow to links"</title>
<link>http://bbpress.org/forums/topic/add-nofollow-to-links#post-12520</link>
<pubDate>Sun, 09 Dec 2007 23:22:48 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">12520@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;livibetter, for us noobs, can you show what a plugin would look like with just that functionality, so we could avoid modifying a core file in bb-includes?&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>livibetter on "Add nofollow to links"</title>
<link>http://bbpress.org/forums/topic/add-nofollow-to-links#post-12518</link>
<pubDate>Sun, 09 Dec 2007 22:36:20 +0000</pubDate>
<dc:creator>livibetter</dc:creator>
<guid isPermaLink="false">12518@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;You can simply add that line into &#60;code&#62;bb-includes/default-filters.php&#60;/code&#62;&#60;br /&#62;
or&#60;br /&#62;
create your own plugin file with that line.
&#60;/p&#62;</description>
</item>
<item>
<title>bedbugger on "Add nofollow to links"</title>
<link>http://bbpress.org/forums/topic/add-nofollow-to-links#post-12517</link>
<pubDate>Sun, 09 Dec 2007 22:17:18 +0000</pubDate>
<dc:creator>bedbugger</dc:creator>
<guid isPermaLink="false">12517@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Please--can you tell me specifically where to add this? What file and which lines?  (Sorry, perpetual noob, trying to learn.)  :-)
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "Users Website in Topic"</title>
<link>http://bbpress.org/forums/topic/users-website-in-topic#post-4899</link>
<pubDate>Sun, 25 Feb 2007 23:42:34 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">4899@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Good to hear you found it!&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>bbpressfriend on "Users Website in Topic"</title>
<link>http://bbpress.org/forums/topic/users-website-in-topic#post-4890</link>
<pubDate>Sun, 25 Feb 2007 22:15:07 +0000</pubDate>
<dc:creator>bbpressfriend</dc:creator>
<guid isPermaLink="false">4890@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;DAMN! :D
&#60;/p&#62;</description>
</item>
<item>
<title>bbpressfriend on "Users Website in Topic"</title>
<link>http://bbpress.org/forums/topic/users-website-in-topic#post-4889</link>
<pubDate>Sun, 25 Feb 2007 22:13:51 +0000</pubDate>
<dc:creator>bbpressfriend</dc:creator>
<guid isPermaLink="false">4889@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi, öffne die template-functions.php im bb-includes Ordner und editiere die funktion &#34;post_author_url()&#34;. Such einfach in der Datei nach dieser Funktion. &#60;/p&#62;
&#60;p&#62;Man kann es mit SEO auch übertreiben. Deine User schreiben wertvolle Beiträge (gerade in deinem Bereich ist jede Zeile Gold wert).  Lediglich meine Meinung, mach wie du denkst. Hoffe ich konnte behilflich sein :)&#60;/p&#62;
&#60;p&#62;Steven
&#60;/p&#62;</description>
</item>
<item>
<title>PKV on "Users Website in Topic"</title>
<link>http://bbpress.org/forums/topic/users-website-in-topic#post-4888</link>
<pubDate>Sun, 25 Feb 2007 22:11:15 +0000</pubDate>
<dc:creator>PKV</dc:creator>
<guid isPermaLink="false">4888@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Okay, done ...&#60;/p&#62;
&#60;p&#62;in post.php -&#38;gt; post_author_link();
&#60;/p&#62;</description>
</item>
<item>
<title>PKV on "Users Website in Topic"</title>
<link>http://bbpress.org/forums/topic/users-website-in-topic#post-4887</link>
<pubDate>Sun, 25 Feb 2007 21:36:32 +0000</pubDate>
<dc:creator>PKV</dc:creator>
<guid isPermaLink="false">4887@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;There is no nofollow on the Users name link on the left side in the topic, where can i change this?&#60;/p&#62;
&#60;p&#62;Thx
&#60;/p&#62;</description>
</item>
<item>
<title>mdawaffe on "Add nofollow to links"</title>
<link>http://bbpress.org/forums/topic/add-nofollow-to-links#post-4294</link>
<pubDate>Fri, 09 Feb 2007 23:20:27 +0000</pubDate>
<dc:creator>mdawaffe</dc:creator>
<guid isPermaLink="false">4294@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;bbPress has a function called bb_rel_nofollow() which can be added via filter to functions which output a link (&#60;a href=&#34;...&#34;&#62;...&#60;/a&#62; not functions that output a URL).&#60;/p&#62;
&#60;p&#62;For example:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;#39;post_author_link&#38;#39;, &#38;#39;bb_rel_nofollow&#38;#39;);&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>Trent on "Add nofollow to links"</title>
<link>http://bbpress.org/forums/topic/add-nofollow-to-links#post-4292</link>
<pubDate>Fri, 09 Feb 2007 22:15:00 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">4292@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I would imagine that you could do this without affecting any core files through a plugin as the links portion for posts is pluggable.   Now, saying that, we need someone with some experience working with the code to make this a plugin.&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>kineda on "Add nofollow to links"</title>
<link>http://bbpress.org/forums/topic/add-nofollow-to-links#post-4291</link>
<pubDate>Fri, 09 Feb 2007 22:13:01 +0000</pubDate>
<dc:creator>kineda</dc:creator>
<guid isPermaLink="false">4291@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Is there anyway to add the nofollow tag to links?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
