First of all, great module!!

In paths, I added the %u so that each authenticated user will upload images in HIS/HER subfolder but config.php send them to userfiles/.
How to use %u for uploaded images?

I read troubleshooting and documentation but cannot find where to force the UID folder usage (and creation).

Thanks for your help

Comments

wwalc’s picture

Did you follow all the steps from the README file?

Do you have in config.php

require_once "../../../../../filemanager.config.php"; 

straight below this line:

$Config['UserFilesAbsolutePath'] = '' ; 

?

What are your file browser settings in FCKeditor profile?

wwalc’s picture

Status: Active » Closed (fixed)