1 Reply Latest reply on Jan 29, 2004 6:45 AM by chrisgrze

    Theme Configuration [FOLLOW-UP]

    chrisgrze

       

      "chrisgrze" wrote:
      Hello,

      in an earlier post i had read that in nukes.nuke_services_attributes is specified the default theme used whenever the page is rendered... so having written my own theme i would like to force everyone to use it regardless, digging about a little bit i have made the following change:

      mysql> select * from nuke_services_attributes where pn_aid LIKE '%Theme%';
      +---------------------------------------------------+--------------+----------+
      | pn_sid | pn_aid | pn_value |
      +---------------------------------------------------+--------------+----------+
      | org.jboss.nukes.core.modules.core.CoreModule/core | DefaultTheme | tranquil |
      | org.jboss.nukes.core.modules.core.CoreModule/core | ThemeChange | False |
      +---------------------------------------------------+--------------+----------+
      2 rows in set (0.00 sec)

      where "tranquil" is the name of my theme.

      Problem: It doesnt work.

      Anyway i can track down the cause, or may i infact be doing something wrong?

      -d