[RFC] Quick Login box Placeholder in Navbar for Guests

Note: We are moving the topics of this forum and it will be deleted at some point

Publish your own request for comments/change or patches for the next version of phpBB. Discuss the contributions and proposals of others. Upcoming releases are 3.2/Rhea and 3.3.
Post Reply
Alien_Time
Registered User
Posts: 165
Joined: Fri Apr 05, 2013 3:38 am

[RFC] Quick Login box Placeholder in Navbar for Guests

Post by Alien_Time »

I already use this on my site and I find this to be very useful. I actually got this idea from Kamahl's SN site and I adapted it on my website too. Basically, I have noticed that for guests, there is so much empty space in the Navbar. We can use this space and add a quick login box here so users can quickly login instead of scrolling down or clicking on the login page, logging in and coming back to index. Its a long 3 step process. This is what I suggest:
login-placeholder-in-navbar.jpg
login-placeholder-in-navbar.jpg (58.7 KiB) Viewed 2166 times
Basically, I have added the quick login box with username, password, remember me and login button. Since 3.1 comes with jquery, it will be nice to add the placeholder for this input box. Its pretty easy to implement this and I am pretty sure kamahl wont mind sharing his placeholder script if required. Can this be added to prosilver core? I think this will also give a nice modernised look to prosilver too as well as easy accessibility to users. The only thing that needs to be figured out is how it will work in responsive. Hoping Arty has a solution for responsive layout.

Can this be added?

User avatar
Master_Cylinder
Registered User
Posts: 361
Joined: Wed Jul 31, 2013 9:54 pm

Re: [RFC] Quick Login box Placeholder in Navbar for Guests

Post by Master_Cylinder »

I like the link on the left, as it is now, better.

YMMV...
These kids today...
Buy them books, send them to school and what do they do?

They eat the paste. :lol:

User avatar
Kamahl19
Registered User
Posts: 161
Joined: Thu Dec 27, 2007 10:31 am

Re: [RFC] Quick Login box Placeholder in Navbar for Guests

Post by Kamahl19 »

This is something I really miss in phpbb. I moved Login box to top on http://phpbb3hacks.com/index.php and also on mentioned http://phpbbsocialnetwork.com/index.php . I like it more on second page, in navbar as Alien_time suggested. There is just so much empty space and I always have to scoll down to log in. Logging in is the most used action on board by guests. Why is it so down?

Alien_Time
Registered User
Posts: 165
Joined: Fri Apr 05, 2013 3:38 am

Re: [RFC] Quick Login box Placeholder in Navbar for Guests

Post by Alien_Time »

Master_Cylinder wrote:I like the link on the left, as it is now, better.

YMMV...
But there are no links now. Its an empty space for guests below the breadcrumbs.

User avatar
Master_Cylinder
Registered User
Posts: 361
Joined: Wed Jul 31, 2013 9:54 pm

Re: [RFC] Quick Login box Placeholder in Navbar for Guests

Post by Master_Cylinder »

Sorry, I mean the login link on the *right,* the login boxes (on the left) look too cluttered to me...
These kids today...
Buy them books, send them to school and what do they do?

They eat the paste. :lol:

User avatar
Pico88
Registered User
Posts: 73
Joined: Tue Apr 12, 2011 2:32 pm

Re: [RFC] Quick Login box Placeholder in Navbar for Guests

Post by Pico88 »

If login box it's moved to the navbar, login link (button on the right) can be removed. It doesn't make sense to have two same action in header.

User avatar
NORDLANDVOLK
Registered User
Posts: 44
Joined: Thu Oct 14, 2010 8:14 pm
Location: Tracia

Re: [RFC] Quick Login box Placeholder in Navbar for Guests

Post by NORDLANDVOLK »

Code: Select all

<input type="text" placeholder="Type here..."/>
and for ie crap use Modernizr library and the job is done.

See some demo here: http://webdesignerwall.com/tutorials/cr ... older-text

and if you need js for placeholder here: http://jamesallardice.github.io/Placeholders.js/

up to you what you want to use.
sorry for my bad english :oops:

Danielx64
Registered User
Posts: 304
Joined: Mon Feb 08, 2010 3:42 am

Re: [RFC] Quick Login box Placeholder in Navbar for Guests

Post by Danielx64 »

I do like the idea, something else, maybe make the login link something like what Arty done? Example: https://www.phpbb.com/customise/db/styl ... lack/demo/ and put your mouse over the "login | register" link

Weskey
Registered User
Posts: 16
Joined: Mon Nov 04, 2013 4:57 pm

Re: [RFC] Quick Login box Placeholder in Navbar for Guests

Post by Weskey »

+1

I liked the idea.

For those who prefer links, could have the link "Login" more prominent, and if the user clicked, display a tooltip with a quick simple login form, making the login process is faster and easier.
Attachments
loginTooltip.PNG
loginTooltip.PNG (10.71 KiB) Viewed 13218 times

keith10456
Registered User
Posts: 523
Joined: Sat Apr 22, 2006 10:29 pm
Contact:

Re: [RFC] Quick Login box Placeholder in Navbar for Guests

Post by keith10456 »

The Login/Register definitely needs to be more prominent - hence the reason I moved it to the top of my site. Though it needs to be more noticeable I prefer having a "link" and not a login box (when clicked takes you to the login box)...

Post Reply