*

MB Themes

Re: Avatar Plugin
« Reply #15 on: September 29, 2021, 07:56:09 AM »
there is another problem when the plugin is enabled, I can't delete users osclass v4.4.0

If you open struct.sql, foreign key is not written properly and is blocking user removal:
Code: [Select]
    FOREIGN KEY (fk_i_user_id) REFERENCES /*TABLE_PREFIX*/t_user (pk_i_id)

Correct should be something like:
Code: [Select]
    FOREIGN KEY (fk_i_user_id) REFERENCES /*TABLE_PREFIX*/t_user (pk_i_id) ON DELETE CASCADE ON UPDATE CASCADE

Note that after change, you must reinstall plugin.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Re: Avatar Plugin
« Reply #16 on: September 29, 2021, 05:36:08 PM »
Found the reason, the photo in the profile is not displayed, I have a plugin installed for registration via social networks, when registering a user via social networks, there is no photo, how to put a stub "no avatar" Please help me solve the problem
« Last Edit: September 29, 2021, 05:52:49 PM by Дима Пупкин »

*

MB Themes

Re: Avatar Plugin
« Reply #17 on: September 29, 2021, 09:10:38 PM »
I suppose plugin does not feed these data from network and social plugin does not upload picture to avatar plugin.
Anyway it should show some default image and is definitely issue of plugin.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Re: Avatar Plugin
« Reply #18 on: September 29, 2021, 10:07:17 PM »
can you make sure that when a user is registered via social networks, he receives a picture "without an avatar"? and how to do it?.

*

MB Themes

Re: Avatar Plugin
« Reply #19 on: October 01, 2021, 02:50:46 PM »
That is bit complicated and social networks plugins should handle it, but they will not do it definitely for all the profile pictures.
Better way is to update to osclass 4.3+ and rely on built-in profile pictures.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Re: Avatar Plugin
« Reply #20 on: October 01, 2021, 11:01:49 PM »
I do not want to receive images of users from social networks. I need an "avatar plugin" to install a "no avatar" stub when new users register via social media on the site. Could you help me with this please?

*

MB Themes

Re: Avatar Plugin
« Reply #21 on: October 03, 2021, 01:14:04 PM »
I do not think I understand your question, but we've updated Avatar Plugin to v1.2.1, update, test and then let us know if something else is needed
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Re: Avatar Plugin
« Reply #22 on: October 03, 2021, 03:44:49 PM »
I do not think I understand your question, but we've updated Avatar Plugin to v1.2.1, update, test and then let us know if something else is needed
You are simply the best developers! Thanks so much for your work, quick replies and quick fixes :)

*

MB Themes

Re: Avatar Plugin
« Reply #23 on: October 03, 2021, 07:25:19 PM »
Ho ho hooo, marry xmas  ;D
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Re: Avatar Plugin
« Reply #24 on: October 19, 2021, 12:39:26 AM »
In your personal account, when uploading a photo, you can upload any files, exe, php. how to make a restriction so that the user can only upload jpeg and png files