1. in der contenido/inc/conifig.inc z.B. den Client 3 anlegen:
$cfgClient[3]["path"]["frontend"] = "/home/www-server/intranet/htdocs/pages/pflegedienst/"; // for Contenido PHP
$cfgClient[3]["path"]["htmlpath"] = "pages/pflegedienst/"; // for Contenido-HTML
$cfgClient[3]["htmlpath"]["frontend"] = "../".$cfgClient[1]["path"]["htmlpath"];// for linking to files in frontend from contenido (main -> dis_editcontent)
//**** just comment out one of those blocks to not display this folder for upload ************
$cfgClient[3]["path"]["img"] = $cfgClient[1]["path"]["frontend"]."img/";
$cfgClient[3]["htmlpath"]["img"] = $cfgClient[1]["htmlpath"]["frontend"]."img/";
$cfgClient[3]["frontendpath"]["img"] = "img/";
$cfgClient[3]["actionname"]["img"] = "Bilder";
$cfgClient[3]["text"]["img"] = "Laden Sie ein Bild auf den Webserver";
$cfgClient[3]["filetype"]["img"] = "img";
$cfgClient[3]["path"]["pdf"] = $cfgClient[3]["path"]["frontend"]."pdf/";
$cfgClient[3]["htmlpath"]["pdf" ] = $cfgClient[3]["htmlpath"]["frontend"]."pdf/";
$cfgClient[3]["frontendpath"]["pdf"] = "pdf/";
$cfgClient[3]["actionname"]["pdf"] = "PDF";
$cfgClient[3]["text"]["pdf"] = "Laden Sie ein PDF-Dokument auf den Webserver";
$cfgClient[3]["filetype"]["pdf"] = "pdf";
2. in dem Verzeichnis des Client 3 bei mir /pages/pflegedienst/ in der Datei config.php auch den Client einstellen:
<?
$ContenidoPath = "../../contenido/";
$errorfont = "font3";
$language = "de";
$client = "3";
?>
Wenn Du nicht weiterkommst, kann ich dir
a) einen mysql-dump der DB
b) das gezippte contenido-Verzeichnis
c) meine HowTos für die Umstellungen, die ich hier je nach Fortschritt verraten habe,
mailen
Mail-Adresse:
wagner@bergmannsheil.de
Ansonsten viel Erfolg
Detlev