in web2py default scaffolding app (welcome app), when user logged in in top 
right there is auth.navbar that said : 'Welcome user_logged_in_first_name'
is it possible to change it? 
e.g. 
'Welcome user_logged_in_first_name user_logged_in_last_name' 
or 
'Welcome user_logged_in_user_name'

i've checked in views/layout.html only found this, got no idea how to 
change it, any thought how to change it?
{{='auth' in globals() and auth.navbar('Welcome',mode='dropdown') or ''}}

thanks and best regards,
stifan

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to