aXenDev Posted May 21, 2021 Share Posted May 21, 2021 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: 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: or What do you think about it? In my opinion, this last suggestion makes the most sense. beats23, David.., bearback and 4 others 2 5 Link to comment Share on other sites More sharing options...
SeNioR- Posted May 21, 2021 Share Posted May 21, 2021 Hovercard has already been improved. This field has been removed to improve optimization to make the hovercard load faster. I've never paid attention to this field, more to the online status. The online status next to the username looks clearer so I will agree here. 👍 sobrenome and aXenDev 2 Link to comment Share on other sites More sharing options...
beats23 Posted May 21, 2021 Share Posted May 21, 2021 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: 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: or 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 aXenDev, Pjo, konon and 2 others 2 3 Link to comment Share on other sites More sharing options...
aXenDev Posted June 3, 2021 Author Share Posted June 3, 2021 (edited) @Jordan Invision I'm counting on you! Edited June 3, 2021 by aXenDev Link to comment Share on other sites More sharing options...
Pjo Posted June 4, 2021 Share Posted June 4, 2021 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: 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: or What do you think about it? In my opinion, this last suggestion makes the most sense. I think so too! +1 aXenDev 1 Link to comment Share on other sites More sharing options...
sobrenome Posted June 20, 2021 Share Posted June 20, 2021 Add a follow button! Link to comment Share on other sites More sharing options...
Dexter_X Posted June 21, 2021 Share Posted June 21, 2021 (edited) 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 June 21, 2021 by Dexter_X SeNioR-, Jimi Wikman, konon and 1 other 4 Link to comment Share on other sites More sharing options...
bearback Posted September 20, 2021 Share Posted September 20, 2021 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: 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: or 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 sobrenome 1 Link to comment Share on other sites More sharing options...
Recommended Posts