thedevdojo / chatter

Chatter is a Simple Laravel Forum Package
https://devdojo.com/forums
MIT License
897 stars 295 forks source link

tinymce app/css error loading #33

Closed x-iceman closed 7 years ago

x-iceman commented 7 years ago

capture d ecran 4

hi, i can't load vendor asset file app.css , it required by tinymce , i have ingrate js and css in app.layout and , but this plugin file is nested , any solution and thanks.

marktopper commented 7 years ago

I believe that the path should be http://localhost:8000/vendor/devdojo/chatter/assets/css/app.css.

TaylorMilne commented 7 years ago

HI x-iceman. How are you? Today, I have installed this package. After vendor publish, you will find that the source and assets files are copied to public folder. So to load the css file, you should change the css liink from here. public/vendor/devdojo/chatter/assets/js/tinymce.js

  1. content_css:
  2. In function : initailizeNewEditor(id)

there is css link: content_css add public/ to the path

chrisbbreuer commented 7 years ago

fixed in #77