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.
Vanilla Packer
This discussion has been closed.
Comments
FILE: \library\Framework\Framework.Control.Head.php FIND: if (is_array($this->StyleSheets)) ksort($this->StyleSheets); REPLACE WITH: // HACK : START : PACKER //if (is_array($this->StyleSheets)) ksort($this->StyleSheets); $this->_SortSheets(); $this->_SortScripts(); // HACK : END : PACKER
Otherwise, nothing javascript and css would be appeared. XD
you can download it from their site
a little background -
Originally there was an error on every page referring to the newsmailer extension - it couldn't find style.css within that extension folder. So, since this was causing errors (well, annoyances really) I simply added a blank "style.css" in the newsmailer folder. It fixed the error, but now there's no css at all on the settings page. What's causing this & what can i do?