MyBB Community Forums
[General] the duration a user stayed in the system - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: 1.8 Support (https://community.mybb.com/forum-175.html)
+--- Forum: General Support (https://community.mybb.com/forum-176.html)
+--- Thread: [General] the duration a user stayed in the system (/thread-234815.html)



the duration a user stayed in the system - HAFOOCH - 2022-01-30

why is it that users can see other user's visit duration?

and how can i disable it?
i've looked under 'users' but could not find such setting..
Heart
thanks


RE: the duration a user stayed in the system - Matt - 2022-01-30

Which duration are you referring to, the time spent online row on profiles, or the time on the who’s online list?


RE: the duration a user stayed in the system - HAFOOCH - 2022-01-31

hi
i'm talking about the time user has spent that is being showed on profiles.


RE: the duration a user stayed in the system - Matt - 2022-01-31

It's just a feature of MyBB. If you don't want it to show, you can remove this from the member_profile template:

<tr>
	<td class="trow1"><strong>{$lang->timeonline}</strong></td>
	<td class="trow1">{$timeonline}</td>
</tr>



RE: the duration a user stayed in the system - [ExiTuS] - 2022-01-31

May be worth to make this a usergroup option in ACP and/or a member setting.

Raised an official suggestion: https://community.mybb.com/thread-234821.html

[ExiTuS]


RE: the duration a user stayed in the system - HAFOOCH - 2022-02-01

(2022-01-31, 05:41 PM)[ExiTuS] Wrote: May be worth to make this a usergroup option in ACP and/or a member setting.

Raised an official suggestion: https://community.mybb.com/thread-234821.html

[ExiTuS]

cool

(2022-01-31, 12:12 PM)Matt Wrote: It's just a feature of MyBB. If you don't want it to show, you can remove this from the member_profile template:

<tr>
	<td class="trow1"><strong>{$lang->timeonline}</strong></td>
	<td class="trow1">{$timeonline}</td>
</tr>

can you plase explain how do i do it?

is it a file that needs to be edited or something else?


RE: the duration a user stayed in the system - Matt - 2022-02-01

ACP > Templates & Style > Templates > expand templates et for your theme > Member Templates > member_profile > remove that code above and save.