<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://support.unioncloud.org/UnionCloud/wiki/index.php?action=history&amp;feed=atom&amp;title=Hide_Group_email_preferences_from_user</id>
		<title>Hide Group email preferences from user - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://support.unioncloud.org/UnionCloud/wiki/index.php?action=history&amp;feed=atom&amp;title=Hide_Group_email_preferences_from_user"/>
		<link rel="alternate" type="text/html" href="https://support.unioncloud.org/UnionCloud/wiki/index.php?title=Hide_Group_email_preferences_from_user&amp;action=history"/>
		<updated>2026-04-24T03:40:47Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.28.0</generator>

	<entry>
		<id>https://support.unioncloud.org/UnionCloud/wiki/index.php?title=Hide_Group_email_preferences_from_user&amp;diff=2284&amp;oldid=prev</id>
		<title>Liammcdaid: Created page with &quot;If all your student groups use an external tool for emailing members you can hide the checkboxes by using the following code.  &lt;syntaxhighlight lang=&quot;javascript&quot; line='line'&gt;...&quot;</title>
		<link rel="alternate" type="text/html" href="https://support.unioncloud.org/UnionCloud/wiki/index.php?title=Hide_Group_email_preferences_from_user&amp;diff=2284&amp;oldid=prev"/>
				<updated>2017-07-12T15:26:16Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;If all your student groups use an external tool for emailing members you can hide the checkboxes by using the following code.  &amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot; line=&amp;#039;line&amp;#039;&amp;gt;...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;If all your student groups use an external tool for emailing members you can hide the checkboxes by using the following code.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot; line='line'&amp;gt;&lt;br /&gt;
    // Hide the checkboxes allowing users to update their email preferences for groups they are members of&lt;br /&gt;
	$(function() {&lt;br /&gt;
		if (window.location.pathname == '/user_groups/my_subscriptions') {&lt;br /&gt;
			$('#myaccount-information .tableHeaderRow div.col-12:contains(&amp;quot;Receive Emails&amp;quot;)').remove();&lt;br /&gt;
			$('input[name=is_subscribed]').parent().parent().remove();&lt;br /&gt;
		}&lt;br /&gt;
	});&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Note''' You should still allow users to give their email preferences, but if this is already provided by the external tool this option removes the confusion.&lt;/div&gt;</summary>
		<author><name>Liammcdaid</name></author>	</entry>

	</feed>