# \[gelöst\] Email bei Statusänderung ohne TinyMCE

**URL:** https://forum.shopware.com/t/gelost-email-bei-statusanderung-ohne-tinymce/48339
**Category:** Administration
**Created:** [18. September 2017 um 17:42 UTC](https://forum.shopware.com/t/gelost-email-bei-statusanderung-ohne-tinymce/48339 "2017-09-18T17:42:02Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![WOLLkenSchaf](https://avatars.discourse-cdn.com/v4/letter/w/8491ac/32.png) [@WOLLkenSchaf](https://forum.shopware.com/u/WOLLkenSchaf)
#### Post date: [18. September 2017 um 17:42 UTC](https://forum.shopware.com/t/gelost-email-bei-statusanderung-ohne-tinymce/48339/1 "2017-09-18T17:42:02Z")

</div>

Hallo community,

leider zerschießt mir TinyMCE meine HTML Vorlangen für die Statusänderungen.&nbsp;

Gibt es die Möglichkeit die Autoformatierung von **&nbsp;** TinyMCE zu deaktivieren? Habe es schon mit dem [SwagAdvancedTinyMce](https://forum.shopware.com/discussion/comment/194272/#Comment_194272)&nbsp;Plugin versucht, leider ohne erfolg. Plugin funktioniert vermutlich&nbsp;in SW 5.3.2 nicht mehr?

Mir würde auch eine Möglichkeit reichen um die alte Statusänderung wieder zu nutzen, so das man den reinen HTML Code wieder sieht.&nbsp;

Viele Grüße

---

<div class="post-metadata">

### Author: ![Drachenhort](https://avatars.discourse-cdn.com/v4/letter/d/f04885/32.png) [@Drachenhort](https://forum.shopware.com/u/Drachenhort)
#### Post date: [18. September 2017 um 17:50 UTC](https://forum.shopware.com/t/gelost-email-bei-statusanderung-ohne-tinymce/48339/2 "2017-09-18T17:50:11Z")

</div>

Hallo Wollenschaf,

hatte das gleiche Thema, mit Support intensiv besprochen. Leider aktuell keine andere Lösung als Inline Coden.

Gruss

Drachenhort

---

<div class="post-metadata">

### Author: ![WOLLkenSchaf](https://avatars.discourse-cdn.com/v4/letter/w/8491ac/32.png) [@WOLLkenSchaf](https://forum.shopware.com/u/WOLLkenSchaf)
#### Post date: [18. September 2017 um 18:25 UTC](https://forum.shopware.com/t/gelost-email-bei-statusanderung-ohne-tinymce/48339/3 "2017-09-18T18:25:03Z")

</div>

Hallo Drachenhort,

danke für Deine Antwort. Schade, hab sowas schon befürchtet. Hast Du denn bei dir eine Lösung implementiert? Wenn ja, magst Du sie mir verraten?

Gruss&nbsp;

WOLLkenSchaf

---

<div class="post-metadata">

### Author: ![WOLLkenSchaf](https://avatars.discourse-cdn.com/v4/letter/w/8491ac/32.png) [@WOLLkenSchaf](https://forum.shopware.com/u/WOLLkenSchaf)
#### Post date: [19. September 2017 um 13:30 UTC](https://forum.shopware.com/t/gelost-email-bei-statusanderung-ohne-tinymce/48339/4 "2017-09-19T13:30:46Z")

</div>

Hallo community,

ich habe wohl eine “Notlösung” gefunden. Für alle die das gleiche Problem mit TinyMCE haben:

/[themes](https://github.com/shopware/shopware/tree/5.1/themes)/[Backend](https://github.com/shopware/shopware/tree/5.1/themes/Backend)/[ExtJs](https://github.com/shopware/shopware/tree/5.1/themes/Backend/ExtJs)/[backend](https://github.com/shopware/shopware/tree/5.1/themes/Backend/ExtJs/backend)/[base](https://github.com/shopware/shopware/tree/5.1/themes/Backend/ExtJs/backend/base)/[component](https://github.com/shopware/shopware/tree/5.1/themes/Backend/ExtJs/backend/base/component)/ **Shopware.form.field.TinyMCE.js&nbsp;**  
Bei Zeile 126 habe ich&nbsp; **verify\_html : false,** eingefügt und schon hat der Spuk ein Ende.&nbsp;Meine Vorlagen werden nun so übernommen wie ich sie hinterlegt habe.

Sieht dann etwa so aus:

```
settings: {
            cleanup : false,
            convert_urls : false,
            media_strict : false,
            relative_urls : true,
            verify_html : false,	

```

Bitte beachtet, dass dies nur eine Notlösung ist und keinesfalls updatesicher.

Gruss

WOLLkenSchaf
