Intechnic
Users Developers
Home / Forums / In-Portal CMS / General In-Portal Discussions / View a user's image / Topic Posts

In-Portal Forum

This is a place for users of In-Portal to ask questions, discuss various topics, and interact with other members of the In-Portal Community. Please report bugs through the Bugs Team (not the Forum). If you are interested in contributing or joining one of the many Teams for In-Portal, please check out the Contribute section of the website.
 

In-Portal Forum

View a user's image (3)


Posted: 12/07/2005 8:42:15 PM

Reply Quoted  



How can Iadd the ability to view a user's image from the 'view profile' page? I have added an image from the admin panel.

Am I close here?:


<inp:m_user_profile_field _Field="image&quot_thumbnail="1&quot_default="1&quot/>



Posted: 12/08/2005 9:59:32 AM

Reply Quoted  


lhornaday wrote:12/07/2005 8:42:15 PM

How can Iadd the ability to view a user's image from the 'view profile' page? I have added an image from the admin panel.

Am I close here?:


<inp:m_user_profile_field _Field="image&quot_thumbnail="1&quot_default="1&quot/>



Hello Luke,

Try this one:

<inp:m_user_profile_field _Field="image&quot_avatar="1&quot/>



Thanks.

Thank you.

Posted: 12/08/2005 4:35:13 PM

Reply Quoted  


I didn't get that to work but I found something that did!



<img src="<inp:m_user_profile_field _field="image&quot_Thumbnail="1&quot_primary="1"  _defaulturl="img/noimage.gif&quot/>">



Now all i have to do is work on letting a user upload their own image