Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Page templates missing their styles
I just installed Vanilla 2 yesterday and everything got setup pretty quickly and smoothly. The only problem I'm running into now is some of the page templates seem to be missing their styles. The particular templates in question are:
/index.php/entry
/index.php/profile/1/Username
/index.php/activity
and they all look similar to this:
Any ideas what would be causing this and how to fix it?
Thanks!
/index.php/entry
/index.php/profile/1/Username
/index.php/activity
and they all look similar to this:
Any ideas what would be causing this and how to fix it?
Thanks!
0
Comments
And, did you install by cloning or a tar/zip file?
<head> <title>Forum</title> <link rel="stylesheet" type="text/css" href="/forum/cache/css/garden_style.css" media="screen" /> <script src="/forum/js/library/jquery.js" type="text/javascript"></script> <script src="/forum/js/library/jquery.livequery.js" type="text/javascript"></script> <script src="/forum/js/library/jquery.form.js" type="text/javascript"></script> <script src="/forum/js/library/jquery.popup.js" type="text/javascript"></script> <script src="forum/js/library/jquery.menu.js" type="text/javascript"></script> <script src="/forum/js/library/jquery.gardenhandleajaxform.js" type="text/javascript"></script> <script src="forum/js/global.js" type="text/javascript"></script> <script src="/forum/plugins/AnonymizeURLs/anonymize.js" type="text/javascript"></script> </head>
<head> <title>User Name</title> <link rel="stylesheet" type="text/css" href="/forum/cache/css/garden_style.css" media="screen" /> <link rel="stylesheet" type="text/css" href="/forum/cache/css/vanilla_vanillaprofile.css" media="screen" /> <script src="/forum/js/library/jquery.js" type="text/javascript"></script> <script src="/forum/js/library/jquery.livequery.js" type="text/javascript"></script> <script src="/forum/js/library/jquery.form.js" type="text/javascript"></script> <script src="/forum/js/library/jquery.popup.js" type="text/javascript"></script> <script src="/forum/js/library/jquery.menu.js" type="text/javascript"></script> <script src="/forum/js/library/jquery.gardenhandleajaxform.js" type="text/javascript"></script> <script src="/forum/js/global.js" type="text/javascript"></script> <script src="/forum/js/library/jquery.jcrop.pack.js" type="text/javascript"></script> <script src="/forum/applications/garden/js/profile.js" type="text/javascript"></script> <script src="/forum/applications/garden/js/activity.js" type="text/javascript"></script> <script src="/supersecretfun/js/library/jquery.gardenmorepager.js" type="text/javascript"></script> <script src="/forum/plugins/AnonymizeURLs/anonymize.js" type="text/javascript"></script> </head>
<head> <title>Recent Activity</title> <link rel="stylesheet" type="text/css" href="/forum/cache/css/garden_style.css" media="screen" /> <script src="/forum/js/library/jquery.js" type="text/javascript"></script> <script src="/forum/js/library/jquery.livequery.js" type="text/javascript"></script> <script src="/forum/js/library/jquery.form.js" type="text/javascript"></script> <script src="/forum/js/library/jquery.popup.js" type="text/javascript"></script> <script src="/forum/js/library/jquery.menu.js" type="text/javascript"></script> <script src="/forum/js/library/jquery.gardenhandleajaxform.js" type="text/javascript"></script> <script src="/forum/js/global.js" type="text/javascript"></script> <script src="/forum/applications/garden/js/activity.js" type="text/javascript"></script> <script src="/forum/plugins/AnonymizeURLs/anonymize.js" type="text/javascript"></script></head>
It hasn't been kept up to date with latest version.
Using default theme (for profile page), the path are (ie. not from cache):
<link rel="stylesheet" type="text/css" href="/applications/garden/design/style.css" media="screen" /> <link rel="stylesheet" type="text/css" href="/applications/vanilla/design/vanillaprofile.css" media="screen" />