maxemarket Posted April 3, 2011 Share Posted April 3, 2011 Bonjour ,je suis entrain de tester une mise jour de presta 1.4 sur une copie de ma boutique en 1.36 dans un sous répertoire.Je teste de rajouter une image dans la description.TinyMce s'ouvre bien, mais impossible de choisir mon répertoire d'image. un seul choix est proposé dan la boite de dialogue: Root Folder donc aucune image apparait.Il y a t'il un réglage quelque part a modifier pour avoir accès a d'autres répertoires comme Img par exemple.Merci Link to comment Share on other sites More sharing options...
Vincent Augagneur Posted April 3, 2011 Share Posted April 3, 2011 Bonjour maxemarket,Si tu souhaite modifier le chemin d'acces au image dans ton tinyMCE il suffit de le modifier dans les fichier suivant : ./admin-dev/ajaxfilemanager/inc/config.base.php:52: if (!is_dir('../../img/cms')) ./admin-dev/ajaxfilemanager/inc/config.base.php:53: mkdir('../../img/cms'); ./admin-dev/ajaxfilemanager/inc/config.base.php:55: define('CONFIG_SYS_DEFAULT_PATH', '../../img/cms'); //accept relative path only ./admin-dev/ajaxfilemanager/inc/config.base.php:56: define('CONFIG_SYS_ROOT_PATH', '../../img/cms'); //accept relative path only Vincent Link to comment Share on other sites More sharing options...
maxemarket Posted April 3, 2011 Author Share Posted April 3, 2011 Merci VincentÇa fonctionne bien. :-) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now