6 Replies Latest reply on Aug 22, 2004 7:37 PM by theute

    New Theme: pure

    theute

      I am not into web design at all but i made a theme called 'pure', both to have one more that i tried to make fancy and to experience difficulties that designers can have using Nukes templates system.

      I commited that theme in Nukes_Branch_1_1 and HEAD
      First i'd like to know with your different browsers if it looks ok (i tried IE, Konqueror and different mozilla/firebird/firefox versions)
      Second i'd like to know which theme do you like the best to put as default theme for Nukes 1.1

      For Nukes 2 i'd like us to change few things in the way we render parts of HTML code to give more flexibility to designers. If you already have ideas let me know. (i want to get ride of table cells and br tags so we can play much more with CSS)

      It would be nice to have a designer to advice us and to create a nice theme :) If anybody hear that let us know.

        • 1. Re: New Theme: pure

          Hi,

          We are working on a dynamic theme for Nukes, based on a database element. It is possible to change images, css, fonts, color, layout,.. dynamicaly. For instance, this is a beta version.
          you can look the result on our website which use it : http://www.altervisions.com

          Regards

          • 2. Re: New Theme: pure

            Hi,

            We are working on a dynamic theme for Nukes, based on a database element. It is possible to change images, css, fonts, color, layout,.. dynamicaly. For instance, this is a beta version.
            you can look the result on our website which use it : http://www.altervisions.com
            Sorry we have only french version of the site for instance ;-)

            Regards

            • 3. Re: New Theme: pure
              theute

              Do you mind if we put a link to your website in our Wiki page about websites using Nukes ?

              It would be nice as well to know a little bit about configuration and system, i guess you are using Apache. Are you using Linux, Unix, Windows...

              The page is here, feel free to update it yourself (just don't put any advertising sentence please) or i can do it for you.
              http://www.jboss.org/wiki/Wiki.jsp?page=NukesReferences

              PS: Your website in French is not a problem for me ;)

              • 4. Re: New Theme: pure

                Yes it would be great.

                We use Apache in front of JBOSS on a Linux Red Hat distribution and MySQL as Database server. For instance, we use Nukes 1.0.

                Thanks....

                • 5. Re: New Theme: pure

                  By the way...

                  have some of you noticed, that you can use a file of the html:module (a cms-controlled file) with the ThemeTemplate if you use html: instead of jar: as the id in jboss-service.xml?

                  That means it is stored through the FileEJB into the database, version controlled and online editable.

                  By using this you can have everything (css, template, images, etc) of your template managed by the html:module, which means, you can change the Theme on the fly through the web-interface of a running nukes.

                  There's one little thing to be fixed in the ThemeTemplate. At this time it does not automatically rebuild the theme when the file is changed through the html:module. If someone cares I've got a fix (Thomas?).

                  And... the head-parameters are written in the PageResonse Object, which I personally find not to be a good idea, it should go to the Template, because that way you can choose what to put there through the same mechanism.

                  • 6. Re: New Theme: pure
                    theute

                    I am not sure all you mean. But i can have a close look. It seems like added features that can be fun. I am interested by your fix.

                    To better understand your request, what exactly would you need to setup in the header that you can't already do ?