R_J
AdminR_J Admin
-
Re: Fatal Error in Gdn_Session.start(); [UPDATE 2.8.3 to 3.1]
A little late, sorry... I do not see an obvious explanation or even a possible explanation for the above error message. So in order of simplicity I would do the following (and retry /utility/update a… (View Post)1 -
Re: Image resizing for users via the WYSIWYG?
In your conf/config-defaults.php files should be a section with the settings: // ImageUpload $Configuration['ImageUpload']['Limits']['Enabled'] = false; $Configuration[&… (View Post)1 -
Re: Require a user to login when they view a page created in a custom plugin
If you look at the roles in the dashboard, you can see that guests do not have the permission to sign in. Hence $sender->permission('Garden.SignIn.Allow'); is what you are looking for (View Post)1 -
Re: ProfileExtender - field lenght
Interesting! In the plugin there's an array of allowed "FieldProperties" and one of which is "Length". Therefore I would try adding the following line to the config: $Configu… (View Post)1 -
Re: Add extra field in comment discussion
You basically have to do two things: create that field in the database and extend the view accordingly. While I can give you the code for the database, adding a field is more up to you... Create a pl… (View Post)1
