By Teleperformance Germany S.à.r.l. & Co. KG on Friday, 21 April 2017
Posted in General Issues
Replies 12
Likes 0
Views 517
Votes 0
For privacy reasons we would like to hide the "last seen" option which is for example visible when I use the "My Posts" option. Is there a option for that (if not can that be added as feature request. Its similar to whatsapp where you can then choose to hide the "last seen" option, so I think its not a feature which might be useful for only one company)?
Hi there,

Unfortunately, we don't have this feature currently. But it would be best if you can submit a feature request regarding this issues by creating a new ticket on the forums and set it to "Feature Request", so everyone else could vote for it, the more people request on this, and we will priority consider it.

By the way, can you try to upload attached files at this path /templates/mytemplate/html/com_easydiscuss/profile/default.php
and disable 'Show User's Online State' at Backend>Components>Easydiscuss>Settings>Layout>Users and see how it goes

[EDITED]
·
Friday, 21 April 2017 11:01
·
0 Likes
·
0 Votes
·
0 Comments
·
thanks for the "hack" but it would be hard to manage that and will be always overwritten from a update. So I would prefer a option somehow. Maybe as a good idea it could be combined with the "privacy" options I saw in easysocial. So if the user prefer now to show that, then he can hide it.

The feature request is now here.
·
Friday, 21 April 2017 16:33
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

Actually, those hacks i suggested above are on your template override, that means those files wont be overridden on your next update/upgrade.

The feature request is now here.

But, if that so, thanks for your understanding we will see if we can implement this once got people vote for it.
·
Friday, 21 April 2017 16:41
·
0 Likes
·
0 Votes
·
0 Comments
·
yes but if you change something I need to update the template overwrite, so its still a hack a workaround. Its not a direct core hack, but it still do not catch your updates when I put that file in my template.

However if i got some legal issues here in Germany due to that I will consider doing that.
·
Friday, 21 April 2017 16:59
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

yes but if you change something I need to update the template overwrite, so its still a hack a workaround. Its not a direct core hack, but it still do not catch your updates when I put that file in my template.

Those template override wont be override as long as you didn't delete those file you made. Maybe i didn't explain you clearly, maybe you can refer to our docs here https://stackideas.com/docs/easydiscuss/administrators/templating/template-overrides and see how it goes

Please advice.
·
Friday, 21 April 2017 17:09
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes, that's the issue ... When I use the template overwrite and you/ your colleges change some code in the original file (e.g. a variable changed) then it might break the template overwrite due to the reason that its not overwritten/fixed/updated by the update installed.
·
Friday, 21 April 2017 17:22
·
0 Likes
·
0 Votes
·
0 Comments
·
HI there,

Oh, sorry for my confusion above. I understand it know

As long as there are no major update/upgrade, it wont breaks those "Hacks" made, and yes, it is better to get those changes on the original files.
·
Friday, 21 April 2017 17:28
·
0 Likes
·
0 Votes
·
0 Comments
·
Would it by the way possible to hide that via CSS? I mean then its only in the HTML source and nobody would check that . If you could provide a small piece here to hide that then I could add that to my custom HTML section and would be happy .
·
Saturday, 22 April 2017 06:04
·
0 Likes
·
0 Votes
·
0 Comments
·
HI there,

It seems that you have to do inline styling for this in order to hide it as this part is related to other styling issues and might caused another css issues. You have to go to this path .../components/com_easydiscuss/themes/wireframe/profile/default.php or do template override on path above on code below.


<div class="ed-user-meta t-lg-mb--sm" style="display: none">
<?php echo JText::_('COM_EASYDISCUSS_LAST_SEEN_ON') . $profile->getLastOnline(true); ?>
</div>


Please advice.
·
Saturday, 22 April 2017 11:19
·
0 Likes
·
0 Votes
·
0 Comments
·
hm ok i see. As this approach would be hard to manage the solution i will not change that.

I need to check that here at first internally if this feature is something which we can hide or if that caused a block from the project due to data privacy reasons.
·
Monday, 24 April 2017 14:55
·
0 Likes
·
0 Votes
·
0 Comments
·
No problem
·
Monday, 24 April 2017 14:58
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post