Recent Topics

1 Jun 22, 2006 19:42    

Hello.
I want to use b2evo for a Farsi weblog and have some problems with it.

1- I wish to change the fonts in the Comments popup page but I don't know how to do it. I have edited css file but that page does not use css file.

2- all my posts are right to left, how can I set it that all posts and comments automatically appear right to left instead of using codes in posts ?

Thanks in advance.
Hossein Razavieh

2 Jun 26, 2006 11:24

Any one ?
Where are B2Evolution Developers ??
Some one please respond to this subject...
A few days ago I saw Farsi locale for Iran but that is not available for download, any one can post it here?

Thank you.

3 Jun 26, 2006 12:21

Hi,

1/ if you look in skins/_popup.php you should see a segment of code that looks like this :-

	<style type="text/css" media="screen">
		@import url( 'originalb2/layout2b.css' );
	</style>
	<link rel="stylesheet" type="text/css" media="print" href="originalb2/print.css" />


Just amend it to point to the location of your desired stylesheet.

2/ You should be able to change the direction of your text by adding this to your stylesheets.


body,td{
direction:rtl;
}

I'm afraid I don't know where you can obtain the Farsi locale from.

¥

4 Jun 26, 2006 16:30

Do a search for "farsi" and you'll see a few folk have tried to go where you want to go. Perhaps they can help you? Do a search for "kurdish" and you'll find that medya completed a translation for Kurdish that includes RTL, so perhaps his methods will aid your work.


Form is loading...