By Syabab on Thursday, 16 April 2020
Posted in General Issues
Replies 3
Likes 0
Views 407
Votes 0
Hi,

At user profile, user can still upload a profile cover & avatar even after we disable it in user workflow.
See attached file.

Thanks.
Hi Syabab,

The settings in the workflow custom field does not affect the cover/avatar update in the profile page(attached).

If you want to prevent the user from updating their avatar/cover from there, you have to template override the following theme file.
JoomlaFolder/components/com_easysocial/themes/wireframe/helpers/cover/user.php
·
Thursday, 16 April 2020 11:43
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Raymond,

If you want to prevent the user from updating their avatar/cover from there, you have to template override the following theme file.
Will this affecting all users? Because I only need to disable this avatar/cover for certain Profile Type.

Is this a bug? Or ES purposely leave it at profile page?

I think it is not consistent when we can disable it in registration form and edit profile, but it still can be access through Profile Page.


Thanks.
·
Thursday, 16 April 2020 12:15
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Syabab,
Will this affecting all users?
The template override will affect all users. But you can place checking in the code so that the system check for certain profile type ids in order to display those buttons.
Is this a bug? Or ES purposely leave it at profile page?
This is not a bug. It's just that there is no such feature currently. If you would like this feature, feel free to post it in the feature request section.
I think it is not consistent when we can disable it in registration form and edit profile, but it still can be access through Profile Page.
The settings in the workflow is only for the workflow, not the feature itself.
·
Thursday, 16 April 2020 12:59
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post