Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Badges

Any minute now…

jollari

Username
jollari
Joined
Visits
14
Last Active
Roles
Member
Badges
0
Points
0
Posts
9

Comments

  • 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?