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.
Start new discussion - category select reflects current category
I think that if you are browsing a category while starting a new discussion the selectbox for the category in which the discussion is to be created should reflect that. Boy, that was a confusing sentence. Basically, the category you're browsing should be automatically selected (however it's still changeable) when you create a new discussion.
0
This discussion has been closed.
Comments
RewriteRule ^post/category/([0-9]+)/$ post.php [QSA,L]
should be changed toRewriteRule ^post/category/([0-9]+)/$ post.php?CategoryID=$1 [QSA,L]
*clears throat*
Mark, in case you haven't noticed, the mod_rewrite rules that you're using in your .htaccess file are not passing the category ID to the post form. This is obviously a silly oversight and should be corrected ASAP.