Cameron
Cameron
@Alex-e107nl Thanks!
@Jimmi08 The first one imports any files marked containing 'logo' in the filename. The 2nd imports any images over 20000 kb (or it could be bytes, I don't remember) I...
So is this happening now after the plupload upgrade?
It should be displaying in the upper right corner. 
For now use: `define('e_JS_DEFER', true); `to test.
Info panel preferences use p-xxxxx where xxxxx is the plugin folder name. We could use the same here. And why not save all those prefs as an e107 array. ;-)
@Moc I believe it is already possible. **faq_admin::init()** has an example using `$this->access`. It uses plugin preferences, but it could also be hard-coded if required. eg. **e_UC_MAINADMIN** vs **e_UC_ADMIN** etc.
Thank you @newbthenewbd ! Typically the white-space should be added in the PHP script, and not in the LAN_XXX, which is why it trims it by default. So, we need...
@SimSync I don't like it. Also, somewhat related, is that we shouldn't be using concatenated LANS to build sentences that contain variables between them, but rather use variables (like [x])...
Setting the user to "not verified" probably needs to also generate a new activation key and save it to the database table.