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
This discussion has been closed.
Comments
However, I got an error, similar to the problem sujang mentioned. When not signed in and browsing the blog, after clicking the sign-in link I receive an error:
Notice: Undefined index: CssClass in /***/html/themes/people_banner.php on line 5
I would also love to see delegates used to prevent non-admin to write blog entries.
Is it possible to use the more tag with the ForcedBBCode extension only?
Edit: First comment of blog discussion can't handle attachments. They are uploaded but not shown.
I have a problem with the Latest Discussions Prime extensions. I know this not a bug, and I'm not sure if it's this extension or yours which requires a little hack, but here's the problem. Draft posts are shown in the latest discussions list. Would there be a way to hide them (or even hide the whole blog category)?
$s->AddWhere('cm', 'AuthUserID', '', $D->Context->Session->User->UserID, '='); ==> $s->AddWhere('t', 'Draft', '', '0', '=');
Thanks a lot, it works just fine. The only "problem" is that when you edit the blog post in order to remove the draft status, it's marked as new by Latest Discussions Prime for the autor of the post, but this is definitely not a real problem.
Edit: Ok, I added what you suggested also after line 48, like this :
$s->AddOrderBy('DateCreated', 't', 'desc'); $s->AddWhere('t', 'Draft', '', '0', '=');
...and now it seems fine