Bleistivt
ModeratorBleistivt Moderator
Reactions
-
Re: Articles Idea: Category-Based Permission Model
@Shadowdare I have utilized the standard discussions as a comment system for a gallery-type plugin (which I'll release very soon, once 2.2 is out). My goal was complete integration with vanilla (the … (View Post)3 -
Re: Great Idea !
Yes, the plugin basically just provides an easier way to write the sort array to your config. Vanilla sorts modules in the panel like this: 1) The ModuleSortContainer property of the controller is ch… (View Post)3 -
Re: Issue: Recent Discussions Module doesn't show author
Sorting by DateLastComment would yield unexpected results if it was null. Which is most likely the reason why it is always set. Fixing WriteModuleDiscussion to not use these legacy columns anymore se… (View Post)4 -
Re: requires jquery 1.9.1 version??
I have heard this from a lot of people and it is understandable. But the beta is actually the code that vanillaforums.com has been running on their hosted platform for a long time, so issues that mig… (View Post)2 -
Re: Refresh view after submit
Search the core for JsonTarget to find examples on how to do this, or take a look at this thread: http://vanillaforums.org/discussion/comment/227714/#Comment_227714 (View Post)8