R_J
AdminR_J Admin
-
Re: AdvancedEditor not writing Images to GDN_Media
In plugins/editor/class.editor.plugin.php there is a method called postController_editorUpload_create which handles 1. saving the file to disk (with the help of the upload class $Upload = new Gdn_Upl… (View Post)1 -
Re: Can't get to install yaga on vanilla 2.3
The above error message is not helpful. It is only a notice (not an error) which doesn't even is connected to YAGA but to the messages that you can write from the dashboard (not conversation messages… (View Post)1 -
Re: How to load custom theme style on last head position ?
I would also recommend the CSSEdit plugin, but I understand that it might look senseless to have an extra plugin for themeing when you already have a custom theme. Although I guess it would be possib… (View Post)1 -
Re: Quoting new post content in notification email.
As far as I can tell those translations belong to a plugin: EMailSubscribe. They wouldn't be of any use here. The notifications are initiated when a content is saved, so you would have to look at the… (View Post)1 -
Re: Advanced editor
Add this to the end of your /conf/config.php file and change it so that it includes the files you like to allow: $Configuration['Garden']['Upload']['AllowedFileExtensions'] = array('txt', 'jpg', 'jpe… (View Post)1