Hello,
There are many Arfooo fans, talked about multi languages and Arfooo. I would like to mention that it should be built on category bases. This means that language interface should be on of the category properties. In other word something like what happened in dmoz.org, so the language choose in the admin-> settings remains only as a default language.
Multilingual Arfooo
Moderator: effi
12 posts
• Page 1 of 1
Re: Multilingual Arfooo
Hello,
Your personal prefers should lead to the category based approach in-order to keep the directory SEO. Again like DMOZ.org, there is main target language, English, but other languages are set as categories and then each category has its own lingual interface.
Currently, I try to apply this approach to Arfooo and I think it is easy to be achieved. However, it may take sometime.
Your personal prefers should lead to the category based approach in-order to keep the directory SEO. Again like DMOZ.org, there is main target language, English, but other languages are set as categories and then each category has its own lingual interface.
Currently, I try to apply this approach to Arfooo and I think it is easy to be achieved. However, it may take sometime.
Best Regards,
, just another customized Arfooo directory.
, just another customized Arfooo directory.
- saidbakr
- Posts: 66
- Joined: Wed Jul 23, 2008 9:09 pm
- Location: Egypt
Re: Multilingual Arfooo
can't you just do this?
1- place the directory where you normally would like http://www.yoursite.com/directory (you wont change anything in here!)
2- copy all the files to http://www.yoursite.com/fr or /language_you_want and just delete all the unnecessary like /admin, /moderation, etc because its only a mirror for the content, then you set in the meta tags the correct language and change the template/arfooo lang files to what you need
the /fr folder will generate its own cache and you can just make a link to it...you use the same database put you only use one Admin CP to control everything...
just a idea...
1- place the directory where you normally would like http://www.yoursite.com/directory (you wont change anything in here!)
2- copy all the files to http://www.yoursite.com/fr or /language_you_want and just delete all the unnecessary like /admin, /moderation, etc because its only a mirror for the content, then you set in the meta tags the correct language and change the template/arfooo lang files to what you need
the /fr folder will generate its own cache and you can just make a link to it...you use the same database put you only use one Admin CP to control everything...
just a idea...
- ping
- Posts: 23
- Joined: Sat May 02, 2009 12:41 am
Re: Multilingual Arfooo
Hello,
My idea stands on modification to one Arfooo installation. The modification will be carried out on SiteController.php by using Config::set("language","xx").
The task now is to make the xx dynamic and of course should need some modification to categories table in the database, and then sites and categories in the back-end.
Already, I started to figure out some modifications and it is still in testing and error phase. Just I finish it, I will inform you to check it on my directory
My idea stands on modification to one Arfooo installation. The modification will be carried out on SiteController.php by using Config::set("language","xx").
The task now is to make the xx dynamic and of course should need some modification to categories table in the database, and then sites and categories in the back-end.
Already, I started to figure out some modifications and it is still in testing and error phase. Just I finish it, I will inform you to check it on my directory
Best Regards,
, just another customized Arfooo directory.
, just another customized Arfooo directory.
- saidbakr
- Posts: 66
- Joined: Wed Jul 23, 2008 9:09 pm
- Location: Egypt
Re: Multilingual Arfooo
Hello,
I have introduced multilangual approach to Arfooo. It depends on your enter to a category with specified language and its languge file is exist, then the interface will be turned to this language.
There is an exmple:
Go to -> Regional -> français. In the category français the interface will be in French.
I have introduced multilangual approach to Arfooo. It depends on your enter to a category with specified language and its languge file is exist, then the interface will be turned to this language.
There is an exmple:
Go to -> Regional -> français. In the category français the interface will be in French.
Best Regards,
, just another customized Arfooo directory.
, just another customized Arfooo directory.
- saidbakr
- Posts: 66
- Joined: Wed Jul 23, 2008 9:09 pm
- Location: Egypt
Re: Multilingual Arfooo
Sorry for the weak French language used in Francais category because I used Google Translate to obtain it.
I think what, primary, I got is the most like to the Open Project Directory http://dmoz.org . However, your idea about making everything should turned into its respective language, is very good and considerable idea. I agree with you about the importance of making every language to have its own keywords, tag clouds and even custom text.
To do that, I think, we should add another property to the category. The property should state the type of the category. For example, a category such as francais should have the type "Home" which its page should display a custom text like found in the home page of the directory but in its language. The categories of type "Home" should have its own rewrite rules to be accessed like sub directory of the root For instance : mydir.com/francais-c39-p1/
The regarded above are some ideas and thoughts, but the road-map for its implementation is not completely clear and may be quiet hard.
I think what, primary, I got is the most like to the Open Project Directory http://dmoz.org . However, your idea about making everything should turned into its respective language, is very good and considerable idea. I agree with you about the importance of making every language to have its own keywords, tag clouds and even custom text.
To do that, I think, we should add another property to the category. The property should state the type of the category. For example, a category such as francais should have the type "Home" which its page should display a custom text like found in the home page of the directory but in its language. The categories of type "Home" should have its own rewrite rules to be accessed like sub directory of the root For instance : mydir.com/francais-c39-p1/
The regarded above are some ideas and thoughts, but the road-map for its implementation is not completely clear and may be quiet hard.
Best Regards,
, just another customized Arfooo directory.
, just another customized Arfooo directory.
- saidbakr
- Posts: 66
- Joined: Wed Jul 23, 2008 9:09 pm
- Location: Egypt
Re: Multilingual Arfooo
Hello Effi,
Thank you very much. I'd like to thank Arf for his great script and the tutorial . This tutorial made me able to start discovering the API of Arfooo scripts indirectly and set my hands to get manage my tutorial titled .
All of this work allows me to set the multilingual approach as it demonstrated in my directory. However, my approach is still in testing phase and there are many aspects are missed.
Thank you very much. I'd like to thank Arf for his great script and the tutorial . This tutorial made me able to start discovering the API of Arfooo scripts indirectly and set my hands to get manage my tutorial titled .
All of this work allows me to set the multilingual approach as it demonstrated in my directory. However, my approach is still in testing phase and there are many aspects are missed.
Best Regards,
, just another customized Arfooo directory.
, just another customized Arfooo directory.
- saidbakr
- Posts: 66
- Joined: Wed Jul 23, 2008 9:09 pm
- Location: Egypt
Re: Multilingual Arfooo
The task now is to make the xx dynamic and of course should need some modification to categories table in the database, and then sites and categories in the back-end.
| |
- jacksoncarrey
- Posts: 9
- Joined: Fri Sep 03, 2010 7:55 am
12 posts
• Page 1 of 1
-
- Related topics
- Replies
- Views
- Last post
-
- Category Import for Arfooo
by itinsite » Sun Jun 12, 2011 3:04 pm - 0 Replies
- 2246 Views
- Last post by itinsite
Sun Jun 12, 2011 3:04 pm
- Category Import for Arfooo
-
- new money making tactics from arfooo super thing.
by zeronero » Tue Dec 08, 2009 8:34 am - 1 Replies
- 1995 Views
- Last post by kochukochu
Mon May 03, 2010 4:36 pm
- new money making tactics from arfooo super thing.
Who is online
Users browsing this forum: No registered users and 0 guests