-
Good to know, thank you. What function would I call if I wanted to upload an image for a profile that didn't have a default picture? For example, on join... instead of using the first letter of the name as an avatar.
-
There are several methods, which need to be called, first you need to upload image to the Storage:
https://ci.una.io/docs/classBxDolStorage.html
Then you need to associate added file with the profile by calling
updateContentPictureById from profile module DB class
-