Hello, I want to develop a component which will allow administrator to create user with the following fields (user name, really names, about (text area), contact info and lots of images for that particular user) then on front page when anybody search for the user ID should be directed to a single page that displays the contents of that user (ie. reallynames, about, pictures and contacts)
Please if you have any idea on how to achieve this please help me out.
I was even thinking of not using the actual users (the one used to log in to the system) but just user as any object, unrelated to system users.
Thanks for your inputs.