I've found the code that controls the popup in /applications/vanilla/js/discussion.js - is there a graceful approach to overriding it through theming, rather then just commenting it out in the vanilla core?
I was able to get this working, but not without hacking the Vanilla Core bit, which I was really trying to avoid. The main issue was that Vanilla was using PATH_INFO to parse the URL's, but #nignx wasn't producing a proper PATH_INFO.
In the file c…
I've gotten much closer with this issue using the #nginx location directive - http://wiki.nginx.org/NginxHttpCoreModule#location
Here is the server declaration I am using currently - http://pastie.org/872547
It passes all uri data as query strin…
This might be a dumb question - but how do you guys implement the permalink like http://example.com/forum or http://example.com/vanilla , in your examples? Is it a page template or just in a folder?
Has anyone tried doing this with a subdomain?