Author Topic: [MOD] Multi-Language support for any text (updated 05-11-2005)  (Read 214954 times)

0 Members and 1 Guest are viewing this topic.

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: [MOD] Multi-Language support for any text (updated 05-11-2005)
« Reply #165 on: September 07, 2010, 02:04:44 AM »
are you sure that the "dutch" folder exists? maybe it's "Dutch"?
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline Sun Zaza

  • Sr. Member
  • ****
  • Posts: 399
    • View Profile
Re: [MOD] Multi-Language support for any text (updated 05-11-2005)
« Reply #166 on: September 07, 2010, 07:56:17 AM »
Thanks V@no for your reaction.

It is correct, otherwise I won't get: dutch[english]english when I choose the dutch language. Am I right?

I installed the mod again and it is now working. Very strange.

Thank you for your support.

« Last Edit: September 07, 2010, 08:14:24 AM by cruxy »

Offline kubiczek

  • Full Member
  • ***
  • Posts: 211
    • View Profile
    • Gross Peterwitz
Re: [MOD] Multi-Language support for any text (updated 05-11-2005)
« Reply #167 on: October 20, 2010, 10:51:14 PM »
Hallo,

habe hier den überblick 8O verloren,   

im ACE wird bei mir beim bearbeiten von "Kategorie namen" der name nicht angezeigt, aber wohl abgespeichert. aber nicht in unterschiedlichen sprachen.



Offline kubiczek

  • Full Member
  • ***
  • Posts: 211
    • View Profile
    • Gross Peterwitz
Re: [MOD] Multi-Language support for any text (updated 05-11-2005)
« Reply #168 on: January 20, 2011, 09:52:05 PM »
Hallo,

Hat jemand diesen MOD efolgreich eingebaut?

ich habe es mit 1.7.4 1.7.6 1.7.9  versucht  jedesmal ohne erfolg.


Hat jemand lust den Mod sauber aufzuschreiben? den ich habe hier den Durchblick :roll: verloren.


gruß

Offline vovams

  • Pre-Newbie
  • Posts: 1
    • View Profile
Re: [MOD] Multi-Language support for any text (updated 05-11-2005)
« Reply #169 on: May 07, 2011, 11:15:24 AM »
Guys, there is better solution to have multilang select and ordering by national alphabets at one time. Add new fields to the DB named cat_name_[your language]. Then you need to dig into the code to make primitive changes to SQL to select field "cat_name_" + [current language] as standard "cat_name" field and then all the 4images logic will process your national words. Also the SELECT ORDER BY will be applied to your national alphbet. Additionally you should add primitive update to the admin/categories.php and you will be able to edit these category names in many different languages at a time. You must have primitive programming skills but the result worth the effort






Offline mhstee

  • Newbie
  • *
  • Posts: 15
    • View Profile
Re: [MOD] Multi-Language support for any text (updated 05-11-2005)
« Reply #170 on: August 08, 2011, 02:39:38 PM »
Thanks.

I`ve created to 2 new below cat_name called cat_name_deutsch & cat_name_nederlands and updated the categories.php from the admin folder. That all works great.

But how to show those translations on the front. If I browse to mydomain.com/index.php?l=deutsch how do I show the categorie-names in the German language.
How and which files should be edited to show the translation?

Kind regards,
Martin

Guys, there is better solution to have multilang select and ordering by national alphabets at one time. Add new fields to the DB named cat_name_[your language]. Then you need to dig into the code to make primitive changes to SQL to select field "cat_name_" + [current language] as standard "cat_name" field and then all the 4images logic will process your national words. Also the SELECT ORDER BY will be applied to your national alphbet. Additionally you should add primitive update to the admin/categories.php and you will be able to edit these category names in many different languages at a time. You must have primitive programming skills but the result worth the effort







Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: [MOD] Multi-Language support for any text (updated 05-11-2005)
« Reply #171 on: August 09, 2011, 05:55:14 AM »
You'll needed edit global.php
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline mhstee

  • Newbie
  • *
  • Posts: 15
    • View Profile
Re: [MOD] Multi-Language support for any text (updated 05-11-2005)
« Reply #172 on: August 09, 2011, 10:34:37 AM »
Thanks, but I`m not that good kind of coder.
Could you please help me a bit more? What lines need to be added / edited?

Thanks,
Martin

You'll needed edit global.php

Offline mhstee

  • Newbie
  • *
  • Posts: 15
    • View Profile
Re: [MOD] Multi-Language support for any text (updated 05-11-2005)
« Reply #173 on: August 10, 2011, 11:07:07 AM »
Will pay $ 20,- (Paypal) for the right solution!
Thanks, but I`m not that good kind of coder.
Could you please help me a bit more? What lines need to be added / edited?

Thanks,
Martin

You'll needed edit global.php