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 Sheet Path Error
Hi,
I recently deleted a discussion on my forum, and now my stylesheet path is messed up. I believe this is to do with my user account somehow, as when I log in as my testuser, everything appears find.
From the page source:
<link rel="shortcut icon" href="/newforum/themes/vanilla/styles/default/favicon.ico" />
<link rel="stylesheet" type="text/css" href="/newforum/themes/vanilla/styles/default/vanilla.css" media="screen" />
<link rel="stylesheet" type="text/css" href="/newforum/themes/vanilla/styles/default/vanilla.print.css" media="print" />
<link rel="stylesheet" type="text/css" href="/forums/extensions/ModTools/style.css" />
---
I had recently moved the directory of my site from newforum to forums (after we had finished the testing cycle). My conf/settings.php has been completely changed to use /forums.
As I said, when I look at the same page source as my test user, I get:
<link rel="shortcut icon" href="/forums/themes/vanilla/styles/default/favicon.ico" />
<link rel="stylesheet" type="text/css" href="/forums/themes/vanilla/styles/default/vanilla.css" media="screen" />
<link rel="stylesheet" type="text/css" href="/forums/themes/vanilla/styles/default/vanilla.print.css" media="print" />
<link rel="stylesheet" type="text/css" href="/forums/extensions/ModTools/style.css" />
so all the settings.php appears to be working. Again this make me think this is somehow related to the user file in the db?
Also noticed when looking as my test user that my account-profile photo has gone missing. (jsut looked at source.. same problem, pointing to newforums/ ) this might be an extension issue.
0
This discussion has been closed.
Comments