Magento WYSIWYG ImageOrdner

Wer sich wundert das die nutzbaren Images im WYSIWYG Editor nach dem Update von Version 1.4 auf 1.6 nicht mehr da sind, der sollten ein Blick in folgende Dateien werfen.

core/Mage/Cms/Model/Wysiwyg/Config.php

const IMAGE_DIRECTORY = 'wysiwyg';

core/Mage/Cms/etc/config.xml

<system>
   <media_storage_configuration>
       <allowed_resources>
           <wysiwyg_image_folder>wysiwyg</wysiwyg_image_folder>
        </allowed_resources>
   </media_storage_configuration>
</system>

hier jeweils ein “.” einsetzen und /media ist wieder default.


Keine Kommentare »

Noch keine Kommentare

RSS Feed für Kommentare zu diesem Artikel. | TrackBack URI
You can also bookmark this on del.icio.us or check the cosmos

Hinterlasse einen Kommentar

XHTML ( You can use these tags): <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> .

* Bitte tragen sie den Code in das Feld ein.
Diesen Beitrag drucken