Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

How show the User Avatar in the login page?

Quote Reply
How show the User Avatar in the login page?
Hi

I'm doing many templates modifications, and one of that is change the user and password fields, by a welcome message with the name, user icon, and user title, when the user is logged. I have not problems to do this, except that the template login.html (where i'm working) cant read tags like <%user_icon%> and <%user_title%>

I copy this code from the include_post_display.html :


<%GForum::User::icon_dimensions($user_icon)%>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><div align="center"><img src="<%image_url%>/<%user_icon%>" width="<%icon_width%>" height="<%icon_height%>" border=0></div></td>
</tr>
</table>

But it dont work in login.html template. Can somebody give an idea about how use <%user_icon%> and <%user_title%> tags in the login.html template?

Thanx in advance.




http://www.webconferencia.net/
Subject Author Views Date
Thread How show the User Avatar in the login page? webconferencia 3280 Sep 8, 2002, 1:45 PM
Thread Re: [acidoinmetal] How show the User Avatar in the login page?
ellipsiiis 3184 Sep 8, 2002, 4:49 PM
Post Re: [ellipsiiis] How show the User Avatar in the login page?
webconferencia 3204 Sep 8, 2002, 7:05 PM
Thread Re: [acidoinmetal] How show the User Avatar in the login page?
webconferencia 3163 Sep 11, 2002, 10:06 AM
Thread Re: [acidoinmetal] How show the User Avatar in the login page?
yogi 3152 Sep 11, 2002, 12:23 PM
Thread Re: [yogi] How show the User Avatar in the login page?
webconferencia 3197 Sep 11, 2002, 12:38 PM
Thread Re: [acidoinmetal] How show the User Avatar in the login page?
yogi 3173 Sep 11, 2002, 2:01 PM
Post Re: [yogi] How show the User Avatar in the login page?
webconferencia 3134 Sep 11, 2002, 2:30 PM