verbb / comments

A Craft CMS plugin for managing comments directly within the CMS.
Other
137 stars 33 forks source link

Profile picture not rendering correct URL #204

Closed kevinmu17 closed 3 years ago

kevinmu17 commented 3 years ago

Description I have a user with a profile picture (the standard photo in Craft CMS users) but somehow the rendered source is: @defaultUrl/assets/img/profile/kevin.jpeg

Steps to reproduce

  1. Create a channel section (news or something)
  2. Create a template for it
  3. Add {{ craft.comments.render(entry.id) }}
  4. Create a user (and a volume for the pictures)
  5. Add a profile picture
  6. Place a comment, picture is broken

Additional info

kevinmu17 commented 3 years ago

Sorry for beeing such a noob :D The alias @defaultUrl wasn't configured in my project