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.

Theme and style not visible to Unauthenticated user

edited June 2007 in Vanilla 1.0 Help
Topic title pretty much tells it. Go see here: http://www.the37.com/37van I was in the beginning stages of tweaking a copy of the default style when I noticed it, now even when I go back to the defaults, it doesn't show.

Comments

  • Hmm, the sign-in and registration pages are showing the right css in the headers: <link rel="stylesheet" type="text/css" href="/vanilla/themes/theme_name/styles/default/vanilla.css" media="screen" /> <link rel="stylesheet" type="text/css" href="/vanilla/themes/theme_name/styles/default/vanilla.print.css" media="print" /> Any clues?
  • It seems to be looking for the styles in the 'theme_name' directory? Perhaps that needs to be fixed, the default theme/style path setting is in conf/settings.php.
  • Yep, that's where the problem was, WallPhone: settings.php I had an extra $Configuration['DEFAULT_STYLE'] line that pointed to a deleted style.
This discussion has been closed.