ContributionsMost RecentMost LikesSolutionsRe: The component that renders a users avatar? Its actually the view-profile-banner widget in the common-header part of the page I was looking for. I have looked in all the component groups, but havent found anything to insert. But I take it I can just copy paste <component id="view-profile-banner"/> into the XML directly to have it back The component that renders a users avatar? A default Lithium profile page has a component that displays the users avatar image - my problem is, that I somehow deleted it from the page in Studio, and now I cant find it in the list of components. Can someone point it out for me? :) The html being output has the class 'viewprofilepagebanner ' Re: Description of default Components and FreeMarker information I can successfully get a users avatar image, but how do I get information about the users rank (Administrator, Moderator, Newly registered) and if the user has any personal mail, and if they do, how many? I want to make a custom version of the User Navigation Links component, and need to get this information out via the rest api. I just cant find any documentation on how to do this. Description of default Components and FreeMarker information I am currently trying to figure out the possibilities of our Lithium install, and am therefore interested in finding out more about the default components that are available. I have searched though the content available to me on the Lithium Training site, and I have searched the Knowledge Base and the forums here, but have not found anything to help me. Are there a place where you can see a list of all components, and a description of what they do? Can you customize/configure these default components in any way, or are they just 'as is'? I have also stumbled upon FreeMarker. First of all, I am a bit supprised that FreeMarker is not mentioned in the Learning stuff I've seen, I found out about it in a random thread on the Customer Forums. Is it true that you are unable to use a users avatar using FreeMarker syntax, I havent found any mention of it on the pages here http://lithosphere.lithium.com/t5/Everything-Studio-Knowledge-Base/Writing-custom-components-in-Lithium-Studio/ta-p/9217 Solved