6 Replies Latest reply on Apr 14, 2004 4:33 AM by itchiban

    [Theme]Customize

    itchiban

      1-->Where did you go for changing the top bar 'nukes on jboss' and add a new gif logo?
      2--> as well where did you go if you want to set a wallpaper?

      Thanks for reply!!!

        • 1. Re: [Theme]Customize



          This is all in a theme. There is some old documentation on this in the jboss.org web site and wiki. There is also this http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828532#3828532

          Sherman

          • 2. Re: [Theme]Customize
            itchiban

            I just want to know the path which I can change the code to add a wallpaper with the extralite theme for example.

            • 3. Re: [Theme]Customize


              If you look at the extralite theme.html, you will see reference URLs like:

              modules/core/images/nukes_logo_orange.jpg

              and

              themes/extralite/style/style.css

              These point to files relative to the module code, or (particularly for you) the theme jar. In a theme MBean descriptor, you will see:

              org/jboss/nukes/core/themes/extralite

              When this theme MBean is deployed, /themes/ is mapped to where the Root attribute points to in the nukes classpath.


              Sherman


              • 4. Re: [Theme]Customize
                itchiban

                I succeed on setting a wallpaper but the center content still have a blank wallpaper.
                Why??

                • 5. Re: [Theme]Customize



                  There is a fix in CVS for the extralite theme about this. The comment on the fix is:

                  Themes based on ThemeTemplate can define 'middle' sections, not 'centre' sections. Previously, if blocks were put into Side=1/center, they would not be displayed by this theme.

                  So change:
                  <!-- BEGIN centre -->
                  <!-- END centre -->

                  to

                  <!-- BEGIN middle -->
                  <!-- END middle -->

                  Sherman

                  • 6. Re: [Theme]Customize
                    itchiban

                    Actually the problem is just the section where the selected module is displayed;e.g : the forum,the news...
                    it seems that this is a module section independent from the selected theme and must be configured separately.
                    Any idea?