hi, I have 2 questions about the image field, number 1, you know that when you have users, and this users have a profile, there is a picture, and when the user does not upload a profile picture, what appears is this
this indicates there is no image yet, so, when my users don't have a profile image, how do I do to make that one appear when there is no image? to set that one as default in case there is no image?
the second question, let's say I have a comment system (one I build without the comment app, and, I use the comment example to make more clear the idea, but applies to ohter stuff) let's say I have a comment system, like in every web, or social network, when you leave a comment, your profile picture appears, if my comment input system is built as a form, I do I make the field upload image to drag the user picture as the value (or to drag for example the image value of the current article cover), so when it is submitted it appears the comment and the thumbnail of the user profile picture?
thanks