New Plugin: File Editor - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: Plugins (http://get-simple.info/forums/forumdisplay.php?fid=13) +--- Thread: New Plugin: File Editor (/showthread.php?tid=7064) |
New Plugin: File Editor - Nokes - 2015-01-27 Hello, here is my newest getsimple plugin: http://get-simple.info/extend/plugin/file-editor/906/ Its a simple .htaccess and robots.txt editor. Questions or problems? report it! RE: New Plugin: File Editor - Oleg06 - 2015-01-27 what is it? Code: Notice: Undefined index: send_options in RE: New Plugin: File Editor - datiswous - 2015-01-27 (2015-01-27, 06:25:27)Nokes Wrote: Hello, Nice. Is it possible to add gsconfig.php file to editor as well? I mean I thought that would be a nice improvement to the plugin. RE: New Plugin: File Editor - Nokes - 2015-01-27 (2015-01-27, 07:00:32)Oleg06 Wrote: what is it?Please check your php error_reporting level :) datiswous Wrote:Nice. Is it possible to add gsconfig.php file to editor as well? I mean I thought that would be a nice improvement to the plugin.Yes, next update this evening. RE: New Plugin: File Editor - Nokes - 2015-01-28 @datiswous I've tried it, but there are many problems when writing a php file. The gsconfig.php must then be set always chmod 777, standard is 754. And even then, it does not always work. RE: New Plugin: File Editor - datiswous - 2015-01-28 Ok, thanks for trying. Here's an unfinnished plugin from N00dles101 but using a gui: https://github.com/n00dles/GS_configurator You might check that out (how he did it), although I didn't test it with newer versions of GS (saving might actually not work at all). Btw. my files are standard 644. |