Hello,
I checked with our developer responsible for the forum module and the only way for doing this is to create a simple program, which would load your images into our database as the user avatar picture. You can use the
CMS.SiteProvider ► AvatarInfoProvider ►
SetAvatarInfo(AvatarInfo)method. You need to load the files, find the user which is associated with the avatar in our
CMS and set it. The file has to be saved into the
AvatarBinary property of the
AvatarInfo object. You may use the File.ReadAllBytes method (.NET functionality) to get the byte stream. For more information about Kentico API please see our API reference (
link).
Edited 26.11.2009, method corrected.
Best regards,
Boris Pocatko