By nagalv on
In my user registration module I have assigned the user type field with 5 types of users. I want to assign the different image for each usertype. What should I do for this?
In my user registration module I have assigned the user type field with 5 types of users. I want to assign the different image for each usertype. What should I do for this?
Comments
=-=
investigate user_badges.module in the downloads area.
_____________________________________________________________________
My posts & comments are usually dripping with sarcasm.
If you ask nicely I'll give you a towel : )
thanks and required some more solutions
Thanks for your useful information.
From the user_badges module I got the solution to assign the image for each user in admin section. I would like to display the image after login the particular user. How can I do this?
Right now the image is storing according to the user name. Is there any possible to assign the image name according to the user type? Also I would like to store the image automatically when the user is registering.