How can I set the RootPath for TinyMCE editor?

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
poman31
Posts: 3
Joined: Thu Jan 28, 2010 11:49 pm

How can I set the RootPath for TinyMCE editor?

Post by poman31 »

I would like to change to rootpath of the TinyMCE editor. It is currently set to phpmyfaq/images. I need to change this a seperate attachments folder.
We plan to use this to upload images and files through TinyMCE.

I can't seem to find where filesystem.rootpath is set before the TinyMCE is opened.

Thanks
Thorsten
Posts: 15815
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: How can I set the RootPath for TinyMCE editor?

Post by Thorsten »

Hi,

it's in admin/editor/plugins/ajaxfilemanager/

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
poman31
Posts: 3
Joined: Thu Jan 28, 2010 11:49 pm

Re: How can I set the RootPath for TinyMCE editor?

Post by poman31 »

you need to edit the config.tinymce.php file in the phpmyfaq\admin\editor\plugins\ajaxfilemanager\inc folder.

Edit: I forgot you also have to change the value in config.base.php in the same directory.
Post Reply