2 Replies Latest reply on Mar 16, 2006 5:47 PM by unibrew

    jboss-forum question

    jandrew

      I have deployed the jboss forum into jboss portal.
      Now I can create category and forum, but it only support
      English,Cloud someone tell me how to configure to support other language,and how to customer the forum GUI to display locale inforation.

      and which table the forum category and forum information store in?

        • 1. Re: jboss-forum question
          unibrew

          Hi

          If you want to localize JBForums just translate their message bundle:
          src/resources/portal-forums-war/WEB-INF/classes/Resource.properties
          It should work automaticly (depending on locale set in viewer) if you add files like Resource_pl.properties, Resource_de.properties etc.
          The GUI for switching manualy locales will be created:
          http://jira.jboss.com/jira/browse/JBFORUMS-29

          Cheers
          ----------------------------
          Ryszard Kozmik
          JBoss Forums Lead

          • 2. Re: jboss-forum question
            unibrew

            I forgot to write about tables. They are named: jbp_forums_forums and jbp_forums_categories.

            Cheers
            ----------------------------
            Ryszard Kozmik
            JBoss Forums Lead