<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Moodle 3.x LMS: Show/Hide Profile Sections and Fields	</title>
	<atom:link href="https://www.elearningworld.org/moodle-lms-show-hide-profile-sections-and-fields/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.elearningworld.org/moodle-lms-show-hide-profile-sections-and-fields/</link>
	<description>For the online learning world</description>
	<lastBuildDate>Thu, 19 Jan 2023 16:00:16 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Moodle 4.x LMS: Show/Hide Profile Sections and Fields - ElearningWorld.org		</title>
		<link>https://www.elearningworld.org/moodle-lms-show-hide-profile-sections-and-fields/#comment-1580</link>

		<dc:creator><![CDATA[Moodle 4.x LMS: Show/Hide Profile Sections and Fields - ElearningWorld.org]]></dc:creator>
		<pubDate>Thu, 19 Jan 2023 16:00:16 +0000</pubDate>
		<guid isPermaLink="false">https://www.elearningworld.org/?p=14295#comment-1580</guid>

					<description><![CDATA[[&#8230;] a year ago, we discussed how to Show/Hide user profile sections and fields in Moodle 3.9, 3.10 and 3.11. This month&#8217;s article is an update for those running Moodle 4.0 and Moodle 4.1 LTS. If you [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] a year ago, we discussed how to Show/Hide user profile sections and fields in Moodle 3.9, 3.10 and 3.11. This month&#8217;s article is an update for those running Moodle 4.0 and Moodle 4.1 LTS. If you [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: ElearningWorld Admin		</title>
		<link>https://www.elearningworld.org/moodle-lms-show-hide-profile-sections-and-fields/#comment-1578</link>

		<dc:creator><![CDATA[ElearningWorld Admin]]></dc:creator>
		<pubDate>Tue, 17 Jan 2023 07:37:54 +0000</pubDate>
		<guid isPermaLink="false">https://www.elearningworld.org/?p=14295#comment-1578</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.elearningworld.org/moodle-lms-show-hide-profile-sections-and-fields/#comment-1576&quot;&gt;Tony&lt;/a&gt;.

That is already possible - you just make it a required field: &quot;Display on signup page?&quot;  Reference this page: https://docs.moodle.org/401/en/User_profile_fields]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.elearningworld.org/moodle-lms-show-hide-profile-sections-and-fields/#comment-1576">Tony</a>.</p>
<p>That is already possible &#8211; you just make it a required field: &#8220;Display on signup page?&#8221;  Reference this page: <a href="https://docs.moodle.org/401/en/User_profile_fields" rel="nofollow ugc">https://docs.moodle.org/401/en/User_profile_fields</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tony		</title>
		<link>https://www.elearningworld.org/moodle-lms-show-hide-profile-sections-and-fields/#comment-1576</link>

		<dc:creator><![CDATA[Tony]]></dc:creator>
		<pubDate>Sun, 15 Jan 2023 04:15:55 +0000</pubDate>
		<guid isPermaLink="false">https://www.elearningworld.org/?p=14295#comment-1576</guid>

					<description><![CDATA[Hİ Michael. First, thank you for all you did so far. It&#039;s really helping us to learn and create useful learning platforms. I would like to make some of the default user profile fields (e.g.phone number) visible on the sign-up page. Currently, using Moodle 4.0.5, theme boost and lambda. How can I do that? Thank you.]]></description>
			<content:encoded><![CDATA[<p>Hİ Michael. First, thank you for all you did so far. It&#8217;s really helping us to learn and create useful learning platforms. I would like to make some of the default user profile fields (e.g.phone number) visible on the sign-up page. Currently, using Moodle 4.0.5, theme boost and lambda. How can I do that? Thank you.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Michael Milette		</title>
		<link>https://www.elearningworld.org/moodle-lms-show-hide-profile-sections-and-fields/#comment-1533</link>

		<dc:creator><![CDATA[Michael Milette]]></dc:creator>
		<pubDate>Thu, 11 Aug 2022 06:58:11 +0000</pubDate>
		<guid isPermaLink="false">https://www.elearningworld.org/?p=14295#comment-1533</guid>

					<description><![CDATA[Hi BC and Kimberly, 

Both the CSS and JavaScript seem to work fine in Moodle 4.0 with the Boost theme.

However, if you are trying to hide the information from the Profile page (as opposed to the Edit Profile page), you can use something like the following CSS code to target the first card, and specifically the first field in the list. Note that field 1 is the &quot;Edit profile&quot; link so fields and their labels start at 2.

#page-user-profile section.node_category:nth-child(1) .contentnode:nth-child(2) {
    display:none;
}

Note that you may need to adjust the CSS depending on the fields on your site as there is no way to target specific fields. You will also need to remember to maintain this code if you ever add or remove fields.

Hope you find this helpful.

Michael Milette]]></description>
			<content:encoded><![CDATA[<p>Hi BC and Kimberly, </p>
<p>Both the CSS and JavaScript seem to work fine in Moodle 4.0 with the Boost theme.</p>
<p>However, if you are trying to hide the information from the Profile page (as opposed to the Edit Profile page), you can use something like the following CSS code to target the first card, and specifically the first field in the list. Note that field 1 is the &#8220;Edit profile&#8221; link so fields and their labels start at 2.</p>
<p>#page-user-profile section.node_category:nth-child(1) .contentnode:nth-child(2) {<br />
    display:none;<br />
}</p>
<p>Note that you may need to adjust the CSS depending on the fields on your site as there is no way to target specific fields. You will also need to remember to maintain this code if you ever add or remove fields.</p>
<p>Hope you find this helpful.</p>
<p>Michael Milette</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Kimberly Solis		</title>
		<link>https://www.elearningworld.org/moodle-lms-show-hide-profile-sections-and-fields/#comment-1530</link>

		<dc:creator><![CDATA[Kimberly Solis]]></dc:creator>
		<pubDate>Thu, 04 Aug 2022 20:16:53 +0000</pubDate>
		<guid isPermaLink="false">https://www.elearningworld.org/?p=14295#comment-1530</guid>

					<description><![CDATA[I was actually going to comment the very same thing.  Any ideas how to do this for Moodle 4.0?  The css in the theme worked only for when I look into a user profile that has already been done.  But the student can still see these fields when they look at their own profile.  And none of the other tips worked at all.  Anyone have any insight?]]></description>
			<content:encoded><![CDATA[<p>I was actually going to comment the very same thing.  Any ideas how to do this for Moodle 4.0?  The css in the theme worked only for when I look into a user profile that has already been done.  But the student can still see these fields when they look at their own profile.  And none of the other tips worked at all.  Anyone have any insight?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: ElearningWorld Admin		</title>
		<link>https://www.elearningworld.org/moodle-lms-show-hide-profile-sections-and-fields/#comment-1511</link>

		<dc:creator><![CDATA[ElearningWorld Admin]]></dc:creator>
		<pubDate>Sun, 29 May 2022 08:06:24 +0000</pubDate>
		<guid isPermaLink="false">https://www.elearningworld.org/?p=14295#comment-1511</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.elearningworld.org/moodle-lms-show-hide-profile-sections-and-fields/#comment-1510&quot;&gt;BC&lt;/a&gt;.

Moodle 4.0 uses a very different Theme, so it will take time for Theme developers to work on new CSS and Themes.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.elearningworld.org/moodle-lms-show-hide-profile-sections-and-fields/#comment-1510">BC</a>.</p>
<p>Moodle 4.0 uses a very different Theme, so it will take time for Theme developers to work on new CSS and Themes.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: BC		</title>
		<link>https://www.elearningworld.org/moodle-lms-show-hide-profile-sections-and-fields/#comment-1510</link>

		<dc:creator><![CDATA[BC]]></dc:creator>
		<pubDate>Sat, 28 May 2022 07:20:36 +0000</pubDate>
		<guid isPermaLink="false">https://www.elearningworld.org/?p=14295#comment-1510</guid>

					<description><![CDATA[Hey, this doesn&#039;t seem to work anymore in Moodle 4.0, any ideas on how to fix it?]]></description>
			<content:encoded><![CDATA[<p>Hey, this doesn&#8217;t seem to work anymore in Moodle 4.0, any ideas on how to fix it?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
