Email to Ton on 9/3:
We talked about a flag to set the editor-mode to either
basic or expert. Where is that flag? I couldn't find it
in config.inc.php . Or was it that you had the wish
that we should add it to the installer?
Rough notes taken in call 2/3/06:
config-flag for the editor $flag (should be in install)
either in basic/ expert mode
$flag = "Basic"; // or "Default"
This also does not work...(when it does work it should
be part of Install and Admin). Maybe we can even drop
the editormode form if this would work....
Logged In: YES
user_id=1345602
See last line....
<?
$dbname = "lucid_test"; //the name of your
Lucid MySQL database
$hostname = "localhost"; //the server where your
database is located - localhost (if the same computer as
where this config file is located)
$username = "root"; // the username for your
Lucid MySQL database
$password = "spirit"; // the password for
your Lucid MySQL database
$layoutsList = "viewmode,editmode";
$defaultLayout = "viewmode";
$restrictedmode = "public";
$restrictedlayout = "";
$restrictedlayoutuser = ""; // the user name to enter
to edit mode
$restrictedlayoutpass = ""; // the password to
enter to edit mode
//$flag = "Basic"; //FCKeditor mode. Does not work
...