Bleistivt
ModeratorBleistivt Moderator
Reactions
-
Re: Thread Wiki or Member Summary
So basically you want to mark threads as some kind of community wiki? This is actually a great use for the Discussion Inserts plugin: http://vanillaforums.org/addon/discussioninserts-plugin You can p… (View Post)1 -
Re: 1 bug + 1/2 bug
For number 1, you can use this: $PluginInfo['DateValidation'] = array( 'Description' => 'Workaround to allow 0-0-0 dates entered via ProfileExtender', 'Version… (View Post)2 -
Re: Nice Module!
Thanks for the suggestions! I used a "raw" query as I needed DATE_FORMAT to filter out the year (otherwise it will only work on the actual date of birth ;) ) But I could use Where() with th… (View Post)1 -
Re: Need to sort discussions by Date Created, not Most Recent Comment
Damn, I fell prey to having 2.2 on my test site which has that bug fixed. The only way I can think of to do it in a plugin would be (if you run php 5.4): public function DiscussionModel_BeforeGet_Han… (View Post)3 -
Re: Best way to bulk load content?
Vanillaforums.com does comment migration, but I don't know if they will do it for users of the open source software. I don't know, how much you are willing to code something yourself, but y… (View Post)1
