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.
Blog extension 0.9.8
This discussion has been closed.
Comments
and also layoutwise. now you have, as it were, two sidebars on the left - the big vanilla one and the smallish blog one (with the date and teh links). why not putting that bit of the blog entry to the right?
About the date format, I agree an input field would be cool.
use this in your .htaccess file
RewriteRule ^extension/category/([0-9]+)$ extension.php?CategoryID=$1 [QSA,L] RewriteRule ^extension/category/([0-9]+)/$ extension.php?CategoryID=$1 [QSA,L] RewriteRule ^extension/([0-9]+)/([0-9]+)$ extension.php?CategoryID=$1&page=$2 [QSA,L] RewriteRule ^extension/([0-9]+)/([0-9]+)/$ extension.php?CategoryID=$1&page=$2 [QSA,L]
i figured out how to switch off the panel under the blog tab (using your Nuggets, btw, so as to stay updateproof ). so, this indeed can be left to every admin's discretion. but what i think IS important is to sort out this 'permalink' thing. and, sorry for repeating myself, it seems, the best option would be to have it leading to the FULL text of the blog-post formatted the blog-, rather than the discussions-, way.
this way you can indeed have blog entries as kind of articles, with discussions of them kept separately
Thanks!
Schizo is going to be (or is he already?) the next extension king.
OK here is the mockup for a permalink page. like alast said, a simple page with the complete blog post.