How to hide or show blank page when a visitor goes to https://una.io/page/view-persons-profile?id=×××
Also,
How to exclude persons in search?
Comments
How to hide or show blank page when a visitor goes to https://una.io/page/view-persons-profile?id=×××
Also,
How to exclude persons in search?
Hello Surya !
The most proper way is not to hide the page with this profile but just change his status or visibility.
S
I want for all profiles. How to change status or visibility of all profiles.
UPDATE `bx_persons_data` SET `allow_view_to`='2';
S
Ok Thank you.
So, it requires to run above query. How to revert back?
Run the same query with the 3 instead of the 2 value.
S
Ok Thank u