<?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: backslash</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress Support Forums Tag: backslash</description>
<language>en</language>
<pubDate>Fri, 09 Jan 2009 00:01:16 +0000</pubDate>

<item>
<title>theclearing on "CSS Integration problems"</title>
<link>http://bbpress.org/forums/topic/css-integration-problems#post-16412</link>
<pubDate>Thu, 22 May 2008 23:41:09 +0000</pubDate>
<dc:creator>theclearing</dc:creator>
<guid isPermaLink="false">16412@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;more or less resolved the CSS integration problem.&#60;/p&#62;
&#60;p&#62;I used Firefox along with the Firebug Add-on to trouble-shoot problem areas. All I can suggest if you have the same problem is have patience and use trial and error.
&#60;/p&#62;</description>
</item>
<item>
<title>theclearing on "CSS Integration problems"</title>
<link>http://bbpress.org/forums/topic/css-integration-problems#post-16411</link>
<pubDate>Thu, 22 May 2008 22:11:39 +0000</pubDate>
<dc:creator>theclearing</dc:creator>
<guid isPermaLink="false">16411@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;To fix the backslash problem:&#60;/p&#62;
&#60;p&#62;Open  bb-includes/template-functions.php&#60;/p&#62;
&#60;p&#62;Search for - function post text&#60;/p&#62;
&#60;p&#62;add these two lines between the brackets:&#60;br /&#62;
     global $bb_post;&#60;br /&#62;
     return stripslashes($bb_post-&#38;gt;post_text);&#60;/p&#62;
&#60;p&#62;It should look something like this:&#60;br /&#62;
function post_text( $post_id = 0 ) {&#60;br /&#62;
echo apply_filters( 'post_text', get_post_text( $post_id ),                                                 get_post_id( $post_id ) );&#60;br /&#62;
global $bb_post;&#60;br /&#62;
return stripslashes($bb_post-&#38;gt;post_text);&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;Next search for - function get_post_text ( it should be just below the other function)&#60;/p&#62;
&#60;p&#62;add these two lines again between the brackets:&#60;br /&#62;
     global $bb_post;&#60;br /&#62;
     return stripslashes($bb_post-&#38;gt;post_text);&#60;/p&#62;
&#60;p&#62;It should look something like this:&#60;br /&#62;
function get_post_text( $post_id = 0 ) {&#60;br /&#62;
global $bb_post;&#60;br /&#62;
return stripslashes($bb_post-&#38;gt;post_text);&#60;br /&#62;
$bb_post = bb_get_post( get_post_id( $post_id ) );&#60;br /&#62;
return apply_filters( 'get_post_text', $bb_post-&#38;gt;post_text, $bb_post-&#38;gt;post_id );&#60;/p&#62;
&#60;p&#62;}&#60;/p&#62;
&#60;p&#62;I'm sure this is sloppy but it worked for me. Hope this helps
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "CSS Integration problems"</title>
<link>http://bbpress.org/forums/topic/css-integration-problems#post-16399</link>
<pubDate>Thu, 22 May 2008 16:25:43 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">16399@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Please post your solution for the benefit of others who might be having the same problem.   Thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>theclearing on "CSS Integration problems"</title>
<link>http://bbpress.org/forums/topic/css-integration-problems#post-16396</link>
<pubDate>Thu, 22 May 2008 12:44:14 +0000</pubDate>
<dc:creator>theclearing</dc:creator>
<guid isPermaLink="false">16396@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;resolved the backslash problem.
&#60;/p&#62;</description>
</item>
<item>
<title>theclearing on "CSS Integration problems"</title>
<link>http://bbpress.org/forums/topic/css-integration-problems#post-16391</link>
<pubDate>Thu, 22 May 2008 09:10:35 +0000</pubDate>
<dc:creator>theclearing</dc:creator>
<guid isPermaLink="false">16391@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Having a few little problems with css integration. &#60;/p&#62;
&#60;p&#62;Also a problem with backslashes appearing before apostrophes.&#60;/p&#62;
&#60;p&#62;Would greatly appreciate help.&#60;/p&#62;
&#60;p&#62;Thanks in advance...&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://theclearingnews.com/lodge&#34; rel=&#34;nofollow&#34;&#62;http://theclearingnews.com/lodge&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://theclearingnews.com/lodge/topic/participation&#34; rel=&#34;nofollow&#34;&#62;http://theclearingnews.com/lodge/topic/participation&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Themes in Firefox?!?"</title>
<link>http://bbpress.org/forums/topic/themes-in-firefox#post-5090</link>
<pubDate>Sat, 03 Mar 2007 15:38:33 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">5090@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;This is a problem with the path to the CSS, check the source:&#60;br /&#62;
http :// vindicationdurotan.com\bbpress/bb-templates/kakumei/style.css&#60;/p&#62;
&#60;p&#62;That backslash should not be there.  There have been a couple threads about this lately:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://bbpress.org/forums/topic/795&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/795&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/forums/topic/820&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/820&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;IE can deal with the backslash but FF cannot.   Once you correct that slash problem, things will look fine in FF.
&#60;/p&#62;</description>
</item>
<item>
<title>gork on "Themes in Firefox?!?"</title>
<link>http://bbpress.org/forums/topic/themes-in-firefox#post-5089</link>
<pubDate>Sat, 03 Mar 2007 15:29:42 +0000</pubDate>
<dc:creator>gork</dc:creator>
<guid isPermaLink="false">5089@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;my page &#60;a href=&#34;http://vindicationdurotan.com&#34; rel=&#34;nofollow&#34;&#62;http://vindicationdurotan.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I can't get ANY theme to load in Firefox on my forums. Kakumei works in IE7 but i don't like how it looks. Why won't it work in Firefox?&#60;/p&#62;
&#60;p&#62;In Firefox I get a totally unformatted version of the forum.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
