I thought that it would be nice, if a tooltip appeared when the mouse goes over a user's name. The tooltip will have of course a different style (no so simple like "title" in html) and will load some informations from the user's profile, like his avatar, name, location, if he is online/offline etc..
I made an example here:
Profile-Tooltip
Forum rules
Please do not post support questions regarding installing, updating, or upgrading phpBB 3.3.x. If you need support for phpBB 3.3.x please visit the 3.3.x Support Forum on phpbb.com.
If you have questions regarding writing extensions please post in Extension Writers Discussion to receive proper guidance from our staff and community.
Please do not post support questions regarding installing, updating, or upgrading phpBB 3.3.x. If you need support for phpBB 3.3.x please visit the 3.3.x Support Forum on phpbb.com.
If you have questions regarding writing extensions please post in Extension Writers Discussion to receive proper guidance from our staff and community.
- Jessica.
- Registered User
- Posts: 144
- Joined: Wed Feb 09, 2011 8:17 pm
- Location: Pennsylvania, USA
- Contact:
Re: Profile-Tooltip
I think that's better off an extension. There's no need for this in core...
Re: Profile-Tooltip
+1 to have it in the core.
Facebook, Google Plus + YouTube have made this feature popular so nowadays people worldwide may have reasonable expectations to expect something to happen when they mouse hover over a username.
IPB has had it for a long time and it's a forum software responsible for quite a lot of forums out there => people will see this feature on quite a lot of forums => people will come asking for it here.
It's a feature that doesn't actively consume any screen space and doesn't distract users from the content.
It's a social feature that will help towards building better profiles and friends system in phpBB. Having the username + avatar + link to profile on the navbar was the first step. The "Profile-Tooltip" commonly has a friend request button that would really drive the friends system.
And it's a very cool thing to have.
Facebook, Google Plus + YouTube have made this feature popular so nowadays people worldwide may have reasonable expectations to expect something to happen when they mouse hover over a username.
IPB has had it for a long time and it's a forum software responsible for quite a lot of forums out there => people will see this feature on quite a lot of forums => people will come asking for it here.
It's a feature that doesn't actively consume any screen space and doesn't distract users from the content.
It's a social feature that will help towards building better profiles and friends system in phpBB. Having the username + avatar + link to profile on the navbar was the first step. The "Profile-Tooltip" commonly has a friend request button that would really drive the friends system.
And it's a very cool thing to have.
Re: Profile-Tooltip
Extension +1
Core -1
Core -1
- Pony99CA
- Registered User
- Posts: 986
- Joined: Sun Feb 08, 2009 2:35 am
- Location: Hollister, CA
- Contact:
Re: Profile-Tooltip
I'm torn. While it's kind of cool, I'd also hate to be scrolling through a page and have my cursor accidentally end up on a link and have that pop up. It would be like those super annoying text link pop-up land mines (remember those Vibrant Media In-Text links?).
Given that, I'd lean toward extension. Of course, if it's put in the core, it should definitely be off by default and have an ACP to turn it on and a UCP option to turn if it off if it's on in the ACP.
Steve
Given that, I'd lean toward extension. Of course, if it's put in the core, it should definitely be off by default and have an ACP to turn it on and a UCP option to turn if it off if it's on in the ACP.
Steve
Silicon Valley Pocket PC (http://www.svpocketpc.com)
Creator of manage_bots and spoof_user (ask me)
Need hosting for a small forum with full cPanel & MySQL access? Contact me or PM me.
Creator of manage_bots and spoof_user (ask me)
Need hosting for a small forum with full cPanel & MySQL access? Contact me or PM me.
Re: Profile-Tooltip
This would have to be done with AJAX, because you don't want to retrieve all the avatars and user info of every single username included on a page. So the info would only be requested on demand.
It could definitely start out as an extension.
It could definitely start out as an extension.
We have a thing for that. It's called hover intent.Pony99CA wrote:I'm torn. While it's kind of cool, I'd also hate to be scrolling through a page and have my cursor accidentally end up on a link and have that pop up. It would be like those super annoying text link pop-up land mines (remember those Vibrant Media In-Text links?).
Re: Profile-Tooltip
+1 to extension.
- Pony99CA
- Registered User
- Posts: 986
- Joined: Sun Feb 08, 2009 2:35 am
- Location: Hollister, CA
- Contact:
Re: Profile-Tooltip
From that page:PayBas wrote:We have a thing for that. It's called hover intent.Pony99CA wrote:I'm torn. While it's kind of cool, I'd also hate to be scrolling through a page and have my cursor accidentally end up on a link and have that pop up. It would be like those super annoying text link pop-up land mines (remember those Vibrant Media In-Text links?).
If I'm scrolling, technically the mouse pointer isn't moving at all (relative to the browser window, not the text displayed). Is that still handled properly?However, instead of calling the handlerIn function immediately, hoverIntent waits until the user's mouse slows down enough before making the call.
Steve
Silicon Valley Pocket PC (http://www.svpocketpc.com)
Creator of manage_bots and spoof_user (ask me)
Need hosting for a small forum with full cPanel & MySQL access? Contact me or PM me.
Creator of manage_bots and spoof_user (ask me)
Need hosting for a small forum with full cPanel & MySQL access? Contact me or PM me.
-
- Registered User
- Posts: 35
- Joined: Wed Aug 06, 2014 12:27 am
Re: Profile-Tooltip
Just tried this out a little and it does fine. It opens if stop scrolling and the mouse is on the button, but it takes a second for it to do so. So I don't think you could accidentally click or open anything you didn't want to.Pony99CA wrote:If I'm scrolling, technically the mouse pointer isn't moving at all (relative to the browser window, not the text displayed). Is that still handled properly?