Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Style changes after signing in
Hi to all of you,
just installed vanilla for the first time, and i am really satisfied with it. tried loads of other forums, but vanilla seems to be the handiest one. glad i came on to it.
there is one thing i cant get solved and i couldnt find on the board. Why can I just apply style changes to the signe out status. I got no problem in defining a new style folder, works perfect, as long as I am not logged in. But as soon as I am logged in, the style changes to the default vanilla style. Been looking hard, but cant find where to tell the system, that the path to the css after loggin in should be the same as befor.
any hints appreciated.
thanks
ma74
0
This discussion has been closed.
Comments
Assuming that the style your users are supposed to be seeing is in the LUM_Style table as StyleID 1, you can globally assign the style with the following query:
update LUM_User set StyleID = 1;