Skip to:
Content
Pages
Categories
Search
Top
Bottom

Cannot set forum name other than roman letter!

  • Hello everyone,

    I wanted to change my forum name into a Japanese name. So I looked on this forum and it says that I must change the name into the config.php.

    the problem is that if I write :

    // What are you going to call me?

    $bb->name = 大阪フォーラム;

    It just won’t work (problem with the japanese decoding)

    So i tried :

    // What are you going to call me?

    $bb->name = __(‘Osaka Forum’);

    Translated the phrase etc into the ja.mo files as I do for the rest, and then when I upload config.php it just tell me that __(); function don’t exist.

    May someone have any idea for me?

    Tks

    Louis

Viewing 1 replies (of 1 total)

  • Sam Bauers
    Participant

    @sambauers

    If you use the latest trunk from the subversion repository then this setting is made in the database rather than the config file.

    Scroll to the bottom of this page and use the “Zip Archive” link.

    Although a little new, trunk should be stable enough to use right now (rev.1010).

    Better still, install trunk using subversion and then updating is much simpler.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar