<?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 User Favorites: DFPRadio</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums User Favorites: DFPRadio</description>
<language>en</language>
<pubDate>Thu, 04 Dec 2008 05:59:38 +0000</pubDate>

<item>
<title>codymckibb on "Slashes being added in front of apostrophes"</title>
<link>http://bbpress.org/forums/topic/slashes-being-added-in-front-of-apostrophes/page/2#post-15248</link>
<pubDate>Thu, 10 Apr 2008 21:36:43 +0000</pubDate>
<dc:creator>codymckibb</dc:creator>
<guid isPermaLink="false">15248@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Sweet solution, thanks guys!
&#60;/p&#62;</description>
</item>
<item>
<title>citizenkeith on "Slashes being added in front of apostrophes"</title>
<link>http://bbpress.org/forums/topic/slashes-being-added-in-front-of-apostrophes#post-13081</link>
<pubDate>Wed, 09 Jan 2008 21:46:29 +0000</pubDate>
<dc:creator>citizenkeith</dc:creator>
<guid isPermaLink="false">13081@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I have tried baptiste's changes, but I'm still getting backslashes when quoting text (using the Quote plugin).&#60;/p&#62;
&#60;p&#62;I am integrating with WordPress, but I don't use a WordPress Integration plugin, as referred to by RCanine. I'm using the bbPress Integration plugin.
&#60;/p&#62;</description>
</item>
<item>
<title>fooddude on "Slashes being added in front of apostrophes"</title>
<link>http://bbpress.org/forums/topic/slashes-being-added-in-front-of-apostrophes#post-13055</link>
<pubDate>Mon, 07 Jan 2008 05:39:39 +0000</pubDate>
<dc:creator>fooddude</dc:creator>
<guid isPermaLink="false">13055@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;RCanine - that code works perfectly! Fixed the problem in titles and posts. Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>RCanine on "Slashes being added in front of apostrophes"</title>
<link>http://bbpress.org/forums/topic/slashes-being-added-in-front-of-apostrophes#post-12563</link>
<pubDate>Wed, 12 Dec 2007 04:37:22 +0000</pubDate>
<dc:creator>RCanine</dc:creator>
<guid isPermaLink="false">12563@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Wouldn't a better fix for this be to apply a filter in the &#34;WordPress Integration&#34; plugin? I'm not sure the exact syntax but something like:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if (function_exists(&#38;#39;wp_head&#38;#39;)) {
  // or another check to see if WordPress has been included
  add_filter(&#38;#39;get_topic_title&#38;#39;, &#38;#39;stripslashes&#38;#39;);
  add_filter(&#38;#39;get_post_text&#38;#39;, &#38;#39;stripslashes&#38;#39;);
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;To me this is &#60;strong&#62;exactly&#60;/strong&#62; what a WordPress Integration plugin should do.
&#60;/p&#62;</description>
</item>
<item>
<title>beaulebens on "Slashes being added in front of apostrophes"</title>
<link>http://bbpress.org/forums/topic/slashes-being-added-in-front-of-apostrophes#post-12368</link>
<pubDate>Fri, 30 Nov 2007 02:07:08 +0000</pubDate>
<dc:creator>beaulebens</dc:creator>
<guid isPermaLink="false">12368@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Any updates on this being handled &#34;properly&#34; to avoid having to hack core code (or add filters just to do &#34;normal&#34; stuff)?&#60;/p&#62;
&#60;p&#62;I'm still seeing it in 0.8.3 with WP (MU) integration.
&#60;/p&#62;</description>
</item>
<item>
<title>neyoung on "Slashes being added in front of apostrophes"</title>
<link>http://bbpress.org/forums/topic/slashes-being-added-in-front-of-apostrophes#post-10285</link>
<pubDate>Sun, 19 Aug 2007 09:17:47 +0000</pubDate>
<dc:creator>neyoung</dc:creator>
<guid isPermaLink="false">10285@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;thanks baptiste!&#60;/p&#62;
&#60;p&#62;The fix worked wonders :)
&#60;/p&#62;</description>
</item>
<item>
<title>larmir on "Slashes being added in front of apostrophes"</title>
<link>http://bbpress.org/forums/topic/slashes-being-added-in-front-of-apostrophes#post-3963</link>
<pubDate>Sat, 03 Feb 2007 12:25:44 +0000</pubDate>
<dc:creator>larmir</dc:creator>
<guid isPermaLink="false">3963@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;baptiste - thank you. This worked like a charm. Problem resolved and I can't thank you enough.
&#60;/p&#62;</description>
</item>
<item>
<title>baptiste on "Slashes being added in front of apostrophes"</title>
<link>http://bbpress.org/forums/topic/slashes-being-added-in-front-of-apostrophes#post-3953</link>
<pubDate>Fri, 02 Feb 2007 21:53:59 +0000</pubDate>
<dc:creator>baptiste</dc:creator>
<guid isPermaLink="false">3953@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I'm 90% sure this is related to the kses issue I'm looking into because kses has a strip slashes filter that I think is being used as well, but not 100% sure. The fact that it only happens on WP integration makes me pretty sure it's kses.
&#60;/p&#62;</description>
</item>
<item>
<title>baptiste on "Slashes being added in front of apostrophes"</title>
<link>http://bbpress.org/forums/topic/slashes-being-added-in-front-of-apostrophes#post-3952</link>
<pubDate>Fri, 02 Feb 2007 21:51:52 +0000</pubDate>
<dc:creator>baptiste</dc:creator>
<guid isPermaLink="false">3952@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;&#60;code&#62;return stripslashes(apply_filters( 'get_topic_title', $topic-&#38;gt;topic_title, $id ));&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>DFPRadio on "Slashes being added in front of apostrophes"</title>
<link>http://bbpress.org/forums/topic/slashes-being-added-in-front-of-apostrophes#post-3928</link>
<pubDate>Thu, 01 Feb 2007 21:35:29 +0000</pubDate>
<dc:creator>DFPRadio</dc:creator>
<guid isPermaLink="false">3928@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Heck yeah! Baptiste kicks Mucho Asso!
&#60;/p&#62;</description>
</item>
<item>
<title>larmir on "Slashes being added in front of apostrophes"</title>
<link>http://bbpress.org/forums/topic/slashes-being-added-in-front-of-apostrophes#post-3877</link>
<pubDate>Wed, 31 Jan 2007 12:32:56 +0000</pubDate>
<dc:creator>larmir</dc:creator>
<guid isPermaLink="false">3877@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;This seems to work for the text. Thanks so much baptiste.&#60;/p&#62;
&#60;p&#62;One more question, the issue still exists in the title. I'm guessing I need to update this expression, just unsure of the syntax:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;function get_topic_title( $id = 0 ) {&#60;br /&#62;
	global $topic;&#60;br /&#62;
	if ( $id )&#60;br /&#62;
		$topic = get_topic( $id );&#60;br /&#62;
	return apply_filters( 'get_topic_title', $topic-&#38;gt;topic_title, $id );&#60;br /&#62;
}&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>baptiste on "Slashes being added in front of apostrophes"</title>
<link>http://bbpress.org/forums/topic/slashes-being-added-in-front-of-apostrophes#post-3875</link>
<pubDate>Wed, 31 Jan 2007 12:13:17 +0000</pubDate>
<dc:creator>baptiste</dc:creator>
<guid isPermaLink="false">3875@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Easy fix (hack) in bb-includes/template-functions.php, update this function to look like this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;function get_post_text() {&#60;br /&#62;
        global $bb_post;&#60;br /&#62;
        return stripslashes($bb_post-&#38;gt;post_text);&#60;br /&#62;
}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;May be an artifact of the wordpress integration - not sure.
&#60;/p&#62;</description>
</item>
<item>
<title>thinkera0 on "Slashes being added in front of apostrophes"</title>
<link>http://bbpress.org/forums/topic/slashes-being-added-in-front-of-apostrophes#post-3688</link>
<pubDate>Fri, 26 Jan 2007 23:09:33 +0000</pubDate>
<dc:creator>thinkera0</dc:creator>
<guid isPermaLink="false">3688@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I can add one more sample of these symptoms.&#60;br /&#62;
The only oddity I've been able to find through phpinfo is that it reports the mysql Client API version as 3.23.58, which I find odd as I have mysql 4.1.x on the (linux) server.  magic_quotes are off. This is with php 4.3.10, WP 2.1, bbP .75&#60;/p&#62;
&#60;p&#62;' and &#34; each show up with a single backslash in front of them, but if I put a backslash in the text in front of ' or &#34; it yields 3 backslashes and the '/&#34;  I don't know if this double backslash is expected or if it might help find the problem.&#60;/p&#62;
&#60;p&#62;Thanks for helping to track this down.
&#60;/p&#62;</description>
</item>
<item>
<title>DFPRadio on "Slashes being added in front of apostrophes"</title>
<link>http://bbpress.org/forums/topic/slashes-being-added-in-front-of-apostrophes#post-3402</link>
<pubDate>Sat, 20 Jan 2007 16:53:54 +0000</pubDate>
<dc:creator>DFPRadio</dc:creator>
<guid isPermaLink="false">3402@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Glad to hear someone else is having the same problem as me...  misery loves company, right?!?  I have found one thing that may be helpful.  When I removed the:&#60;br /&#62;
 require_once( '/.../wp-config.php');&#60;br /&#62;
define('WP_BB', 'true');&#60;/p&#62;
&#60;p&#62;The problem magically vanishes... So, I'm pretty sure it has something to do with the WP integration.  Interestingly, I checked my phpinfo and my magic_quotes are all off as well and my php version is 4.4.4. &#60;/p&#62;
&#60;p&#62;My forums are at: &#60;a href=&#34;http://www.digitalfrontierplus.com/wordpress/forums/&#34; rel=&#34;nofollow&#34;&#62;http://www.digitalfrontierplus.com/wordpress/forums/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>larmir on "Slashes being added in front of apostrophes"</title>
<link>http://bbpress.org/forums/topic/slashes-being-added-in-front-of-apostrophes#post-3274</link>
<pubDate>Wed, 17 Jan 2007 15:56:52 +0000</pubDate>
<dc:creator>larmir</dc:creator>
<guid isPermaLink="false">3274@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;No, we haven't. Chrishajer's (Chris) been graciously helping me off the forum since I'm working with a private forum. He's spent quite a bit of time on this and hasn't found a solution. He had some great ideas, they just didn't work. My next step is to contact my host and talk with them. They host WordPress so perhaps they know something indepth about bbPress. If I find a solution, I'll let you know.&#60;/p&#62;
&#60;p&#62;I do want to thank Chris for all the time and effort he's put into this for me. Thank you, Chris.
&#60;/p&#62;</description>
</item>
<item>
<title>mdawaffe on "Slashes being added in front of apostrophes"</title>
<link>http://bbpress.org/forums/topic/slashes-being-added-in-front-of-apostrophes#post-3114</link>
<pubDate>Fri, 12 Jan 2007 08:57:15 +0000</pubDate>
<dc:creator>mdawaffe</dc:creator>
<guid isPermaLink="false">3114@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Did you find the source of the problem?  Even better, did you find a solution? :)
&#60;/p&#62;</description>
</item>
<item>
<title>larmir on "Slashes being added in front of apostrophes"</title>
<link>http://bbpress.org/forums/topic/slashes-being-added-in-front-of-apostrophes#post-3041</link>
<pubDate>Mon, 08 Jan 2007 13:58:40 +0000</pubDate>
<dc:creator>larmir</dc:creator>
<guid isPermaLink="false">3041@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I'm getting slashes added to apostrophes and quotes.&#60;/p&#62;
&#60;p&#62;I'd like to give you a URL, but can I do so through email? The forum is private and so I don't want to publish its URL here.&#60;/p&#62;
&#60;p&#62;Here's my email address dawudmiracle TA gmail TOD com. If you could send me yours, I will forward you a link. Sorry for wanting to remain private - I'm not the only one using our forum and I'd like to be sure its privacy isn't compromised.&#60;/p&#62;
&#60;p&#62;Thanks for continuing to help.&#60;/p&#62;
&#60;p&#62;MODERATED:  obfuscated email address
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Slashes being added in front of apostrophes"</title>
<link>http://bbpress.org/forums/topic/slashes-being-added-in-front-of-apostrophes#post-3037</link>
<pubDate>Mon, 08 Jan 2007 05:44:31 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">3037@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I have bbpress and wp on the same database too, and I don't have a problem with either one.  Looking into the gpc_magic_quotes or where addslashes and stripslashes are used.&#60;/p&#62;
&#60;p&#62;What type of quotes are added, single or double?&#60;/p&#62;
&#60;p&#62;Also, do you have a URL where this can be experienced?  Looking through the code, there are a lot of slash-things in there.  I would like to narrow the problem down by first seeing it.  Thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>larmir on "Slashes being added in front of apostrophes"</title>
<link>http://bbpress.org/forums/topic/slashes-being-added-in-front-of-apostrophes#post-3031</link>
<pubDate>Mon, 08 Jan 2007 02:28:52 +0000</pubDate>
<dc:creator>larmir</dc:creator>
<guid isPermaLink="false">3031@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;PHP Version 5.1.2&#60;/p&#62;
&#60;p&#62;Yes, I have the ability to use .htaccess. Though I don't no much about its parameters. I've used it for 301 redirects and that's about it. Help with writing anything for the .htaccess would be greatly appreciated.&#60;/p&#62;
&#60;p&#62;One bit, I have WordPress on the same server using the same database (bbPress is integrated) and this is NOT an issue in WP - only in bbPress.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Slashes being added in front of apostrophes"</title>
<link>http://bbpress.org/forums/topic/slashes-being-added-in-front-of-apostrophes#post-3024</link>
<pubDate>Sun, 07 Jan 2007 23:15:26 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">3024@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;That's different from my install, my magic_quotes_gpc  are &#34;on&#34; and &#34;on&#34;.  Now to find out how to get around that for your server...&#60;/p&#62;
&#60;p&#62;What version of PHP are you using?  That phpinfo() will tell you, or from the command line, I think &#60;code&#62;php -v&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Also, do you have the ability to use a .htaccess file?
&#60;/p&#62;</description>
</item>
<item>
<title>larmir on "Slashes being added in front of apostrophes"</title>
<link>http://bbpress.org/forums/topic/slashes-being-added-in-front-of-apostrophes#post-3022</link>
<pubDate>Sun, 07 Jan 2007 22:41:30 +0000</pubDate>
<dc:creator>larmir</dc:creator>
<guid isPermaLink="false">3022@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Did this. Here's my magic_quotes settings...&#60;/p&#62;
&#60;p&#62;magic_quotes_gpc	Off	Off&#60;br /&#62;
magic_quotes_runtime	Off	Off&#60;br /&#62;
magic_quotes_sybase	Off	Off&#60;/p&#62;
&#60;p&#62;This any help?
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Slashes being added in front of apostrophes"</title>
<link>http://bbpress.org/forums/topic/slashes-being-added-in-front-of-apostrophes#post-3015</link>
<pubDate>Sun, 07 Jan 2007 20:04:16 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">3015@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;larmir, do you have an example URL where we can register and test this out?  Also, does Dreamhost have a phpinfo() where we could see about magic_quotes_gpc and magic_quotes_runtime?  If they do not have that file, can you create a file on your server called info.php or phpinfo.php (name does not matter so long as you know it) and then, in that file, put this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;?php&#60;br /&#62;
phpinfo();&#60;br /&#62;
?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;That will give all sorts of useful information, including your magic_quotes settings.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>larmir on "Slashes being added in front of apostrophes"</title>
<link>http://bbpress.org/forums/topic/slashes-being-added-in-front-of-apostrophes#post-3004</link>
<pubDate>Sun, 07 Jan 2007 18:19:46 +0000</pubDate>
<dc:creator>larmir</dc:creator>
<guid isPermaLink="false">3004@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;mysql on DreamHost. Don't know what you mean by collation.&#60;/p&#62;
&#60;p&#62;I'd really like to know how to fix this.
&#60;/p&#62;</description>
</item>
<item>
<title>SMK on "WordPress post (with tag) adds new topic in bbPress."</title>
<link>http://bbpress.org/forums/topic/wordpress-post-with-tag-adds-new-topic-in-bbpress#post-2923</link>
<pubDate>Fri, 05 Jan 2007 04:49:57 +0000</pubDate>
<dc:creator>SMK</dc:creator>
<guid isPermaLink="false">2923@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Ok Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "WordPress post (with tag) adds new topic in bbPress."</title>
<link>http://bbpress.org/forums/topic/wordpress-post-with-tag-adds-new-topic-in-bbpress#post-2803</link>
<pubDate>Tue, 02 Jan 2007 15:24:30 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">2803@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;This would have to work based on what is in the bbPress-Post plugin that creates threads in bbPress for every post created while the plugin is activated in WP. &#60;/p&#62;
&#60;p&#62;Nothing that does what you want, but I have a request in for turning plugin on/off inside each WP post:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://dev.mbzeus.net/forum/topic.php?id=13&#38;#38;replies=1#post-43&#34; rel=&#34;nofollow&#34;&#62;http://dev.mbzeus.net/forum/topic.php?id=13&#38;#38;replies=1#post-43&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>SMK on "WordPress post (with tag) adds new topic in bbPress."</title>
<link>http://bbpress.org/forums/topic/wordpress-post-with-tag-adds-new-topic-in-bbpress#post-2791</link>
<pubDate>Tue, 02 Jan 2007 07:40:55 +0000</pubDate>
<dc:creator>SMK</dc:creator>
<guid isPermaLink="false">2791@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Is it possible to have a new topic created automatically when a new post with a certain tag is posted in WordPress?
&#60;/p&#62;</description>
</item>
<item>
<title>so1o on "Slashes being added in front of apostrophes"</title>
<link>http://bbpress.org/forums/topic/slashes-being-added-in-front-of-apostrophes#post-2662</link>
<pubDate>Thu, 28 Dec 2006 16:33:20 +0000</pubDate>
<dc:creator>so1o</dc:creator>
<guid isPermaLink="false">2662@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;What database are you using and what is collation?
&#60;/p&#62;</description>
</item>
<item>
<title>larmir on "Slashes being added in front of apostrophes"</title>
<link>http://bbpress.org/forums/topic/slashes-being-added-in-front-of-apostrophes#post-2658</link>
<pubDate>Thu, 28 Dec 2006 14:08:39 +0000</pubDate>
<dc:creator>larmir</dc:creator>
<guid isPermaLink="false">2658@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I'm still having the problem. Can anyone help?&#60;/p&#62;
&#60;p&#62;If it is the 'php magic quotes issue' can someone let me know what to look at to fix it?
&#60;/p&#62;</description>
</item>
<item>
<title>larmir on "Slashes being added in front of apostrophes"</title>
<link>http://bbpress.org/forums/topic/slashes-being-added-in-front-of-apostrophes#post-2268</link>
<pubDate>Thu, 14 Dec 2006 07:48:19 +0000</pubDate>
<dc:creator>larmir</dc:creator>
<guid isPermaLink="false">2268@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Anyone have any other ideas? This slash thing is driving us crazy...
&#60;/p&#62;</description>
</item>
<item>
<title>larmir on "Slashes being added in front of apostrophes"</title>
<link>http://bbpress.org/forums/topic/slashes-being-added-in-front-of-apostrophes#post-2189</link>
<pubDate>Mon, 11 Dec 2006 03:57:02 +0000</pubDate>
<dc:creator>larmir</dc:creator>
<guid isPermaLink="false">2189@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;My database is UTF-8. I also have the same database shares tables with WordPress and BBPress. WordPress does not have this problem. Though it happens with all apostrophes and quotation marks on BBPress - new posts and edits. With edits, it will keep adding slashes each time a post/thread is edited.&#60;/p&#62;
&#60;p&#62;Any ideas where to look? I'd really like to get this solved.&#60;/p&#62;
&#60;p&#62;BTW, what is the 'PHP magic quotes issue?'
&#60;/p&#62;</description>
</item>

</channel>
</rss>
