By Sabih on Thursday, 16 November 2017
Posted in General Issues
Likes 0
Views 450
Votes 0
Hey there,

on the notification settings screen for users in the frontend the "Apps" title is shown even if there are no settings following. Can we get rid of it in case there are no settings? I tried to find it inside the file /components/com_easysocial/themes/wireframe/profile/editnotifications/default.php but it seems to be coupled inside there with other options.

This is what I am talking about:

Hi Sabih,

You are referring to this case correct(http://take.ms/PT8AL)?

I will log this in our tracker to address it.

Can you try changing this line http://take.ms/zd3A1 in the file that you mentioned to the following and see how it goes?
[gist type="php"]
<?php if (isset($alerts[$group]) && $alerts[$group]) { ?>
[/gist]
·
Thursday, 16 November 2017 12:37
·
0 Likes
·
0 Votes
·
0 Comments
·
Perfect! Your code is working. Thank you very much Raymond.
·
Thursday, 16 November 2017 16:25
·
0 Likes
·
0 Votes
·
0 Comments
·
You're most welcome Sabih.

Regards.
·
Thursday, 16 November 2017 16:33
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post