Hi Kroc, I am really linking your no-frills forum design. At the moment I am checking it out locally to see if I can use it on my site. One thing I noticed is that you mix the forum content (.rss and .xml files) with the forum sourcecode (.php etc.).
I am used to separating code from data as much as possible, and the NNF design at the moment conflicts with the way I publish code changes from local development onto the production web server (it does a folder-based sync, which causes all remote files that are not present locally to be scrubbed -- effectively wiping clean the entire forum everytime I push code onto production).
Is it possible to create a config setting that allows me to point to a separate folder on the web server to hold the forum threads and sub-forums?
I tried modifying the FORUM_PATH, but that did not do the trick (I lost CSS styling for example).
Regards, Jean-Marc.