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 1.1.3 Released
Mark
Vanilla Staff
I am pleased to announce the release of Vanilla 1.1.3. This is a public release for anyone and everyone who uses Vanilla. A summary of security, bug, and feature changes/additions can be found on the change log.
Once again, I must mention that I did almost no work in this release - it was entirely handled by the folks at the bug tracker and here on the community forum. And again, I have to thank Damien Lebrun (aka Dinoboff) for taking the torch and keeping me informed about everything that has been going on.
Once again, I must mention that I did almost no work in this release - it was entirely handled by the folks at the bug tracker and here on the community forum. And again, I have to thank Damien Lebrun (aka Dinoboff) for taking the torch and keeping me informed about everything that has been going on.
0
This discussion has been closed.
Comments
With Firebug, check which js files are loaded (go to Net tab , then the js tab -above the Net tab).
Which extensions are installed?
I am looking at it.
if (in_array($Context->SelfUrl, array('comments.php','index.php','account.php','categories.php'))) $Head->AddScript('js/prototype.js'); $Head->AddScript('js/scriptaculous.js'); $Head->AddScript('extensions/Notify/functions.js');
with
if (in_array($Context->SelfUrl, array('comments.php','index.php','account.php','categories.php'))) { $Head->AddScript('js/prototype.js'); $Head->AddScript('js/scriptaculous.js'); $Head->AddScript('extensions/Notify/functions.js'); }
The brackets were missing.
Looking forward to being able to try 1.1.3 when I get the chance *sigh*...