Prevent people from hiding their profile?

  • Affected Version
    WoltLab Suite 3.0

    We want to stop people from being able to switch their profile to Private.


    We have a Location field in the profile, which is mandatory.


    If people set their "Can View my Profile" to "Nobody", the Location field is no longer visible to other members.


    Is there a workaround?





  • you can set can view my profile to hidden


    Code
    dl.canViewProfileInput {
        visibility: hidden;
    }

    That doesn't prevent anything, though, it just hides the button from view. Everyone can still set their profile to private by just removing that declaration.

    "A life is like a garden. Perfect moments can be had, but not preserved, except in memory. LLAP" — Leonard Nimoy

  • That doesn't prevent anything, though, it just hides the button from view. Everyone can still set their profile to private by just removing that declaration.

    At this time , nobody on my forum make that :) but it is possible ...

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!