[web2py] Re: Replace 'Log in' text in auth.navbar by 'User'

2015-10-21 Thread Anthony
> > But it's puffery to say it's non-intuitive (totally subjective) > By non-intuitive I mean it tends to confuse a non-trivial number of users. This is not subjective, though I will grant that it is an empirical question for which we have only anecdotal evidence at this point (i.e., two devel

[web2py] Re: Replace 'Log in' text in auth.navbar by 'User'

2015-10-21 Thread Willoughby
You contribute more in a day to this project than I have in years of usage, so I'll defer. But it's puffery to say it's non-intuitive (totally subjective) and non-standard (when there is no standard). On Wednesday, October 21, 2015 at 3:31:06 PM UTC-4, Anthony wrote: > > On Wednesday, October 2

[web2py] Re: Replace 'Log in' text in auth.navbar by 'User'

2015-10-21 Thread Anthony
On Wednesday, October 21, 2015 at 3:15:43 PM UTC-4, Willoughby wrote: > > It's a bare-bones starting point. Not meant to be a design philosophy. > Let's not go down the rabbit-hole of putting every button design up for a > vote > I don't see anything like that happening. Not every proposed U

[web2py] Re: Replace 'Log in' text in auth.navbar by 'User'

2015-10-21 Thread Willoughby
It's a bare-bones starting point. Not meant to be a design philosophy. Let's not go down the rabbit-hole of putting every button design up for a vote On Wednesday, October 21, 2015 at 3:03:59 PM UTC-4, Anthony wrote: > > Agreed, it probably would make more sense to have separate "Log in" and

[web2py] Re: Replace 'Log in' text in auth.navbar by 'User'

2015-10-21 Thread Anthony
Agreed, it probably would make more sense to have separate "Log in" and "Register" links in the navbar when not yet logged in. Maybe submit an issue. Anthony On Wednesday, October 21, 2015 at 2:53:00 PM UTC-4, Gael Princivalle wrote: > > >but this is an extremely unimportant and minor enhanceme

[web2py] Re: Replace 'Log in' text in auth.navbar by 'User'

2015-10-21 Thread Gael Princivalle
>but this is an extremely unimportant and minor enhancement I agree with you, but it's also an extremely easy enhancement to apply. And I've saw a lot of users don't understanding why when they click on "Log in" the website don't display the login form, but a dropdown menu with the ultimate com

[web2py] Re: Replace 'Log in' text in auth.navbar by 'User'

2015-10-20 Thread Alex Glaros
for what it's worth, my users also find it a little confusing, so there might be some value for web2py to change it. but this is an extremely unimportant and minor enhancement Alex Glaros -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2

[web2py] Re: Replace 'Log in' text in auth.navbar by 'User'

2015-10-20 Thread Leonel Câmara
You have to either use server side DOM manipulation or use navbar mode="bare" and make your own custom navbar. -- 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)

Re: [web2py] Re: Replace 'Log in' text in auth.navbar by 'User'

2015-10-20 Thread Massimiliano
Take a look to gluon/tools.py in Auth.navbar.bare maybe is what you need. On Tue, Oct 20, 2015 at 11:10 AM, Gael Princivalle < gaelprinciva...@gmail.com> wrote: > Someone knows how I can do it? > > > Il giorno martedì 13 ottobre 2015 16:27:41 UTC+2, Gael Princivalle ha > scritto: >> >> Hello a

[web2py] Re: Replace 'Log in' text in auth.navbar by 'User'

2015-10-20 Thread Gael Princivalle
Someone knows how I can do it? Il giorno martedì 13 ottobre 2015 16:27:41 UTC+2, Gael Princivalle ha scritto: > > Hello all. > > It seems that some users the first time they want to login expect that > it's just necessary click on the first level menu 'Log in'. > But it's not like that, they hav