Bleistivt
ModeratorBleistivt Moderator
Reactions
-
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' => '1.0', 'Author' => "B… (View Post)2 -
Re: How to prevent all users from seeing the Dashboard
What exactly have you changed? Only Admin roles should have the Permission Garden.Settings.Manage To go back to the default roles: /dashboard/role/defaultroles Also check your users table Gdn_User. O… (View Post)1 -
Re: Sorting Discussions by date created doesn't work
See http://vanillaforums.org/discussion/comment/215807/#Comment_215807 (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: Sitemap plugin not working
All of your pages have a space prepended, have you made any changes to the core or do you include additional php files? You can find a faulty php file with this snippet: https://www.dokuwiki.org/tips… (View Post)1