Nemusí být v rootu, v install.txt se píše toto:
Citace:
2. /modules/FCKeditor/editor/filemanager/browser/default/connectors/php/connector.php edit
the line 37 if your nuke is in subdir.:
$GLOBALS["UserFilesPath"] = '/YourSubDirectoryFromPHPNuke/modules/FCKeditor/upload/' ;
and in the file /modules/FCKeditor/fckeditor.php - Zeile 38:
$this->BasePath = '/YourSubDirectoryFromPHPNuke/modules/FCKeditor/' ;
To znamená, že v souboru connector.php je potřeba editovat tento řádek:
{Kód}: 
$GLOBALS["UserFilesPath"] = '/modules/FCKeditor/upload/' ;
takto:
{Kód}: 
$GLOBALS["UserFilesPath"] = '/nejakaslozka/modules/FCKeditor/upload/' ;
Ale pozor, nad tím je ještě toto a to by mělo zůstat jak je:
{Kód}: 
// Get the "UserFiles" path.
$GLOBALS["UserFilesPath"] = '' ;
A potom editovat soubor fckeditor.php:
Poslední řádek nahradit takto:
{Kód}: 
$this->BasePath = '/nejakaslozka/modules/FCKeditor/' ;
Pak už by to mělo fungovat bez problémů.
_________________
Blassen,
Altruista, Redaktor, Programátor, Designér a Majitel
Hello IT. Have you tried turning it off and on again ? Are you sure it's plugged in ?