<?php $oFCKeditor = new FCKeditor('FCKeditor1') ; $oFCKeditor->BasePath = '/FCKeditor/'; $oFCKeditor->UserFilesPath = "/content/".$user; $oFCKeditor->Value = 'Default text in editor'; $oFCKeditor->Create() ; ?>
Fri, 06/23/2006 - 05:25
#1

RE: individual UserFilesPath
Disadvatage is that you will probably have to get the $user from a session variable in the config.php.
RE: individual UserFilesPath