<?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: "windowsserver 2003"</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Tag: "windowsserver 2003"</description>
<language>en</language>
<pubDate>Tue, 02 Dec 2008 06:24:51 +0000</pubDate>

<item>
<title>btphelps on "Themes not visible in Firefox 2.0 but visible in IE 7.0"</title>
<link>http://bbpress.org/forums/topic/themes-not-visible-in-firefox-20-but-visible-in-ie-70#post-6716</link>
<pubDate>Sat, 14 Apr 2007 06:03:51 +0000</pubDate>
<dc:creator>btphelps</dc:creator>
<guid isPermaLink="false">6716@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I added Charly54's code at line 2113 at the end of the function bb_convert_path_base. Finally solved the problem I had getting the theme working. &#60;/p&#62;
&#60;p&#62;If Charly54's solution is required to get the bbPress forum working, why isn't it built into the functions.php? Maybe we can add this to short-term enhancement list?&#60;/p&#62;
&#60;p&#62;Brian
&#60;/p&#62;</description>
</item>
<item>
<title>slozano on "Themes not visible in Firefox 2.0 but visible in IE 7.0"</title>
<link>http://bbpress.org/forums/topic/themes-not-visible-in-firefox-20-but-visible-in-ie-70#post-6608</link>
<pubDate>Tue, 10 Apr 2007 18:13:53 +0000</pubDate>
<dc:creator>slozano</dc:creator>
<guid isPermaLink="false">6608@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Thank you for the help.  I tried the plug in proposed by Tren&#60;br /&#62;
and  the solution at &#60;a href=&#34;http://bbpress.org/forums/topic/988?replies=4#post-6373.&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/988?replies=4#post-6373.&#60;/a&#62; Only Charly54's solution worked (Thank you Charly54), but only partially. The solution works with the default theme (Kakumei).  I downloaded  Bloody Gray 1.1 by Aditya Naik, removed Tren's patch-to-URL plugin, Kakumei still works, I can see the preview of &#34;Bloody Gray&#34; in the Admin/presentation page.  Once &#34;Bloody Gray&#34; is selected as the theme Firefox 2.0 show nothing and no code.  When looking at the same page in IE 7.0 I get `&#38;lt;!DOCTYPE HTML PUBLIC &#34;-//W3C//DTD HTML 4.0 Transitional//EN&#34;&#38;gt;&#60;br /&#62;
&#38;lt;HTML&#38;gt;&#38;lt;HEAD&#38;gt;&#60;br /&#62;
&#38;lt;META http-equiv=Content-Type content=&#34;text/html; charset=utf-8&#34;&#38;gt;&#38;lt;/HEAD&#38;gt;&#60;br /&#62;
&#38;lt;BODY&#38;gt;&#38;lt;/BODY&#38;gt;&#38;lt;/HTML&#38;gt;`&#60;br /&#62;
An empty page!.  Thank you for you help, I will get another theme and try to understand what is happening, looks like many have struggle with this issue.
&#60;/p&#62;</description>
</item>
<item>
<title>Charly54 on "Themes not visible in Firefox 2.0 but visible in IE 7.0"</title>
<link>http://bbpress.org/forums/topic/themes-not-visible-in-firefox-20-but-visible-in-ie-70#post-6603</link>
<pubDate>Tue, 10 Apr 2007 16:11:28 +0000</pubDate>
<dc:creator>Charly54</dc:creator>
<guid isPermaLink="false">6603@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;You must edit bb-includes\functions.php. Insert as last statement before return following line to replace backslash into slash:&#60;br /&#62;
	$r = str_replace('\\', '/', $r);
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Themes not visible in Firefox 2.0 but visible in IE 7.0"</title>
<link>http://bbpress.org/forums/topic/themes-not-visible-in-firefox-20-but-visible-in-ie-70#post-6582</link>
<pubDate>Tue, 10 Apr 2007 03:46:15 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">6582@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Maybe one of these threads will help?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://bbpress.org/forums/topic/895?replies=11&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/895?replies=11&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/forums/topic/988?replies=4&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/988?replies=4&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/forums/topic/816?replies=13&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/816?replies=13&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I don't think I have seen a definitive answer to why this happens or how to fix it, so the best I can do is point you to some threads that sounded similar to me.&#60;/p&#62;
&#60;p&#62;IE can figure out what to do with the backslash in the path, but Firefox does not, which is why it works in IE but not FF.
&#60;/p&#62;</description>
</item>
<item>
<title>slozano on "Themes not visible in Firefox 2.0 but visible in IE 7.0"</title>
<link>http://bbpress.org/forums/topic/themes-not-visible-in-firefox-20-but-visible-in-ie-70#post-6574</link>
<pubDate>Mon, 09 Apr 2007 18:21:15 +0000</pubDate>
<dc:creator>slozano</dc:creator>
<guid isPermaLink="false">6574@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I followed the discussion in &#34;Updated to Desmond But Theme Not Working&#34;, however the proposed solutions are not working for me.&#60;br /&#62;
I have a IIS 6.0, windows 2003 server, MySQL 5.x and PHP 5.0 installation.  Both directories &#34;my-templates/&#34; and &#34;my-plungins/&#34; are in the bbpress root.   The &#34;patch-to-URL.php&#34; plugin is inside the &#34;my-plugins&#34; folder.&#60;br /&#62;
   When looking at the source code in Firefox 2.0 I get&#60;br /&#62;
&#34;&#38;lt;link rel=&#34;stylesheet&#34; href=&#34;http://129.82.32.135\forums/my-templates/kakumei/style.css&#34; type=&#34;text/css&#34; /&#38;gt;&#34; (notice the &#34;\&#34; before forums) and inside the admin section for the forum the themes previews are not visible, tough their names and the options to select are present.&#60;br /&#62;
   However when using IE 7.0 the source code I get&#60;br /&#62;
&#34;&#38;lt;link rel=&#34;stylesheet&#34; href=&#34;http://129.82.32.135/forums/bb-admin/style.css&#34; type=&#34;text/css&#34; /&#38;gt;&#34; and the themes previews are visible.&#60;br /&#62;
   Any ideas how to fix this errors. Thanks.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
