View Full Version : Login Box Improvements
nasium
12-12-2007, 11:34 PM
I'm not sure if I'm alone on this but the login box really do much so I wanted to start a thread about how we can improve the template.
I am using the VB plugin and the latest version of VIVVO
How can I add the avatar of the user?
nasium
12-12-2007, 11:44 PM
Why does this fail when you add it to the login template? What I am trying to do is instead of show "LOGIN" show at least the user name of the user
<vte:if test="!{CURRENT_USER}">
<vte:value select="{LNG_USER_LOGIN}" />
<vte:else>
<vte:value select="{CURRENT_USER.get_name}" />
</vte:if>
It's almost like I can't reTest the page?
Blueracer66
12-13-2007, 05:05 AM
I think in order to show Vivvo users' avatars (without integration) you can add <vte:if test="{user.picture}">
<img src="{user.get_picture_href|'summary_medium'}" alt="image" />
</vte:if>
If you want the user name to be clickable...
<a href="{user.get_href}"><vte:value select="{user.get_name}" /></a>
It will take you to the user's Vivvo profile. Remember to backup your files before messing with them.
apocan
12-13-2007, 12:05 PM
I'm mentioning about the development of user system from the release of vivvo 4 :) it can be more and more usable. for example users can add avatars, they can change their passwords and they can have a user panel on th site :)
Blueracer66
12-13-2007, 12:12 PM
I'm mentioning about the development of user system from the release of vivvo 4 :) it can be more and more usable. for example users can add avatars, they can change their passwords and they can have a user panel on th site :)
Yeah, Vivvo could use some featured found in *ahem* Subdreamer *ahem*. SD has outstanding forum integration and user system. The user system for Vivvo could use a little revamping... I'll mess around with see if I can make a mod. If you make a stable UCP (mod) for Vivvo the PM me! lol:D
boccio
12-13-2007, 12:33 PM
for example users can add avatars, they can change their passwords and they can have a user panel on th site
This is planned for 4.1 version, in couple of months.
apocan
12-13-2007, 12:36 PM
really good news boccio :D thanks. looking forward to it
Blueracer66
12-13-2007, 12:39 PM
Yeah, thanks boccio! It's always nice to see you since you always bring us good news! >_<"
vBulletin® v3.8.4, Copyright ©2000-2013, Jelsoft Enterprises Ltd.