Help > Forum > Users > Forcing the full name to be private

Forcing the full name to be private

Users can make their Full Name private on the forum by checking the Private check box next to the full name option. You can force the full name to always be private by following the instructions below. The code below will enable the Private check box and then hide it.

  1. Log in to your Website Toolbox account.
  2. Click the Integrate link in the main menu.
  3. Click the HTML link.
  4. Paste the following HTML code into text boxes below Forum Head Tag HTML Code.
  5. <script>
     window.addEventListener("load", function(){
            if(jQ('#name_private').length) {
                jQ('#name_private').attr({'checked':'checked'}).closest('div.checkbox').hide();
            }
        });
    </script>
    
  6. Save your changes.


If you still need help, please contact us.