User Profile | Hide or Disable some categories of User Profile Fields

User Profile | Hide or Disable some categories of User Profile Fields

by Narit B -
Number of replies: 5

Hi

I'm using Moodle 3.3.4  with Fordson theme V 1.6.6

May i ask, Is it possible to hide or disable some categories in User Profile page? as picture below


Thank you in advance


 

Average of ratings: -
In reply to Narit B

Re: User Profile | Hide or Disable some categories of User Profile Fields

by Jon Bolton -
Picture of Particularly helpful Moodlers Picture of Testers
If you can add custom CSS, you can hide them with...

fieldset#id_moodle_additional_names {display: none;}
fieldset#id_moodle_interests {display: none;}
fieldset#id_moodle_optional {display: none;}

If you want to hide individual fields rather than the whole section, have a read through https://moodle.org/mod/forum/discuss.php?d=255399#p1294505
In reply to Jon Bolton

Re: User Profile | Hide or Disable some categories of User Profile Fields

by Narit B -
Hi Jon,
Thank you for your responded.
However i don't know how to add those code in the custom CSS. Can you guiding me a bit more please?

Note: I used Moodle 3.3.4 and Fordson Theme


Thank you
In reply to Narit B

Re: User Profile | Hide or Disable some categories of User Profile Fields

by Jon Bolton -
Picture of Particularly helpful Moodlers Picture of Testers
  1. Go to Site Admin > Appearance > Themes > Fordson
  2. Click on 'Colours" on the menu tabs
  3. Add the code to the 'Raw initial SCSS' box
  4. Scroll down and click 'Save changes'
Average of ratings: Useful (2)
In reply to Jon Bolton

Re: User Profile | Hide or Disable some categories of User Profile Fields

by Narit B -
Hi Jon Bolton

big thanks! This is very help and useful for me.

Thank you
In reply to Jon Bolton

Re: User Profile | Hide or Disable some categories of User Profile Fields

by Narit B -
Hi Jon,

May i ask, It is possible to changing the label from Optional to xxxxx etc.

Thank you