<?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 Topic: A right to left css file for the Hebrew language - PLEASE :)</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress Support Forums Topic: A right to left css file for the Hebrew language - PLEASE :)</description>
<language>en</language>
<pubDate>Fri, 09 Jan 2009 21:39:32 +0000</pubDate>

<item>
<title>talgalili on "A right to left css file for the Hebrew language - PLEASE :)"</title>
<link>http://bbpress.org/forums/topic/a-right-to-left-css-file-for-the-hebrew-language-please-#post-3170</link>
<pubDate>Fri, 12 Jan 2007 23:43:44 +0000</pubDate>
<dc:creator>talgalili</dc:creator>
<guid isPermaLink="false">3170@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi mdawaffe - Great job !&#60;/p&#62;
&#60;p&#62;I made the php file (called it as the .mo file name - which was bbpress_il_IL.php )&#60;br /&#62;
And once putting it in the languages directory, combined with the improved style.css files - it did the magic. &#60;/p&#62;
&#60;p&#62;there are two points to make though:&#60;br /&#62;
1) when entering a thread - there is a sliding of the info part - in the begining of the thread. as shown here:&#60;br /&#62;
&#60;a href=&#34;http://www.biostatistics.co.il/forums/topic.php?id=3&#38;#38;replies=1&#34; rel=&#34;nofollow&#34;&#62;http://www.biostatistics.co.il/forums/topic.php?id=3&#38;#38;replies=1&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;2) It might be helpful, for less technofillik people as us - to make an option in the admin panel - weather to turn the &#34;rtl&#34; on or off.&#60;br /&#62;
(another nice add on - would be to enable different &#34;rtl&#34; setup - on different forums on the same bbpress installation. Not that I need such a feature - but it might be worth keeping in mind)&#60;/p&#62;
&#60;p&#62;Again, thanks a whole bunch !&#60;br /&#62;
After there is a solid release of a working style-rtl.css - I will gladly publish all the installation detail for the hebrew speaking community (and i believe all will be happy).&#60;br /&#62;
Tal.
&#60;/p&#62;</description>
</item>
<item>
<title>mdawaffe on "A right to left css file for the Hebrew language - PLEASE :)"</title>
<link>http://bbpress.org/forums/topic/a-right-to-left-css-file-for-the-hebrew-language-please-#post-3169</link>
<pubDate>Fri, 12 Jan 2007 22:46:34 +0000</pubDate>
<dc:creator>mdawaffe</dc:creator>
<guid isPermaLink="false">3169@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I've updated things again: &#60;a href=&#34;http://trac.bbpress.org/changeset/592&#34; rel=&#34;nofollow&#34;&#62;http://trac.bbpress.org/changeset/592&#60;/a&#62;&#60;br /&#62;
(you can still use those other links to grab the most recent data).&#60;/p&#62;
&#60;p&#62;The UL at the top of the topic page gets shifted too far over to the right.  I don't know why and have filed a ticket: &#60;a href=&#34;http://trac.bbpress.org/ticket/541&#34; rel=&#34;nofollow&#34;&#62;http://trac.bbpress.org/ticket/541&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>mdawaffe on "A right to left css file for the Hebrew language - PLEASE :)"</title>
<link>http://bbpress.org/forums/topic/a-right-to-left-css-file-for-the-hebrew-language-please-#post-3165</link>
<pubDate>Fri, 12 Jan 2007 22:06:02 +0000</pubDate>
<dc:creator>mdawaffe</dc:creator>
<guid isPermaLink="false">3165@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I have updated the stylesheets: &#60;a href=&#34;http://trac.bbpress.org/changeset/591&#34; rel=&#34;nofollow&#34;&#62;http://trac.bbpress.org/changeset/591&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You can grab the most recent copies here:&#60;br /&#62;
&#60;a href=&#34;http://svn.automattic.com/bbpress/trunk/bb-templates/style.css&#34; rel=&#34;nofollow&#34;&#62;http://svn.automattic.com/bbpress/trunk/bb-templates/style.css&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://svn.automattic.com/bbpress/trunk/bb-templates/style-rtl.css&#34; rel=&#34;nofollow&#34;&#62;http://svn.automattic.com/bbpress/trunk/bb-templates/style-rtl.css&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;EDIT:  It seems there are more bugs than I thought...  Still working.
&#60;/p&#62;</description>
</item>
<item>
<title>mdawaffe on "A right to left css file for the Hebrew language - PLEASE :)"</title>
<link>http://bbpress.org/forums/topic/a-right-to-left-css-file-for-the-hebrew-language-please-#post-3163</link>
<pubDate>Fri, 12 Jan 2007 21:50:35 +0000</pubDate>
<dc:creator>mdawaffe</dc:creator>
<guid isPermaLink="false">3163@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;If you look at the top of the default theme's header (/bb-templates/header.php) you will see:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;        &#38;lt;link rel=&#38;quot;stylesheet&#38;quot; href=&#38;quot;&#38;lt;?php bb_stylesheet_uri(); ?&#38;gt;&#38;quot; type=&#38;quot;text/css&#38;quot; /&#38;gt;&#60;br /&#62;
&#38;lt;?php global $bb_locale; if ( (&#38;#39;rtl&#38;#39; == $bb_locale-&#38;gt;text_direction) ) : ?&#38;gt;&#60;br /&#62;
        &#38;lt;link rel=&#38;quot;stylesheet&#38;quot; href=&#38;quot;&#38;lt;?php bb_stylesheet_uri( &#38;#39;rtl&#38;#39; ); ?&#38;gt;&#38;quot; type=&#38;quot;text/css&#38;quot; /&#38;gt;&#60;br /&#62;
&#38;lt;?php endif; ?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Currently, you have a file called he.mo (is that the right name for Hebrew?) in bbPress' languages directory.&#60;br /&#62;
You should also put a file called he.php in that directory that has the following content.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;?php&#60;br /&#62;
$text_direction = &#38;#39;rtl&#38;#39;;&#60;br /&#62;
?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Then, bbPress will know that your language is RTL and should include both the style.css and the style-rtl.css automatically.&#60;/p&#62;
&#60;p&#62;&#60;em&#62;But&#60;/em&#62;, you're right.  There are a bunch of CSS bugs it looks like.  I'll see what I can do to fix them.
&#60;/p&#62;</description>
</item>
<item>
<title>talgalili on "A right to left css file for the Hebrew language - PLEASE :)"</title>
<link>http://bbpress.org/forums/topic/a-right-to-left-css-file-for-the-hebrew-language-please-#post-3160</link>
<pubDate>Fri, 12 Jan 2007 21:03:05 +0000</pubDate>
<dc:creator>talgalili</dc:creator>
<guid isPermaLink="false">3160@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi mdawaffe - Thanks for the fast reply.&#60;/p&#62;
&#60;p&#62;If I understand you correctly - what you offer is to paste all the content of style-rtl.css, into the file style.css (in the end of it).&#60;/p&#62;
&#60;p&#62;Well, I just tried it, and seems that the style.css has some &#34;design conflicts&#34; in it (look at the forum header for example)...&#60;br /&#62;
you can see the results at:&#60;br /&#62;
&#60;a href=&#34;http://www.biostatistics.co.il/forums/&#34; rel=&#34;nofollow&#34;&#62;http://www.biostatistics.co.il/forums/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Hope you (or someone else) could help :),&#60;br /&#62;
Tal.
&#60;/p&#62;</description>
</item>
<item>
<title>mdawaffe on "A right to left css file for the Hebrew language - PLEASE :)"</title>
<link>http://bbpress.org/forums/topic/a-right-to-left-css-file-for-the-hebrew-language-please-#post-3148</link>
<pubDate>Fri, 12 Jan 2007 19:29:00 +0000</pubDate>
<dc:creator>mdawaffe</dc:creator>
<guid isPermaLink="false">3148@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;It should work if you include &#60;em&#62;both&#60;/em&#62; stylesheets on your pages (the style-rtl one &#60;em&#62;last&#60;/em&#62;).&#60;/p&#62;
&#60;p&#62;Please let us know how it goes.
&#60;/p&#62;</description>
</item>
<item>
<title>talgalili on "A right to left css file for the Hebrew language - PLEASE :)"</title>
<link>http://bbpress.org/forums/topic/a-right-to-left-css-file-for-the-hebrew-language-please-#post-3146</link>
<pubDate>Fri, 12 Jan 2007 19:08:36 +0000</pubDate>
<dc:creator>talgalili</dc:creator>
<guid isPermaLink="false">3146@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi people.&#60;br /&#62;
I wish to use the forum in the Hebrew language. And although there is a file in the installation called style-rtl.css, it does not work stand-alone (and I haven't managed to implement it to the original style.css file)&#60;/p&#62;
&#60;p&#62;In short - can some one prepare a working style.css file - for right to left writing forums ?!&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Tal.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
