G
After transferring all accounts from Dolphin, the visibility of all profiles was set to "me only". This is a nightmare, no one can view profiles or pictures. Is there a way to change the visibility of all profiles and pictures to public??
SQL query maybe?
Hello george1 !
Yes, you may apply this query:
UPDATE `bx_persons_data` SET `allow_view_to` = 3;
In this case, all profiles will get public visibility.
Ok thanks. For the visibility of albums I have to replace bx_persons_data with bx_albums_albums right?
Yes, if you want to make the albums public too.
G
SQL query maybe?
Hello george1 !
Yes, you may apply this query:
UPDATE `bx_persons_data` SET `allow_view_to` = 3;
In this case, all profiles will get public visibility.
G
Ok thanks. For the visibility of albums I have to replace bx_persons_data with bx_albums_albums right?
Yes, if you want to make the albums public too.