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

0 Members and 1 Guest are viewing this topic.

Offline MadeInUSSR

  • Newbie
  • *
  • Posts: 36
    • View Profile
Re: [MOD] Multi-Language support for any text (updated 05-11-2005)
« Reply #105 on: March 11, 2006, 04:30:31 AM »
Nobody can help me?  :cry:
**MadeInUSSR**

Offline nova2004de

  • Jr. Member
  • **
  • Posts: 89
    • View Profile
Mehrere sprachen griechisch-deutsch-englisch
« Reply #106 on: March 30, 2006, 02:14:38 PM »
Kann mir jemand hier bei helfen, ich kann leider kann englisch darum komm ich nicht weiter. :cry: :cry:
Mehrere sprachen griechisch-deutsch-englisch

Offline idijotaz

  • Jr. Member
  • **
  • Posts: 79
    • View Profile
    • CLON Entertainment
Re: [MOD] Multi-Language support for any text (updated 05-11-2005)
« Reply #107 on: May 22, 2006, 08:42:43 PM »
need help... i dont understand how to make normal that...
when i do that:
Code: [Select]
format_text(multilang(
shows error... su i must delete format_text to work it, but ten i cant use any images there or bb code  :?
and how to make categories in two languages?

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 #108 on: May 23, 2006, 02:15:54 AM »
any function calls must have opening "(" and closing ")" parenthesises, you must be missing the closing one.
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 idijotaz

  • Jr. Member
  • **
  • Posts: 79
    • View Profile
    • CLON Entertainment
Re: [MOD] Multi-Language support for any text (updated 05-11-2005)
« Reply #109 on: May 23, 2006, 04:50:14 PM »
how to use this with simple news publishing mod?  :roll:
« Last Edit: May 26, 2006, 10:12:23 AM by idijotaz »

Offline idijotaz

  • Jr. Member
  • **
  • Posts: 79
    • View Profile
    • CLON Entertainment
Re: [MOD] Multi-Language support for any text (updated 05-11-2005)
« Reply #110 on: May 28, 2006, 06:11:11 PM »
so can anyone help me?  :?

Offline idijotaz

  • Jr. Member
  • **
  • Posts: 79
    • View Profile
    • CLON Entertainment
Re: [MOD] Multi-Language support for any text (updated 05-11-2005)
« Reply #111 on: May 30, 2006, 04:05:28 PM »
plz help me  :?

Offline cronk005

  • Newbie
  • *
  • Posts: 44
    • View Profile
    • Travelingtheworldaround
Re: [MOD] Multi-Language support for any text (updated 05-11-2005)
« Reply #112 on: June 23, 2006, 03:56:49 PM »
Hallo--

I am having many problems getting the categories to change languages. Any suggestions for getting them to change languages when I click on my language icons.

Also, if I change my language to say Nederlands and i click on an image that has multilanguage support, why in the click-stream does it come up with    Begin / Passport Stamps & Visas / [english]Cambodia 2006[nederlands]Cambodja 2006

example is at: http://galleries.travelingtheworldaround.com/details.php?image_id=185&sessionid=37c85bb12abef3c76eb2f0b3af6a326b&l=nederlands

Offline martrix

  • Hero Member
  • *****
  • Posts: 755
    • View Profile
    • overlord.cz
Re: [MOD] Multi-Language support for any text (updated 05-11-2005)
« Reply #113 on: June 25, 2006, 10:53:30 AM »
You get that, because somewhere in the code you did not use "multilang(...)" ;)
MAяTRIX


Offline idijotaz

  • Jr. Member
  • **
  • Posts: 79
    • View Profile
    • CLON Entertainment
Re: [MOD] Multi-Language support for any text (updated 05-11-2005)
« Reply #114 on: June 28, 2006, 10:54:19 PM »
i have news publishing mod and smiles mod... so i made to can write news in two languages and now when write smile... just write this:
Code: [Select]
<img src="./templates/clon/smilies/icon_biggrin.gif"> before change showed smile :( how can i make this working?

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 #115 on: June 29, 2006, 01:21:18 AM »
Then you changed the code wrong. Thats all I can say with as much info as you provided ;)
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 idijotaz

  • Jr. Member
  • **
  • Posts: 79
    • View Profile
    • CLON Entertainment
Re: [MOD] Multi-Language support for any text (updated 05-11-2005)
« Reply #116 on: June 29, 2006, 10:38:24 AM »
Then you changed the code wrong. Thats all I can say with as much info as you provided ;)
ok... thats what i made:

 
Code: [Select]
         "news_comment_headline" => format_text(multilang($news_comment_row[$i]['comment_headline'], 0, $config['wordwrap_comments'], 0, 0)),
           "news_comment_text" => format_text(multilang($news_comment_row[$i]['comment_text'], $config['html_comments'], $config['wordwrap_comments'], $config['bb_comments'], $config['bb_img_comments'])),
how can i make it working?  :roll:

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 #117 on: June 29, 2006, 02:43:44 PM »
you added ")" at the end, which made the extra paramaters being sent to multilang function instead of format_text.
You must send only $news_comment_row[$i]['comment_headline'] variable through multilang function without extra paramaters. (same deal with comment_text)
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 idijotaz

  • Jr. Member
  • **
  • Posts: 79
    • View Profile
    • CLON Entertainment
Re: [MOD] Multi-Language support for any text (updated 05-11-2005)
« Reply #118 on: June 29, 2006, 02:51:41 PM »
so how i need to make it? can u write me code?

Code: [Select]
         "news_comment_headline" => format_text(multilang($news_comment_row[$i]['comment_headline']), 0, $config['wordwrap_comments'], 0, 0),
           "news_comment_text" => format_text(multilang($news_comment_row[$i]['comment_text']), $config['html_comments'], $config['wordwrap_comments'], $config['bb_comments'], $config['bb_img_comments']),
this?

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 #119 on: June 29, 2006, 02:55:56 PM »
yep, you've got it ;)
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)