Hello,
I try to get TinyMCE to show the File and Imagebrowser in the Frontend, TinyMCE beeing embedded in an EForm that FDM uses to add an article.
i read on this thread that two users have found a solution to this problem (manu and tirithen). I try to follow in their steps but still can’t get it to work.
I use:
- TinyMCE 3.2.0.1
- FDM 0.1b
- MODx 9.6.3
- PHP Version 5.2.6
- MySQL Server Version: 5.0.67-community
- MySQL-Client-Version: 5.0.67
- In the FDM TinyMCE config chunk i have added this argument:
file_browser_callback : true ,
and the function myFileBrowser (field_name, url, type, win) that i found earlier in this thread
- In MODx Config the option that webusers can use the ressourcebrowser is turned on
hrm my question would be, where to apply the function myFileBrowser (field_name, url, type, win) ? I put it in the FDM config file but i’m not sure... don’t i have to call it somewhere?
does anyone have an idea what else could be tried?
thank you very much in advance