The Joomla! Forum ™






Post new topic Reply to topic  [ 43 posts ]  Go to page Previous  1, 2
Author Message
PostPosted: Tue Feb 09, 2010 5:26 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Wed Nov 05, 2008 1:18 pm
Posts: 12
Hi,
I've been to the Hebrew site, They have Joomla in Hebrew, but there is no Hebrew language pack for Joomfish. Does it exist?

Please, help.
Thanks


Top
 Profile  
 
PostPosted: Tue Feb 09, 2010 5:54 pm 
User avatar
Joomla! Guru
Joomla! Guru

Joined: Sat Nov 12, 2005 10:55 pm
Posts: 856
Location: Israel
drbrenner1 wrote:
Hi,
I've been to the Hebrew site, They have Joomla in Hebrew, but there is no Hebrew language pack for Joomfish. Does it exist?

Please, help.
Thanks

there is no such thing "Hebrew for JoomFish", and it is actually not needed.
you only need the common Hebrew for Joomla, and a corresponding setting in your JoomFish installation.

_________________
"In a world without walls and fences,
who needs Windows & Gates?"

http://www.smartmtk.com | http://www.lighthost.co.il/webhosting-for-joomla


Top
 Profile  
 
PostPosted: Tue Feb 09, 2010 6:30 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Wed Nov 05, 2008 1:18 pm
Posts: 12
Could you please then give me the steps to have the site which is in English also in Hebrew?
which specific downloads and if you have their link
and then once downloaded what to do.
Thank you.


Top
 Profile  
 
PostPosted: Tue Feb 09, 2010 7:32 pm 
User avatar
Joomla! Guru
Joomla! Guru

Joined: Sat Nov 12, 2005 10:55 pm
Posts: 856
Location: Israel
drbrenner1 wrote:
Could you please then give me the steps to have the site which is in English also in Hebrew?
which specific downloads and if you have their link
and then once downloaded what to do.
Thank you.

download & install: http://www.joomla.co.il/index.php?optio ... &Itemid=32
set as default language...

_________________
"In a world without walls and fences,
who needs Windows & Gates?"

http://www.smartmtk.com | http://www.lighthost.co.il/webhosting-for-joomla


Top
 Profile  
 
PostPosted: Sat Jun 19, 2010 3:24 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Sat Jun 19, 2010 6:41 am
Posts: 13
i think i managed to install hebrew successfully, but on the bottom of my homepage i have a line that says JPAGE_CURRENT_OF_TOTAL

anyone know if there is something i need to change to get rid of this?

thanx!


Top
 Profile  
 
PostPosted: Fri Sep 10, 2010 10:13 am 
Joomla! Apprentice
Joomla! Apprentice

Joined: Fri Sep 10, 2010 10:05 am
Posts: 6
I have implemented the script earlier provided, but it renders all pages rtl and not default ltr for non-Hebrew pages. The site is default non-Hebrew. What is wrong with the script? Anyone!!!

<?php
if ( $iso_client_lang == 'he' ){
$dir = 'rtl';
}
else {
$dir = 'ltr';
}
?>

<head>

<jdoc:include type="head" />

<?php JHTML::_('behavior.mootools'); ?>



<link rel="stylesheet" href="<?php echo $tmpTools->baseurl(); ?>templates/system/css/system.css" type="text/css" />

<link rel="stylesheet" href="<?php echo $tmpTools->baseurl(); ?>templates/system/css/general.css" type="text/css" />

<link rel="stylesheet" href="<?php echo $tmpTools->templateurl(); ?>/css/template.css" type="text/css" />

<link rel="stylesheet" href="<?php echo $tmpTools->templateurl(); ?>/css/template_rtl.css" type="text/css" />


Top
 Profile  
 
PostPosted: Fri Sep 10, 2010 10:30 am 
Joomla! Apprentice
Joomla! Apprentice

Joined: Fri Sep 10, 2010 10:05 am
Posts: 6
Addition to earlier post

No effect if template is renamed template_ltr


Top
 Profile  
 
PostPosted: Fri Sep 10, 2010 11:38 am 
User avatar
Joomla! Guru
Joomla! Guru

Joined: Sat Nov 12, 2005 10:55 pm
Posts: 856
Location: Israel
your code does not load a different template (actually it doesn't load anything different).
take a look at the templates built-in joomla (beez, milkyway, etc), and see how the RTL is overloaded into the same template.

_________________
"In a world without walls and fences,
who needs Windows & Gates?"

http://www.smartmtk.com | http://www.lighthost.co.il/webhosting-for-joomla


Top
 Profile  
 
PostPosted: Fri Sep 10, 2010 12:28 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Fri Sep 10, 2010 10:05 am
Posts: 6
Thanks, the problem is not the actual text but the rtl folder with background images. When rtl css is implemented also ltr text is effected but background not (I am using JA_Purity and e.g. the cw-bg2.gif is not mirrored for rtl mode).

Shana tova


Top
 Profile  
 
PostPosted: Fri Sep 10, 2010 12:34 pm 
User avatar
Joomla! Guru
Joomla! Guru

Joined: Sat Nov 12, 2005 10:55 pm
Posts: 856
Location: Israel
multi-media-man wrote:
Thanks, the problem is not the actual text but the rtl folder with background images. When rtl css is implemented also ltr text is effected but background not (I am using JA_Purity and e.g. the cw-bg2.gif is not mirrored for rtl mode).

Shana tova

images cannot be automatically mirrored.
you'd have to flip them yourself and then overload them in the RTL css...
(see other templates for reference)

_________________
"In a world without walls and fences,
who needs Windows & Gates?"

http://www.smartmtk.com | http://www.lighthost.co.il/webhosting-for-joomla


Top
 Profile  
 
PostPosted: Fri Sep 10, 2010 3:31 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Fri Sep 10, 2010 10:05 am
Posts: 6
This is obvious. Flipped mages are present in rtl folder ;- (thanks for providing) but are not loaded when template_rtl is called. Path is correct (../images/rtl/cw-bg22.gif).


Top
 Profile  
 
PostPosted: Sat Sep 11, 2010 9:24 am 
User avatar
Joomla! Guru
Joomla! Guru

Joined: Sat Nov 12, 2005 10:55 pm
Posts: 856
Location: Israel
multi-media-man wrote:
This is obvious. Flipped mages are present in rtl folder ;- (thanks for providing) but are not loaded when template_rtl is called. Path is correct (../images/rtl/cw-bg22.gif).

that's right, the RTL for that template was never completed.
either finish it yourself (add relevant CSS), ask some1 to finish it for you, ask the creator of the template, or use other template...

_________________
"In a world without walls and fences,
who needs Windows & Gates?"

http://www.smartmtk.com | http://www.lighthost.co.il/webhosting-for-joomla


Top
 Profile  
 
PostPosted: Sat Sep 11, 2010 1:15 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Fri Sep 10, 2010 10:05 am
Posts: 6
Thanks, I figured it out.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 43 posts ]  Go to page Previous  1, 2



Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group