The following warnings occurred:
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message



GetSimple Support Forum
GS editor width - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Feature Requests (http://get-simple.info/forums/forumdisplay.php?fid=7)
+--- Thread: GS editor width (/showthread.php?tid=1039)



GS editor width - maxpop - 2010-10-09

Is there possible to enable this:
define('GSEDITORWIDTH', '540');
As a option like:
define('GSEDITORHEIGHT', '400');

Would be great to easy the editor width.


GS editor width - yojoe - 2010-10-10

edit admin\edit.php
below line 304 add:
width: 540,

This is the fastest way, but it's not that hard to add some php code and define the width from within gsconfig.php


GS editor width - Zegnåt - 2010-10-11

When will this be needed though?

It would indeed be easy to implement an option for it in gsconfig but the admin pages have a fixed width so to me it seems stupid to give only the editor a flexible width. Of course if you can come up with some use cases where this is necessary we will be happy to implement it.


GS editor width - ccagle8 - 2010-10-11

The width was never set as a GSCONFIG option because the control panel's left-hand side is only so wide. If we make it wider, it will screw with the layout...


GS editor width - yojoe - 2010-10-12

I only posted a solution Wink

Anyway it can be used only in custom admin skin, or with Mike's customfield plugin with my textarea hack. Although I hadn't luck to force customfield's ckeditor instance to operate with GS ckedit theme.


GS editor width - maxpop - 2010-10-13

I wanted the option cause i wanted the same size in edit as the size of the page that will be showen.

If the page is 750px i want to edit in the same width.

//Maxpop