<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://support.unioncloud.org/UnionCloud/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Liammcdaid</id>
		<title>UnionCloud Support - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://support.unioncloud.org/UnionCloud/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Liammcdaid"/>
		<link rel="alternate" type="text/html" href="https://support.unioncloud.org/UnionCloud/wiki/index.php/Special:Contributions/Liammcdaid"/>
		<updated>2026-05-15T10:19:17Z</updated>
		<subtitle>User contributions</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</id>
		<title>Hide Group email preferences from user</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"/>
				<updated>2017-07-12T15:26:16Z</updated>
		
		<summary type="html">&lt;p&gt;Liammcdaid: 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='line'&amp;gt;...&amp;quot;&lt;/p&gt;
&lt;hr /&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>

	<entry>
		<id>https://support.unioncloud.org/UnionCloud/wiki/index.php?title=Main_Page&amp;diff=2282</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://support.unioncloud.org/UnionCloud/wiki/index.php?title=Main_Page&amp;diff=2282"/>
				<updated>2017-07-12T15:19:27Z</updated>
		
		<summary type="html">&lt;p&gt;Liammcdaid: /* Code Snippets */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:NUS_Connect.png|thumb|200px|Screenshot of the NUS Connect Website, one of the heaviest users of the UnionCloud Platform.]]&lt;br /&gt;
&lt;br /&gt;
This Community Wiki, is our venture in hoping that we can provide to you the best, most up to to date, comprehensive, and yet easy to understand support possible. Though our team will be working hard to ensure we cover, and keep on top of this, providing help, support, and guidance on all areas of Union Cloud, there are only so many hours in the day.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
As with all 'Wiki' based websites, we're going to be asking for a little bit of help from you guys, the community. If you're looking through here, and there is something you've noticed is missing, feel free to add it, or let us know that you'd like some help on a particular topic adding. With your help, we can make this a hugely successful support mechanism to allow you to create the best Union Cloud platforms possible for your own institutions!&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
Ash&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
Digital Support Executive&lt;br /&gt;
== About ==&lt;br /&gt;
First time here? All you need to do is quickly register, as soon as you have, you will be able to view more content, and even make edits!&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==FAQ's / Common Questions ==&lt;br /&gt;
*[[User Groups &amp;amp; Permissions|How do I give people permissions on Union Cloud?]]&lt;br /&gt;
*[[How to set up an election|How do I set up an election?]]&lt;br /&gt;
*Creating an Event&lt;br /&gt;
*Uploading a News Story&lt;br /&gt;
*[[Other Support|What other support can I get for UnionCloud?]]&lt;br /&gt;
&lt;br /&gt;
== What would you like help with? ==&lt;br /&gt;
These are the major areas you will come across using the ''Back End'' of Union Cloud.&lt;br /&gt;
&lt;br /&gt;
=== Admin === &lt;br /&gt;
[[File:Admin_Menu.png|frame|200px|Admin Menu from Union Cloud Dashboard.]]&lt;br /&gt;
&lt;br /&gt;
The Admin section of the Union Cloud Dashboard contains all of the tools you as the Administrator are likely to need to make sure that your site functions, and functions correctly. Everything from setting up the specific ID's students are allowed to register with, Single Sign On, Nominal Codes for your finance teams, Data Uploads, and more.&lt;br /&gt;
&lt;br /&gt;
It is the main suite of tools you will use to manage your site, [[Setup]], is mainly used, as it would suggest, in the setup of your website, the crucial settings, and, custom email responses, often this is made up of the settings that doesn't require changing too often. The other group of tools, you will use more frequently, though which tools are available to you will depend on which Union Cloud package you are on.&lt;br /&gt;
&lt;br /&gt;
The Sections of the Admin Menu are;&lt;br /&gt;
*[[Setup]]&lt;br /&gt;
*[[User Groups &amp;amp; Permissions|User Groups]]&lt;br /&gt;
*[[Remote Sales]]&lt;br /&gt;
*[[User Account Details]]&lt;br /&gt;
*[[Manage Refunds]]&lt;br /&gt;
*[[Manage Course Rep]]&lt;br /&gt;
*[[Upload Files]]&lt;br /&gt;
*[[Android App]]&lt;br /&gt;
&lt;br /&gt;
=== Website === &lt;br /&gt;
[[File:Website Menu.png|thumb|Website Menu from Union Cloud Dashboard.]]&lt;br /&gt;
MarComs is a Portmanteau of the words ''Marketing'', and ''Communications'', and that is largely what this section covers, it includes all of the areas to edit content on your site, add '[[Articles Manager|News Articles]]', send out Emails to your members ([[Campaign Manager|Campaigns]]), and managing all of your [[Images Library|Uploaded Images]] &amp;amp; [[Documents Manager|Documents]].&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
Some areas, like Developers Toolkit, are slightly more advanced still and allow users with the know how to alter the structure of their site, the navigation, the order / location of pages and more, it also gives the ability to add widgets, sub-sites, and with one of the extra packages, customise the CSS and Javascript within the site, allowing a greater level of bespoking.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
The Sections of the MARCOMS Menu are;&lt;br /&gt;
*[[Web Site Manager]]&lt;br /&gt;
*[[Articles Manager]]&lt;br /&gt;
*[[Documents Manager]]&lt;br /&gt;
*[[Images Library]]&lt;br /&gt;
*[[Developers Toolkit]]&lt;br /&gt;
*[[301 Redirect]]&lt;br /&gt;
&lt;br /&gt;
=== Campaigns ===&lt;br /&gt;
[[File:Campaigns Menu.PNG|thumb|Campaigns Menu from Union Cloud Dashboard.]]&lt;br /&gt;
Previously from within the MARCOMS Section, these have been separated out now for Clarity. Campaigns is the section you visit if you wish to send out Email 'Campaigns' from within your UnionCloud site to your membership, it's broken down into four sections.&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Campaign Manager]]&lt;br /&gt;
:*Union Pending Campaigns&lt;br /&gt;
:*Union Past Campaigns&lt;br /&gt;
:*NUS Pending Campaigns&lt;br /&gt;
:*NUS Past Campaigns&lt;br /&gt;
&lt;br /&gt;
=== Groups ===&lt;br /&gt;
[[File:Groups_Menu.png|frame|200px|Groups Menu from Union Cloud Dashboard.]]&lt;br /&gt;
Groups is the catch all term we use to describe any student group we want to give some access and independence to on our Website, Typically, these are Sports Clubs &amp;amp; Societies, however some also use it for Course reps, mailing lists, interest groups and one off projects&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
If the people in charge of said group have been assigned permissions, then they can also manage themselves, their own ''minisite'', their own memberships / prices, events, emails and more.&lt;br /&gt;
&lt;br /&gt;
The Sections of the Groups Menu are;&lt;br /&gt;
*[[Manage Groups]]&lt;br /&gt;
*[[Manage Group Promotions|Manage Promotions]]&lt;br /&gt;
*[[Manage Awards]]&lt;br /&gt;
&lt;br /&gt;
=== Events ===&lt;br /&gt;
[[File:Events_Menu.png|frame|200px|Events Menu from Union Cloud Dashboard.]]&lt;br /&gt;
The events section is a useful tool used for eTicketing, Door Entry (Scanning / Redeeming tickets at an event), Obtaining information in advance from all of your guests, notifying them of updates, and giving the abilty to promote events, to boost attention or sales.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
The Sections of the Events Menu are;&lt;br /&gt;
*[[Manage Events]]&lt;br /&gt;
*[[Redeem Tickets]]&lt;br /&gt;
*[[Manage Event Promotions|Manage Promotions]]&lt;br /&gt;
*[[Manage Ticket Orders]]&lt;br /&gt;
&lt;br /&gt;
=== Eshop ===&lt;br /&gt;
[[File:EShop Menu.png|thumb|eShop Menu from Union Cloud Dashboard.]]&lt;br /&gt;
There are currently three options available relating to eShops withing Union Cloud sites; None, Managed, or Union.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
'''None''' is straight forward, a non commercial union who do not wish to sell products.&amp;lt;br/&amp;gt;&lt;br /&gt;
'''Managed''' is an eShop managed by the Union Cloud team, and stocked by [http://www.eponashop.com/ Epona], the Fairtrade clothing supplier that is a subsidiary of NUS, as the shop. &amp;lt;br/&amp;gt;&lt;br /&gt;
'''Union''' is the most common option, and refers to an eShop managed by a member of staff at your Union, and requires you to upload and maintain your stock, and stock levels, reviewing and dispatching orders.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
The financial breakdown for Managed and Union is slightly different, you can get these details by contacting you Membership Engagement Executive.&amp;lt;br/&amp;gt;&lt;br /&gt;
The Sections of the Eshop Menu are;&lt;br /&gt;
*[[Manage Products|Products]]&lt;br /&gt;
*[[Manage Product Categories|Categories]]&lt;br /&gt;
*[[Manage Orders|Orders]]&lt;br /&gt;
*[[Manage Colours|Colours]]&lt;br /&gt;
*[[Manage Eshop Promotions|Product Promotions]]&lt;br /&gt;
*[[Manage Category Discount|Category Discount]]&lt;br /&gt;
*[[Shipping Charges Upload]]&lt;br /&gt;
*[[Stock Report]]&lt;br /&gt;
&lt;br /&gt;
=== Democracy ===&lt;br /&gt;
[[File:Democracy Menu.png|thumb|eShop Menu from Union Cloud Dashboard.]]&lt;br /&gt;
The Sections of the Democracy Menu are;&lt;br /&gt;
*[[Elections]]&lt;br /&gt;
:*[[Elections#Manage Categories|Manage Categories]]&lt;br /&gt;
:*[[Elections#Manage Positions|Manage Positions]]&lt;br /&gt;
:*[[Elections#Manage Elections|Manage Elections]]&lt;br /&gt;
:*[[Elections Dashboard]]&lt;br /&gt;
*[[Referendums]]&lt;br /&gt;
*[[Student Voice]]&lt;br /&gt;
:*[[Student Voice#Setup|Setup]]&lt;br /&gt;
:*[[Student Voice#Manage Ideas|Manage Ideas]]&lt;br /&gt;
:*[[Student Voice#Manage Comments|Manage Comments]]&lt;br /&gt;
&lt;br /&gt;
=== Volunteering ===&lt;br /&gt;
[[File:Volunteering Menu.png|thumb|Volunteering Menu from Union Cloud Dashboard.]]&lt;br /&gt;
The Sections of the Volunteering Menu are;&lt;br /&gt;
*[[Volunteering Setup]]&lt;br /&gt;
*[[Manage Volunteers]]&lt;br /&gt;
*[[Manage organisations/projects]]&lt;br /&gt;
*[[Manage opportunities]]&lt;br /&gt;
*[[Dashboard]]&lt;br /&gt;
*[[Manage reports]]&lt;br /&gt;
*[[Upload organisation/project]]&lt;br /&gt;
*[[Volunteer awards]]&lt;br /&gt;
&lt;br /&gt;
=== Reports ===&lt;br /&gt;
[[File:Reports Menu.png|thumb|Reports Menu from Union Cloud Dashboard.]]&lt;br /&gt;
The Sections of the Reports Menu are;&lt;br /&gt;
*[[NUS Analytics]]&lt;br /&gt;
:*[[NUS Analytics#Dynamic KPI's|Dynamic KPIs]]&lt;br /&gt;
:*[[NUS Analytics#Charts|Charts]]&lt;br /&gt;
:*[[NUS Analytics#Student Activity Report|Student Activity Report]]&lt;br /&gt;
*[[Event Booking Details]]&lt;br /&gt;
*[[Finance Report]]&lt;br /&gt;
*[[Group Committee Report]]&lt;br /&gt;
*[[Membership Details]]&lt;br /&gt;
&lt;br /&gt;
== [[Version History]] ==&lt;br /&gt;
&lt;br /&gt;
Links to Version Updates / Release Notes, this stub stores the most recent 3 sprints, and the most recent three major releases, however if you are looking for full details you can find all release / sprint data on the [[Version History]] page.&lt;br /&gt;
&lt;br /&gt;
=== Major Updates ===&lt;br /&gt;
*[[Release 25]] - 25th June 2016&lt;br /&gt;
*[[Release 26]] - 26th November 2016&lt;br /&gt;
*[[Release 27]] - 6th May 2017&lt;br /&gt;
&lt;br /&gt;
=== Sprint Updates ===&lt;br /&gt;
* [[R27 Patch: 05th May 2017]]&lt;br /&gt;
* [[R27 Patch: 12th May 2017]]&lt;br /&gt;
* [[R27 Patch: 14th May 2017]]&lt;br /&gt;
&lt;br /&gt;
=== Newsletter Links ===&lt;br /&gt;
We will keep an up to date archive of previous UnionCloud briefings if you wish to go back and review them for any reason, below you can see the three most recent Briefings, but if you want to see them all you can visit our [[UC Briefing Archive]].&lt;br /&gt;
*[[Briefing_Q1_2017]]&lt;br /&gt;
*[[Briefing_Q4_2016]]&lt;br /&gt;
*[[Briefing_Q3_2016]]&lt;br /&gt;
&lt;br /&gt;
== Misc Info ==&lt;br /&gt;
Here we'll list links or info about any documentation that isn't necessarily directly Union Cloud, but may still relate to your usage of the platform.&lt;br /&gt;
&lt;br /&gt;
[[UnionCloud Sub-Domain List]]&lt;br /&gt;
&lt;br /&gt;
=== Finance ===&lt;br /&gt;
*[[Transaction Fees]]&lt;br /&gt;
&lt;br /&gt;
===Code Snippets===&lt;br /&gt;
*[[Modify Site Background Image or Colour]]&lt;br /&gt;
*[[Change Officer Stripe Speed]]&lt;br /&gt;
*[[Hide Events on index]]&lt;br /&gt;
*[[Show Count on All Usergroups]]&lt;br /&gt;
*[[Simple image slideshow]]&lt;br /&gt;
*[[Auto load content on scroll]]&lt;br /&gt;
*[[Rename Student Voice Module]]&lt;br /&gt;
*[[Auto select single group membership type]]&lt;br /&gt;
*[[Rename tab in Elections Stats Dashboard]]&lt;br /&gt;
*[[Hide Group email preferences from user]]&lt;br /&gt;
&lt;br /&gt;
===Developer APIs===&lt;br /&gt;
*[[Getting Started With API's]]&lt;br /&gt;
*[[API PHP Wrapper]]&lt;br /&gt;
*[https://nationalunionofstudents.webex.com/nationalunionofstudents/lsr.php?RCID=04ef572078655728e31404b1643a2ed7 API Webinar]&lt;/div&gt;</summary>
		<author><name>Liammcdaid</name></author>	</entry>

	<entry>
		<id>https://support.unioncloud.org/UnionCloud/wiki/index.php?title=API_PHP_Wrapper&amp;diff=2058</id>
		<title>API PHP Wrapper</title>
		<link rel="alternate" type="text/html" href="https://support.unioncloud.org/UnionCloud/wiki/index.php?title=API_PHP_Wrapper&amp;diff=2058"/>
				<updated>2017-03-30T11:41:36Z</updated>
		
		<summary type="html">&lt;p&gt;Liammcdaid: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A number of api's have been created to allow programmatic access to the UnionCloud platform. &lt;br /&gt;
&lt;br /&gt;
* Authentication&lt;br /&gt;
* Uploads&lt;br /&gt;
* Users&lt;br /&gt;
* UserGroup / UserGroup Memberships&lt;br /&gt;
* Events&lt;br /&gt;
* Elections&lt;br /&gt;
* Groups (to be released soon)&lt;br /&gt;
&lt;br /&gt;
== Getting Started==&lt;br /&gt;
The api's are mostly documented on [http://docs.ucapi.apiary.io/ apiary.io]. You will need to create an account on apiary, then submit a support ticket to gain access to the documentation. The developer team keep this up to date and it include example calls which show what you can get from the system by varying the paramters.&lt;br /&gt;
&lt;br /&gt;
Its best to test out the api functionality in the UAT environment first, so not to effect the production site.&lt;br /&gt;
&lt;br /&gt;
==Wrappers==&lt;br /&gt;
===PHP===&lt;br /&gt;
[http://www.yusu.org YUSU] have created a wrapper for PHP which can be installed via composer [https://packagist.org/packages/yusu/unioncloud-api-php yusu/unioncloud-api-php]. This is an second version and replaces the existing api wrapper.&lt;/div&gt;</summary>
		<author><name>Liammcdaid</name></author>	</entry>

	<entry>
		<id>https://support.unioncloud.org/UnionCloud/wiki/index.php?title=API_PHP_Wrapper&amp;diff=1753</id>
		<title>API PHP Wrapper</title>
		<link rel="alternate" type="text/html" href="https://support.unioncloud.org/UnionCloud/wiki/index.php?title=API_PHP_Wrapper&amp;diff=1753"/>
				<updated>2017-01-30T18:06:44Z</updated>
		
		<summary type="html">&lt;p&gt;Liammcdaid: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A number of api's have been created to allow programmatic access to the UnionCloud platform. &lt;br /&gt;
&lt;br /&gt;
* Authentication&lt;br /&gt;
* Uploads&lt;br /&gt;
* Users&lt;br /&gt;
* UserGroup / UserGroup Memberships&lt;br /&gt;
* Events&lt;br /&gt;
* Elections&lt;br /&gt;
* Groups (to be released soon)&lt;br /&gt;
&lt;br /&gt;
== Getting Started==&lt;br /&gt;
The api's are mostly documented on [http://docs.ucapi.apiary.io/ apiary.io]. You will need to create an account on apiary, then submit a support ticket to gain access to the documentation. The developer team keep this up to date and it include example calls which show what you can get from the system by varying the paramters.&lt;br /&gt;
&lt;br /&gt;
Its best to test out the api functionality in the UAT environment first, so not to effect the production site.&lt;br /&gt;
&lt;br /&gt;
==Wrappers==&lt;br /&gt;
===PHP===&lt;br /&gt;
[http://www.yusu.org YUSU] have created a wrapper for PHP which can be installed via composer [https://packagist.org/packages/yusu/nus-unioncloud-api-php yusu/nus-unioncloud-api-php]. This is an initial build, handling the making of the requests and returning the data - error handling and managing rate limits will be added in future releases.&lt;/div&gt;</summary>
		<author><name>Liammcdaid</name></author>	</entry>

	<entry>
		<id>https://support.unioncloud.org/UnionCloud/wiki/index.php?title=API_PHP_Wrapper&amp;diff=1752</id>
		<title>API PHP Wrapper</title>
		<link rel="alternate" type="text/html" href="https://support.unioncloud.org/UnionCloud/wiki/index.php?title=API_PHP_Wrapper&amp;diff=1752"/>
				<updated>2017-01-30T18:05:51Z</updated>
		
		<summary type="html">&lt;p&gt;Liammcdaid: Created page with &amp;quot;A number of api's have been created to allow programmatic access to the UnionCloud platform.   * Authentication * Uploads * Users * UserGroup / UserGroup Memberships * Events...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A number of api's have been created to allow programmatic access to the UnionCloud platform. &lt;br /&gt;
&lt;br /&gt;
* Authentication&lt;br /&gt;
* Uploads&lt;br /&gt;
* Users&lt;br /&gt;
* UserGroup / UserGroup Memberships&lt;br /&gt;
* Events&lt;br /&gt;
* Elections&lt;br /&gt;
* Groups (to be released soon)&lt;br /&gt;
&lt;br /&gt;
== Getting Started==&lt;br /&gt;
The api's are mostly documented on [http://docs.ucapi.apiary.io/ apiary.io]. You will need to create an account on apiary, then submit a support ticket to gain access to the documentation. The developer team keep this up to date and it include example calls which show what you can get from the system by varying the paramters.&lt;br /&gt;
&lt;br /&gt;
Its best to test out the api functionality in the UAT environment first, so not to &lt;br /&gt;
&lt;br /&gt;
==Wrappers==&lt;br /&gt;
===PHP===&lt;br /&gt;
[http://www.yusu.org YUSU] have created a wrapper for PHP which can be installed via composer [https://packagist.org/packages/yusu/nus-unioncloud-api-php yusu/nus-unioncloud-api-php]. This is an initial build, handling the making of the requests and returning the data - error handling and managing rate limits will be added in future releases.&lt;/div&gt;</summary>
		<author><name>Liammcdaid</name></author>	</entry>

	<entry>
		<id>https://support.unioncloud.org/UnionCloud/wiki/index.php?title=Main_Page&amp;diff=1751</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://support.unioncloud.org/UnionCloud/wiki/index.php?title=Main_Page&amp;diff=1751"/>
				<updated>2017-01-30T17:45:51Z</updated>
		
		<summary type="html">&lt;p&gt;Liammcdaid: Add link to apis page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:NUS_Connect.png|thumb|200px|Screenshot of the NUS Connect Website, one of the heaviest users of the UnionCloud Platform.]]&lt;br /&gt;
&lt;br /&gt;
This Community Wiki, is our venture in hoping that we can provide to you the best, most up to to date, comprehensive, and yet easy to understand support possible. Though our team will be working hard to ensure we cover, and keep on top of this, providing help, support, and guidance on all areas of Union Cloud, there are only so many hours in the day.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
As with all 'Wiki' based websites, we're going to be asking for a little bit of help from you guys, the community. If you're looking through here, and there is something you've noticed is missing, feel free to add it, or let us know that you'd like some help on a particular topic adding. With your help, we can make this a hugely successful support mechanism to allow you to create the best Union Cloud platforms possible for your own institutions!&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
Ash&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
Digital Support Executive&lt;br /&gt;
== About ==&lt;br /&gt;
First time here? All you need to do is quickly register, as soon as you have, you will be able to view more content, and even make edits!&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==FAQ's / Common Questions ==&lt;br /&gt;
*[[User Groups &amp;amp; Permissions|How do I give people permissions on Union Cloud?]]&lt;br /&gt;
*[[How to set up an election|How do I set up an election?]]&lt;br /&gt;
*Creating an Event&lt;br /&gt;
*Uploading a News Story&lt;br /&gt;
*[[Other Support|What other support can I get for UnionCloud?]]&lt;br /&gt;
&lt;br /&gt;
== What would you like help with? ==&lt;br /&gt;
These are the major areas you will come across using the ''Back End'' of Union Cloud.&lt;br /&gt;
&lt;br /&gt;
=== Admin === &lt;br /&gt;
[[File:Admin_Menu.png|frame|200px|Admin Menu from Union Cloud Dashboard.]]&lt;br /&gt;
&lt;br /&gt;
The Admin section of the Union Cloud Dashboard contains all of the tools you as the Administrator are likely to need to make sure that your site functions, and functions correctly. Everything from setting up the specific ID's students are allowed to register with, Single Sign On, Nominal Codes for your finance teams, Data Uploads, and more.&lt;br /&gt;
&lt;br /&gt;
It is the main suite of tools you will use to manage your site, [[Setup]], is mainly used, as it would suggest, in the setup of your website, the crucial settings, and, custom email responses, often this is made up of the settings that doesn't require changing too often. The other group of tools, you will use more frequently, though which tools are available to you will depend on which Union Cloud package you are on.&lt;br /&gt;
&lt;br /&gt;
The Sections of the Admin Menu are;&lt;br /&gt;
*[[Setup]]&lt;br /&gt;
*[[User Groups &amp;amp; Permissions|User Groups]]&lt;br /&gt;
*[[Remote Sales]]&lt;br /&gt;
*[[User Account Details]]&lt;br /&gt;
*[[Manage Refunds]]&lt;br /&gt;
*[[Manage Course Rep]]&lt;br /&gt;
*[[Upload Files]]&lt;br /&gt;
*[[Android App]]&lt;br /&gt;
&lt;br /&gt;
=== Website === &lt;br /&gt;
[[File:Website Menu.png|thumb|Website Menu from Union Cloud Dashboard.]]&lt;br /&gt;
MarComs is a Portmanteau of the words ''Marketing'', and ''Communications'', and that is largely what this section covers, it includes all of the areas to edit content on your site, add '[[Articles Manager|News Articles]]', send out Emails to your members ([[Campaign Manager|Campaigns]]), and managing all of your [[Images Library|Uploaded Images]] &amp;amp; [[Documents Manager|Documents]].&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
Some areas, like Developers Toolkit, are slightly more advanced still and allow users with the know how to alter the structure of their site, the navigation, the order / location of pages and more, it also gives the ability to add widgets, sub-sites, and with one of the extra packages, customise the CSS and Javascript within the site, allowing a greater level of bespoking.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
The Sections of the MARCOMS Menu are;&lt;br /&gt;
*[[Web Site Manager]]&lt;br /&gt;
*[[Articles Manager]]&lt;br /&gt;
*[[Documents Manager]]&lt;br /&gt;
*[[Images Library]]&lt;br /&gt;
*[[Developers Toolkit]]&lt;br /&gt;
*[[301 Redirect]]&lt;br /&gt;
&lt;br /&gt;
=== Campaigns ===&lt;br /&gt;
[[File:Campaigns Menu.PNG|thumb|Campaigns Menu from Union Cloud Dashboard.]]&lt;br /&gt;
Previously from within the MARCOMS Section, these have been separated out now for Clarity. Campaigns is the section you visit if you wish to send out Email 'Campaigns' from within your UnionCloud site to your membership, it's broken down into four sections.&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Campaign Manager]]&lt;br /&gt;
:*Union Pending Campaigns&lt;br /&gt;
:*Union Past Campaigns&lt;br /&gt;
:*NUS Pending Campaigns&lt;br /&gt;
:*NUS Past Campaigns&lt;br /&gt;
&lt;br /&gt;
=== Groups ===&lt;br /&gt;
[[File:Groups_Menu.png|frame|200px|Groups Menu from Union Cloud Dashboard.]]&lt;br /&gt;
Groups is the catch all term we use to describe any student group we want to give some access and independence to on our Website, Typically, these are Sports Clubs &amp;amp; Societies, however some also use it for Course reps, mailing lists, interest groups and one off projects&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
If the people in charge of said group have been assigned permissions, then they can also manage themselves, their own ''minisite'', their own memberships / prices, events, emails and more.&lt;br /&gt;
&lt;br /&gt;
The Sections of the Groups Menu are;&lt;br /&gt;
*[[Manage Groups]]&lt;br /&gt;
*[[Manage Group Promotions|Manage Promotions]]&lt;br /&gt;
*[[Manage Awards]]&lt;br /&gt;
&lt;br /&gt;
=== Events ===&lt;br /&gt;
[[File:Events_Menu.png|frame|200px|Events Menu from Union Cloud Dashboard.]]&lt;br /&gt;
The events section is a useful tool used for eTicketing, Door Entry (Scanning / Redeeming tickets at an event), Obtaining information in advance from all of your guests, notifying them of updates, and giving the abilty to promote events, to boost attention or sales.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
The Sections of the Events Menu are;&lt;br /&gt;
*[[Manage Events]]&lt;br /&gt;
*[[Redeem Tickets]]&lt;br /&gt;
*[[Manage Event Promotions|Manage Promotions]]&lt;br /&gt;
*[[Manage Ticket Orders]]&lt;br /&gt;
&lt;br /&gt;
=== Eshop ===&lt;br /&gt;
[[File:EShop Menu.png|thumb|eShop Menu from Union Cloud Dashboard.]]&lt;br /&gt;
There are currently three options available relating to eShops withing Union Cloud sites; None, Managed, or Union.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
'''None''' is straight forward, a non commercial union who do not wish to sell products.&amp;lt;br/&amp;gt;&lt;br /&gt;
'''Managed''' is an eShop managed by the Union Cloud team, and stocked by [http://www.eponashop.com/ Epona], the Fairtrade clothing supplier that is a subsidiary of NUS, as the shop. &amp;lt;br/&amp;gt;&lt;br /&gt;
'''Union''' is the most common option, and refers to an eShop managed by a member of staff at your Union, and requires you to upload and maintain your stock, and stock levels, reviewing and dispatching orders.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
The financial breakdown for Managed and Union is slightly different, you can get these details by contacting you Membership Engagement Executive.&amp;lt;br/&amp;gt;&lt;br /&gt;
The Sections of the Eshop Menu are;&lt;br /&gt;
*[[Manage Products|Products]]&lt;br /&gt;
*[[Manage Product Categories|Categories]]&lt;br /&gt;
*[[Manage Orders|Orders]]&lt;br /&gt;
*[[Manage Colours|Colours]]&lt;br /&gt;
*[[Manage Eshop Promotions|Product Promotions]]&lt;br /&gt;
*[[Manage Category Discount|Category Discount]]&lt;br /&gt;
*[[Shipping Charges Upload]]&lt;br /&gt;
*[[Stock Report]]&lt;br /&gt;
&lt;br /&gt;
=== Democracy ===&lt;br /&gt;
[[File:Democracy Menu.png|thumb|eShop Menu from Union Cloud Dashboard.]]&lt;br /&gt;
The Sections of the Democracy Menu are;&lt;br /&gt;
*[[Elections]]&lt;br /&gt;
:*[[Elections#Manage Categories|Manage Categories]]&lt;br /&gt;
:*[[Elections#Manage Positions|Manage Positions]]&lt;br /&gt;
:*[[Elections#Manage Elections|Manage Elections]]&lt;br /&gt;
:*[[Elections Dashboard]] '''Will be added with R26'''&lt;br /&gt;
*[[Referendums]]&lt;br /&gt;
*[[Student Voice]]&lt;br /&gt;
:*[[Student Voice#Setup|Setup]]&lt;br /&gt;
:*[[Student Voice#Manage Ideas|Manage Ideas]]&lt;br /&gt;
:*[[Student Voice#Manage Comments|Manage Comments]]&lt;br /&gt;
&lt;br /&gt;
=== Volunteering ===&lt;br /&gt;
[[File:Volunteering Menu.png|thumb|Volunteering Menu from Union Cloud Dashboard.]]&lt;br /&gt;
The Sections of the Volunteering Menu are;&lt;br /&gt;
*[[Volunteering Setup]]&lt;br /&gt;
*[[Manage Volunteers]]&lt;br /&gt;
*[[Manage organisations/projects]]&lt;br /&gt;
*[[Manage opportunities]]&lt;br /&gt;
*[[Dashboard]]&lt;br /&gt;
*[[Manage reports]]&lt;br /&gt;
*[[Upload organisation/project]]&lt;br /&gt;
*[[Volunteer awards]]&lt;br /&gt;
&lt;br /&gt;
=== Reports ===&lt;br /&gt;
[[File:Reports Menu.png|thumb|Reports Menu from Union Cloud Dashboard.]]&lt;br /&gt;
The Sections of the Reports Menu are;&lt;br /&gt;
*[[NUS Analytics]]&lt;br /&gt;
:*[[NUS Analytics#Dynamic KPI's|Dynamic KPIs]]&lt;br /&gt;
:*[[NUS Analytics#Charts|Charts]]&lt;br /&gt;
:*[[NUS Analytics#Student Activity Report|Student Activity Report]]&lt;br /&gt;
*[[Event Booking Details]]&lt;br /&gt;
*[[Finance Report]]&lt;br /&gt;
*[[Group Committee Report]]&lt;br /&gt;
*[[Membership Details]]&lt;br /&gt;
&lt;br /&gt;
== [[Version History]] ==&lt;br /&gt;
&lt;br /&gt;
Links to Version Updates / Release Notes, this stub stores the most recent 3 sprints, and the most recent three major releases, however if you are looking for full details you can find all release / sprint data on the [[Version History]] page.&lt;br /&gt;
&lt;br /&gt;
=== Major Updates ===&lt;br /&gt;
*[[Release 24]]&lt;br /&gt;
*[[Release 25]] - 25th June 2016&lt;br /&gt;
*[[Release 26]] - 26th November 2016&lt;br /&gt;
&lt;br /&gt;
=== Sprint Updates ===&lt;br /&gt;
* [[R25 Patch: 07th November 2016]]&lt;br /&gt;
* [[R26 Patch: 30th November 2016]]&lt;br /&gt;
* [[R25 Patch: 05th December 2016]]&lt;br /&gt;
&lt;br /&gt;
== Misc Info ==&lt;br /&gt;
&lt;br /&gt;
Here we'll list links or info about any documentation that isn't necessarily directly Union Cloud, but may still relate to your usage of the platform.&lt;br /&gt;
&lt;br /&gt;
=== Finance ===&lt;br /&gt;
*[[Transaction Fees]]&lt;br /&gt;
&lt;br /&gt;
===Code Snippets===&lt;br /&gt;
*[[Modify Site Background Image or Colour]]&lt;br /&gt;
*[[Change Officer Stripe Speed]]&lt;br /&gt;
*[[Hide Events on index]]&lt;br /&gt;
*[[Show Count on All Usergroups]]&lt;br /&gt;
*[[Simple image slideshow]]&lt;br /&gt;
*[[Disable candidates already selected in an election]]&lt;br /&gt;
*[[Auto load content on scroll]]&lt;br /&gt;
*[[Rename Student Voice Module]]&lt;br /&gt;
*[[Auto select single group membership type]]&lt;br /&gt;
&lt;br /&gt;
===Developer APIs===&lt;br /&gt;
*[[APIs]]&lt;/div&gt;</summary>
		<author><name>Liammcdaid</name></author>	</entry>

	<entry>
		<id>https://support.unioncloud.org/UnionCloud/wiki/index.php?title=Version_History&amp;diff=1709</id>
		<title>Version History</title>
		<link rel="alternate" type="text/html" href="https://support.unioncloud.org/UnionCloud/wiki/index.php?title=Version_History&amp;diff=1709"/>
				<updated>2017-01-18T05:48:12Z</updated>
		
		<summary type="html">&lt;p&gt;Liammcdaid: Corrected year&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Links to Version Updates / Release Notes&lt;br /&gt;
&lt;br /&gt;
== Major Updates ==&lt;br /&gt;
*[[Release 22]]&lt;br /&gt;
*[[Release 23]]&lt;br /&gt;
*[[Release 24]]&lt;br /&gt;
*[[Release 25]] - 25th June 2016&lt;br /&gt;
*[[Release 26]] - 26th November 2016 - estimated date&lt;br /&gt;
&lt;br /&gt;
== Sprint Updates ==&lt;br /&gt;
===2015===&lt;br /&gt;
====August====&lt;br /&gt;
* [[R23 Patch: 19th August 2015]]&lt;br /&gt;
====September====&lt;br /&gt;
* [[R23 Patch: 28th September 2015]]&lt;br /&gt;
====October====&lt;br /&gt;
* [[R23 Patch: 05th October 2015]]&lt;br /&gt;
* [[R23 Patch: 12th October 2015]]&lt;br /&gt;
* [[R23 Patch: 20th October 2015]]&lt;br /&gt;
====November====&lt;br /&gt;
* [[R23 Patch: 02nd November 2015]]&lt;br /&gt;
* [[R23 Patch: 09th November 2015]]&lt;br /&gt;
* [[R23 Patch: 30th November 2015]]&lt;br /&gt;
====December====&lt;br /&gt;
* [[R24 Patch: 12th December 2015]] (24.5) Large Release&lt;br /&gt;
* [[R24 Patch: 21st December 2015]]&lt;br /&gt;
===2016===&lt;br /&gt;
====January====&lt;br /&gt;
* [[R24 Patch: 04th January 2016]]&lt;br /&gt;
* [[R24 Patch: 11th January 2016]]&lt;br /&gt;
* [[R24 Patch: 18th January 2016]]&lt;br /&gt;
* [[R24 Patch: 25th January 2016]]&lt;br /&gt;
====February====&lt;br /&gt;
* [[R24 Patch: 01st February 2016]]&lt;br /&gt;
* [[R24 Patch: 08th February 2016]]&lt;br /&gt;
* [[R24 Patch: 15th February 2016]]&lt;br /&gt;
* [[R24 Patch: 22nd February 2016]]&lt;br /&gt;
====March====&lt;br /&gt;
* [[R24 Patch: 07th March 2016]]&lt;br /&gt;
* [[R24 Patch: 11th March 2016]]&lt;br /&gt;
* [[R24 Patch: 14th March 2016]]&lt;br /&gt;
* [[R24 Patch: 28th March 2016]]&lt;br /&gt;
&lt;br /&gt;
====April====&lt;br /&gt;
* [[R24 Patch: 04th April 2016]]&lt;br /&gt;
* [[R24 Patch: 11th April 2016]]&lt;br /&gt;
* [[R24 Patch: 18th April 2016]]&lt;br /&gt;
* [[R24 Patch: 25th April 2016]]&lt;br /&gt;
* [[R24 Patch: 28th April 2016]]&lt;br /&gt;
&lt;br /&gt;
====May====&lt;br /&gt;
* [[R24 Patch: 02nd May 2016]]&lt;br /&gt;
* [[R24 Patch: 09th May 2016]]&lt;br /&gt;
* [[R24 Patch: 23rd May 2016]]&lt;br /&gt;
&lt;br /&gt;
====June====&lt;br /&gt;
No Patches in June 2016 due to testing and Deployment of R25.&lt;br /&gt;
&lt;br /&gt;
====July====&lt;br /&gt;
* [[R25 Patch: 04th July 2016]]&lt;br /&gt;
* [[R25 Patch: 18th July 2016]]&lt;br /&gt;
* [[R25 Patch: 25th July 2016]]&lt;br /&gt;
&lt;br /&gt;
====August====&lt;br /&gt;
* [[R25 Patch: 01st August 2016]]&lt;br /&gt;
* [[R25 Patch: 08th August 2016]]&lt;br /&gt;
* [[R25 Patch: 16th August 2016]]&lt;br /&gt;
* [[R25 Patch: 22nd August 2016]]&lt;br /&gt;
* [[R25 Patch: 29th August 2016]]&lt;br /&gt;
&lt;br /&gt;
====September====&lt;br /&gt;
* [[R25 Patch: 07th September 2016]]&lt;br /&gt;
* [[R25 Patch: 12th September 2016]]&lt;br /&gt;
* [[R25 Patch: 19th September 2016]]&lt;br /&gt;
* [[R25 Patch: 20th September 2016]]&lt;br /&gt;
* [[R25 Patch: 26th September 2016]]&lt;br /&gt;
&lt;br /&gt;
====October====&lt;br /&gt;
* [[R25 Patch: 03rd October 2016]]&lt;br /&gt;
* [[R25 Patch: 17th October 2016]]&lt;br /&gt;
* [[R25 Patch: 24th October 2016]]&lt;br /&gt;
&lt;br /&gt;
====November====&lt;br /&gt;
* [[R25 Patch: 02nd November 2016]]&lt;br /&gt;
* [[R25 Patch: 07th November 2016]]&lt;br /&gt;
* '''Release 26 Deployed'''&lt;br /&gt;
* [[R26 Patch: 30th November 2016]]&lt;br /&gt;
&lt;br /&gt;
====December====&lt;br /&gt;
* [[R25 Patch: 05th December 2016]]&lt;br /&gt;
* [[R25 Patch: 12th December 2016]]&lt;br /&gt;
* [[R25 Patch: 19th December 2016]]&lt;br /&gt;
&lt;br /&gt;
===2017===&lt;br /&gt;
====January====&lt;br /&gt;
* [[R25 Patch: 09th January 2017]]&lt;br /&gt;
* [[R25 Patch: 16th January 2017]]&lt;br /&gt;
&lt;br /&gt;
== Templates ==&lt;br /&gt;
* [[Release Template]]&lt;br /&gt;
* [[Sprint Template]]&lt;/div&gt;</summary>
		<author><name>Liammcdaid</name></author>	</entry>

	</feed>