Jump to content

Improving user status in hovercard


aXenDev

Recommended Posts

Hi,

In the IPS 4.6 update user's hovercard information what user do was removed.
I propose to restore this option.


Currently it looks like this:
image.png.7930a2a5f274d5ad5994fc0ee5c66c0d.png
The word "Online now" appears all the time for 15 minutes after the last user action.
In my opinion this is confusing and should be changed.

Here is my suggestion:
image.png.64420f839f42a52244eba200c2ebccc8.png

or
image.png.95ca71b1be1310aea495d5e212ac3717.png

What do you think about it?
In my opinion, this last suggestion makes the most sense.

Link to comment
Share on other sites

1 hour ago, aXenDev said:

Hi,

In the IPS 4.6 update user's hovercard information what user do was removed.
I propose to restore this option.


Currently it looks like this:
image.png.7930a2a5f274d5ad5994fc0ee5c66c0d.png
The word "Online now" appears all the time for 15 minutes after the last user action.
In my opinion this is confusing and should be changed.

Here is my suggestion:
image.png.64420f839f42a52244eba200c2ebccc8.png

or
image.png.95ca71b1be1310aea495d5e212ac3717.png

What do you think about it?
In my opinion, this last suggestion makes the most sense.

Plus 1, put back the information for what the user is viewing 

Link to comment
Share on other sites

  • 2 weeks later...
On 5/21/2021 at 5:33 PM, aXenDev said:

Hi,

In the IPS 4.6 update user's hovercard information what user do was removed.
I propose to restore this option.


Currently it looks like this:
image.png.7930a2a5f274d5ad5994fc0ee5c66c0d.png
The word "Online now" appears all the time for 15 minutes after the last user action.
In my opinion this is confusing and should be changed.

Here is my suggestion:
image.png.64420f839f42a52244eba200c2ebccc8.png

or
image.png.95ca71b1be1310aea495d5e212ac3717.png

What do you think about it?
In my opinion, this last suggestion makes the most sense.

 

 

I think so too! 

+1

Link to comment
Share on other sites

  • 3 weeks later...

add  : {$member->location()|raw} in your theme template core/profile/hovercard, at line 40, after {lang="members_online_now"}

You'll obtain something like : 

{{if $member->isOnline() AND ( !$member->isOnlineAnonymously() OR ( $member->isOnlineAnonymously() AND \IPS\Member::loggedIn()->isAdmin() ) )}}
	{lang="members_online_now"} : {$member->location()|raw}
{{elseif $member->last_activity}}
	{lang="members_last_visit"} {datetime="$member->last_activity"}
{{endif}}
			

Save the template, reload your community page and see the magic happen...

Hopping this could help.

Edited by Dexter_X
Link to comment
Share on other sites

  • 2 months later...
On 5/21/2021 at 4:33 PM, aXenDev said:

Hi,

In the IPS 4.6 update user's hovercard information what user do was removed.
I propose to restore this option.


Currently it looks like this:
image.png.7930a2a5f274d5ad5994fc0ee5c66c0d.png
The word "Online now" appears all the time for 15 minutes after the last user action.
In my opinion this is confusing and should be changed.

Here is my suggestion:
image.png.64420f839f42a52244eba200c2ebccc8.png

or
image.png.95ca71b1be1310aea495d5e212ac3717.png

What do you think about it?
In my opinion, this last suggestion makes the most sense.

Go with the last suggestion and put back the members activity info

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...