<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.ubc.ca/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Enej</id>
	<title>UBC Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ubc.ca/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Enej"/>
	<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/Special:Contributions/Enej"/>
	<updated>2026-07-24T06:15:32Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.9</generator>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System/CLF_Theme/Menu&amp;diff=282549</id>
		<title>Documentation:UBC Content Management System/CLF Theme/Menu</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System/CLF_Theme/Menu&amp;diff=282549"/>
		<updated>2014-03-19T23:28:27Z</updated>

		<summary type="html">&lt;p&gt;Enej: /* See Also */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox CMS}}The &#039;&#039;[menu]&#039;&#039; [[Documentation:UBC_Content_Management_System/What_is_a_shortcode%3F|shortcode]] allows you to place custom menus (see [[Documentation:CLF Advanced WordPress Theme/Creating Custom Menus | Creating Custom Menus]] to learn how to create custom menus) anywhere on the site. You can place it in main content area of the page/post or you can use the Section widget and specify where you want this menu to appear.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;This shortcode was available by default with the CLF Advanced theme. &amp;lt;br /&amp;gt;&lt;br /&gt;
Now it it part of the &#039;&#039;&#039;More Template Tag Shortcodes&#039;&#039;&#039; plugin. &lt;br /&gt;
You need to enable the plugin to have the shortcode available again.&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
Here is the syntax for the shortcode:&lt;br /&gt;
&lt;br /&gt;
 [menu menu=&amp;quot;Valuing Difference&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
The menu shortcode has many more attributes. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&#039;menu&#039;                =&amp;gt; &#039;&#039;, &lt;br /&gt;
&#039;container&#039;          =&amp;gt; &#039;div&#039;, &lt;br /&gt;
&#039;container_class&#039; =&amp;gt; &#039;&#039;, &lt;br /&gt;
&#039;container_id&#039;      =&amp;gt; &#039;&#039;, &lt;br /&gt;
&#039;menu_class&#039;       =&amp;gt; &#039;menu&#039;, &lt;br /&gt;
&#039;menu_id&#039;           =&amp;gt; &#039;&#039;,&lt;br /&gt;
&#039;fallback_cb&#039;       =&amp;gt; &#039;wp_page_menu&#039;,&lt;br /&gt;
&#039;before&#039;              =&amp;gt; &#039;&#039;,&lt;br /&gt;
&#039;after&#039;                 =&amp;gt; &#039;&#039;,&lt;br /&gt;
&#039;link_before&#039;       =&amp;gt; &#039;&#039;,&lt;br /&gt;
&#039;link_after&#039;          =&amp;gt; &#039;&#039;,&lt;br /&gt;
&#039;depth&#039;               =&amp;gt; 0,&lt;br /&gt;
&#039;walker&#039;              =&amp;gt; &#039;&#039;,&lt;br /&gt;
&#039;theme_location&#039;  =&amp;gt; &#039;&#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
If you are using the new UBC Collab theme. (the responsive theme).&lt;br /&gt;
The default attribute for the for &#039;&#039;fallback_cb&#039;&#039; become &#039;UBC_Collab_Navigation::pages_nav&#039;&lt;br /&gt;
and the for the &#039;&#039;walker&#039;&#039; attribute become &#039;&#039;new Bootstrap_Walker_Nav_Menu()&#039;&#039;;&lt;br /&gt;
&lt;br /&gt;
If you are placing the menu shortcode into the header widget are of a site &lt;br /&gt;
you can use the following html that will help you implement it. &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;ubc7-unit-menu&amp;quot; class=&amp;quot;navbar expand&amp;quot; role=&amp;quot;navigation&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;div class=&amp;quot;navbar-inner expand&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;div class=&amp;quot;container&amp;quot;&amp;gt;&lt;br /&gt;
          [menu container_class=&amp;quot;nav-collapse collapse&amp;quot; container_id=&amp;quot;ubc7-unit-navigation&amp;quot; menu_class=&amp;quot;nav&amp;quot; ] &lt;br /&gt;
         &amp;lt;/div&amp;gt;&lt;br /&gt;
     &amp;lt;/div&amp;gt;&amp;lt;!-- /navbar-inner --&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;!-- /navbar --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: &amp;quot;Valuing Difference&amp;quot; is the name of the sample custom menu.&lt;br /&gt;
&lt;br /&gt;
[[File: Menu-shortcode1.png|thumb|none|500px|(click to enlarge)]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This example uses the Section widget with the following shortcode:&lt;br /&gt;
&lt;br /&gt;
 [menu menu=&amp;quot;Valuing Difference&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
[[File: Menu-shortcode2.png|thumb|none|450px|(click to enlarge)]]&lt;br /&gt;
&lt;br /&gt;
Please see below how this looks on the webpage:&lt;br /&gt;
&lt;br /&gt;
[[File: Menu-shortcode3.png|thumb|none|500px|(click to enlarge)]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[menu walker=&amp;quot;default&amp;quot; ] &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Set the walker parameter to default to list the menu in regular list view.&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
* [[Documentation:CLF Advanced WordPress Theme/Creating Custom Menus | Creating Custom Menus]]&lt;br /&gt;
* [[Documentation:CLF Advanced WordPress Theme/Subpages Navigation|[subpages]]]&lt;br /&gt;
&lt;br /&gt;
[[Category:UBC CMS]] shortcode&lt;/div&gt;</summary>
		<author><name>Enej</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System/CLF_Theme/Menu&amp;diff=282548</id>
		<title>Documentation:UBC Content Management System/CLF Theme/Menu</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System/CLF_Theme/Menu&amp;diff=282548"/>
		<updated>2014-03-19T23:28:11Z</updated>

		<summary type="html">&lt;p&gt;Enej: /* See Also */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox CMS}}The &#039;&#039;[menu]&#039;&#039; [[Documentation:UBC_Content_Management_System/What_is_a_shortcode%3F|shortcode]] allows you to place custom menus (see [[Documentation:CLF Advanced WordPress Theme/Creating Custom Menus | Creating Custom Menus]] to learn how to create custom menus) anywhere on the site. You can place it in main content area of the page/post or you can use the Section widget and specify where you want this menu to appear.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;This shortcode was available by default with the CLF Advanced theme. &amp;lt;br /&amp;gt;&lt;br /&gt;
Now it it part of the &#039;&#039;&#039;More Template Tag Shortcodes&#039;&#039;&#039; plugin. &lt;br /&gt;
You need to enable the plugin to have the shortcode available again.&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
Here is the syntax for the shortcode:&lt;br /&gt;
&lt;br /&gt;
 [menu menu=&amp;quot;Valuing Difference&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
The menu shortcode has many more attributes. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&#039;menu&#039;                =&amp;gt; &#039;&#039;, &lt;br /&gt;
&#039;container&#039;          =&amp;gt; &#039;div&#039;, &lt;br /&gt;
&#039;container_class&#039; =&amp;gt; &#039;&#039;, &lt;br /&gt;
&#039;container_id&#039;      =&amp;gt; &#039;&#039;, &lt;br /&gt;
&#039;menu_class&#039;       =&amp;gt; &#039;menu&#039;, &lt;br /&gt;
&#039;menu_id&#039;           =&amp;gt; &#039;&#039;,&lt;br /&gt;
&#039;fallback_cb&#039;       =&amp;gt; &#039;wp_page_menu&#039;,&lt;br /&gt;
&#039;before&#039;              =&amp;gt; &#039;&#039;,&lt;br /&gt;
&#039;after&#039;                 =&amp;gt; &#039;&#039;,&lt;br /&gt;
&#039;link_before&#039;       =&amp;gt; &#039;&#039;,&lt;br /&gt;
&#039;link_after&#039;          =&amp;gt; &#039;&#039;,&lt;br /&gt;
&#039;depth&#039;               =&amp;gt; 0,&lt;br /&gt;
&#039;walker&#039;              =&amp;gt; &#039;&#039;,&lt;br /&gt;
&#039;theme_location&#039;  =&amp;gt; &#039;&#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
If you are using the new UBC Collab theme. (the responsive theme).&lt;br /&gt;
The default attribute for the for &#039;&#039;fallback_cb&#039;&#039; become &#039;UBC_Collab_Navigation::pages_nav&#039;&lt;br /&gt;
and the for the &#039;&#039;walker&#039;&#039; attribute become &#039;&#039;new Bootstrap_Walker_Nav_Menu()&#039;&#039;;&lt;br /&gt;
&lt;br /&gt;
If you are placing the menu shortcode into the header widget are of a site &lt;br /&gt;
you can use the following html that will help you implement it. &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;ubc7-unit-menu&amp;quot; class=&amp;quot;navbar expand&amp;quot; role=&amp;quot;navigation&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;div class=&amp;quot;navbar-inner expand&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;div class=&amp;quot;container&amp;quot;&amp;gt;&lt;br /&gt;
          [menu container_class=&amp;quot;nav-collapse collapse&amp;quot; container_id=&amp;quot;ubc7-unit-navigation&amp;quot; menu_class=&amp;quot;nav&amp;quot; ] &lt;br /&gt;
         &amp;lt;/div&amp;gt;&lt;br /&gt;
     &amp;lt;/div&amp;gt;&amp;lt;!-- /navbar-inner --&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;!-- /navbar --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: &amp;quot;Valuing Difference&amp;quot; is the name of the sample custom menu.&lt;br /&gt;
&lt;br /&gt;
[[File: Menu-shortcode1.png|thumb|none|500px|(click to enlarge)]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This example uses the Section widget with the following shortcode:&lt;br /&gt;
&lt;br /&gt;
 [menu menu=&amp;quot;Valuing Difference&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
[[File: Menu-shortcode2.png|thumb|none|450px|(click to enlarge)]]&lt;br /&gt;
&lt;br /&gt;
Please see below how this looks on the webpage:&lt;br /&gt;
&lt;br /&gt;
[[File: Menu-shortcode3.png|thumb|none|500px|(click to enlarge)]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[menu walker=&amp;quot;default&amp;quot; ] &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Set the walker parameter to default to list the menu in regular list view.&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
* [[Documentation:CLF Advanced WordPress Theme/Creating Custom Menus | Creating Custom Menus]]&lt;br /&gt;
* [[Documentation:CLF Advanced WordPress Theme/Subpages Navigation|[subpages]]]&lt;br /&gt;
&lt;br /&gt;
[[Category:UBC CMS]]&lt;/div&gt;</summary>
		<author><name>Enej</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:CLF_Advanced_WordPress_Theme/Subpages_Navigation&amp;diff=282546</id>
		<title>Documentation:CLF Advanced WordPress Theme/Subpages Navigation</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:CLF_Advanced_WordPress_Theme/Subpages_Navigation&amp;diff=282546"/>
		<updated>2014-03-19T23:26:44Z</updated>

		<summary type="html">&lt;p&gt;Enej: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox CMS}}The &#039;&#039;[subpages]&#039;&#039; [[Documentation:UBC_Content_Management_System/What_is_a_shortcode%3F|shortcode]] allows you to place subpages navigation and custom menu  (see [[Documentation:CLF Advanced WordPress Theme/Creating Custom Menus | Creating Custom Menus]] to learn how to create custom menus) anywhere on the site. You can place it in main content area of the page/post or you can use the Section widget and specify where you want this subpages navigation to appear. &lt;br /&gt;
&lt;br /&gt;
For latest UBC Collab theme, the styling of the subpages navigation is iterated from [http://clf.ubc.ca/design-specifications/components.html#sidenavigation UBC CLF&#039;s Side Navigation]&lt;br /&gt;
&lt;br /&gt;
Here is the syntax for the shortcode:&lt;br /&gt;
&lt;br /&gt;
 [subpages menu=&amp;quot;Valuing Difference&amp;quot;]&lt;br /&gt;
Note: &amp;quot;Valuing Difference&amp;quot; is the name of the sample custom menu.&lt;br /&gt;
&lt;br /&gt;
The subpages shortcode has many more attributes. &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&#039;siblings&#039; =&amp;gt; &#039;false&#039;,&lt;br /&gt;
&#039;collapsible&#039; =&amp;gt; &#039;true&#039;,&lt;br /&gt;
&#039;exclusive&#039; =&amp;gt; &#039;false&#039;,&lt;br /&gt;
&#039;expand&#039; =&amp;gt; &#039;false&#039;,&lt;br /&gt;
&#039;menu&#039; =&amp;gt; &#039;&#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt; &lt;br /&gt;
&lt;br /&gt;
By default, subpages navigation will display child page of current page.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[subpages]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To display other pages on the same level of the current page, add siblings&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[subpages siblings=true]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
By default, child and grandchild of is collapse under the parent level. To disable collapsible and display navigation in a flat level.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[subpages collapsible=false]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To auto expand to current page, add expand&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[subpages expand=true]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
By default, subpages navigation allows user to open every single parent group. By adding &amp;quot;exclusive&amp;quot; parameter, it will limit user to expand one parent level at a time and automatically collapse other opened levels. &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[subpages exclusive=true]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To use custom menu&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[subpages menu=&amp;quot;menu-name&amp;quot;]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This plugin also has a some additional shortcodes. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[subpages-next exclude=1,2]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
This shortcode displays the next and previous siblings pages that are.&lt;br /&gt;
the &#039;&#039;&#039;exclude&#039;&#039;&#039; attribute lets  you specify the a list of page id that should not be included in the results...&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[subpages-progress exclude=1,2 type=success]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
This shortcode displays the progress bar of how many pages to display you still have to do to complete.&lt;br /&gt;
the &#039;&#039;&#039;exclude&#039;&#039;&#039; attribute lets  you specify the a list of page id that should not be included in the results...&lt;br /&gt;
the type lets you change the colour of the progress bar as defined in the http://clf.ubc.ca/design-specifications/components.html#progress&lt;br /&gt;
&lt;br /&gt;
== Also see ==&lt;br /&gt;
The &amp;lt;code&amp;gt;[[Documentation:CLF_Advanced_WordPress_Theme/Menu|[menu]]]&amp;lt;/code&amp;gt; shortcode.&lt;/div&gt;</summary>
		<author><name>Enej</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System/What_is_a_shortcode&amp;diff=282545</id>
		<title>Documentation:UBC Content Management System/What is a shortcode</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System/What_is_a_shortcode&amp;diff=282545"/>
		<updated>2014-03-19T23:25:52Z</updated>

		<summary type="html">&lt;p&gt;Enej: /* Popular Shortcodes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox CMS}}A Shortcode is a WordPress-specific code that is used in post/page content or the section widget to execute a piece of dynamic code.&lt;br /&gt;
&lt;br /&gt;
For example, assume the shortcode &#039;&#039;[year]&#039;&#039; will display the current year. How can this be useful? Well, if you ever write, &amp;quot;In 2010 things will be different&amp;quot; and want 2010 to automatically correspond to the current year, you can just write &amp;quot;In [year] things will be differrent&amp;quot; and the year will automatically correspond to the current year.&lt;br /&gt;
&lt;br /&gt;
In other words, a shortcode is a WordPress-specific code that lets you do nifty things with very little effort.&lt;br /&gt;
&lt;br /&gt;
==Popular Shortcodes==&lt;br /&gt;
*[[Documentation:CLF_Advanced_WordPress_Theme/accordions|[accordions]]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/Shortcodes/Column|[column]]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/CLF Theme/RSS feed|[feed]]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/CLF Theme/Loop|[loop]]]&lt;br /&gt;
*[[Documentation:CLF Advanced WordPress Theme/qmts|[qmts]]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/CLF Theme/Menu|[menu]]]&lt;br /&gt;
*[[Documentation:CLF Advanced WordPress Theme/Subpages Navigation|[subpages]]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/CLF Theme/Slideshow|[slideshow]]]&lt;br /&gt;
*[[Documentation:CLF Advanced WordPress Theme/tabs|[tabs]]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/CLF_Theme/List_of_currently_available_shortcodes/the_post_thumbnail_src|[the_post_thumbnail_src]]]&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
*[[Documentation:UBC Content Management System/CLF Theme/List of currently available shortcodes|Complete list of shortcodes that can be used with the UBC CMS service]]&lt;br /&gt;
&lt;br /&gt;
*[[Documentation:UBC Content Management System/CLF Theme/epayment shortcodes|epayment shortcodes]]&lt;br /&gt;
&lt;br /&gt;
*[[Documentation:CLF Advanced WordPress Theme/wp_tag_cloud|[wp_tag_cloud]]]&lt;br /&gt;
[[Category:UBC CMS]]&lt;/div&gt;</summary>
		<author><name>Enej</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System/What_is_a_shortcode&amp;diff=282544</id>
		<title>Documentation:UBC Content Management System/What is a shortcode</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System/What_is_a_shortcode&amp;diff=282544"/>
		<updated>2014-03-19T23:24:59Z</updated>

		<summary type="html">&lt;p&gt;Enej: /* Popular Shortcodes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox CMS}}A Shortcode is a WordPress-specific code that is used in post/page content or the section widget to execute a piece of dynamic code.&lt;br /&gt;
&lt;br /&gt;
For example, assume the shortcode &#039;&#039;[year]&#039;&#039; will display the current year. How can this be useful? Well, if you ever write, &amp;quot;In 2010 things will be different&amp;quot; and want 2010 to automatically correspond to the current year, you can just write &amp;quot;In [year] things will be differrent&amp;quot; and the year will automatically correspond to the current year.&lt;br /&gt;
&lt;br /&gt;
In other words, a shortcode is a WordPress-specific code that lets you do nifty things with very little effort.&lt;br /&gt;
&lt;br /&gt;
==Popular Shortcodes==&lt;br /&gt;
*[[Documentation:CLF_Advanced_WordPress_Theme/accordions|[accordions]]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/Shortcodes/Column|[column]]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/CLF Theme/RSS feed|[feed]]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/CLF Theme/Loop|[loop]]]&lt;br /&gt;
*[[Documentation:CLF Advanced WordPress Theme/qmts|[qmts]]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/CLF Theme/Menu|[menu]]]&lt;br /&gt;
* [[Documentation:CLF Advanced WordPress Theme/Slideshow|[slideshow]]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/CLF Theme/Slideshow|[slideshow]]]&lt;br /&gt;
*[[Documentation:CLF Advanced WordPress Theme/tabs|[tabs]]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/CLF_Theme/List_of_currently_available_shortcodes/the_post_thumbnail_src|[the_post_thumbnail_src]]]&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
*[[Documentation:UBC Content Management System/CLF Theme/List of currently available shortcodes|Complete list of shortcodes that can be used with the UBC CMS service]]&lt;br /&gt;
&lt;br /&gt;
*[[Documentation:UBC Content Management System/CLF Theme/epayment shortcodes|epayment shortcodes]]&lt;br /&gt;
&lt;br /&gt;
*[[Documentation:CLF Advanced WordPress Theme/wp_tag_cloud|[wp_tag_cloud]]]&lt;br /&gt;
[[Category:UBC CMS]]&lt;/div&gt;</summary>
		<author><name>Enej</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System/CLF_Theme/List_of_currently_available_shortcodes&amp;diff=282543</id>
		<title>Documentation:UBC Content Management System/CLF Theme/List of currently available shortcodes</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System/CLF_Theme/List_of_currently_available_shortcodes&amp;diff=282543"/>
		<updated>2014-03-19T23:22:58Z</updated>

		<summary type="html">&lt;p&gt;Enej: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here’s the list of the [[Documentation:UBC Content Management System/What is a shortcode?|shortcodes]] that can currently be used on the UBC CMS platform.&lt;br /&gt;
&lt;br /&gt;
==A==&lt;br /&gt;
* &amp;lt;code&amp;gt;[[Documentation:CLF_Advanced_WordPress_Theme/accordions|[accordions]]]&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;[allowed_tags]&amp;lt;/code&amp;gt; &lt;br /&gt;
==B==&lt;br /&gt;
* &amp;lt;code&amp;gt;[bloginfo]&amp;lt;/code&amp;gt; &lt;br /&gt;
* &amp;lt;code&amp;gt;[browsershot]&amp;lt;/code&amp;gt; - adds a screenshot of any url.&lt;br /&gt;
==C==&lt;br /&gt;
* &amp;lt;code&amp;gt;[category_description]&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;[[Documentation:UBC Content Management System/Shortcodes/Column|[column]]]&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;[comments_link]&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;[cf &amp;lt;i&amp;gt;field_name&amp;lt;/i&amp;gt;]&amp;lt;/code&amp;gt; - Get custom field value&lt;br /&gt;
==F==&lt;br /&gt;
* &amp;lt;code&amp;gt;[[Documentation:CLF_Advanced_WordPress_Theme/RSS_feed|[feed]]]&amp;lt;/code&amp;gt;&lt;br /&gt;
==G==&lt;br /&gt;
* &amp;lt;code&amp;gt;[gallery]&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;[get_category_link]&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;[[UBC Content Management System/Shortcodes/Get IP|[get_ip]]]&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;[get_permalink]&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;[get_tag_link]&amp;lt;/code&amp;gt;&lt;br /&gt;
==L==&lt;br /&gt;
* &amp;lt;code&amp;gt;[loggedin]&amp;lt;/code&amp;gt; - displays the content for logged in users only&lt;br /&gt;
* &amp;lt;code&amp;gt;[loggedout]&amp;lt;/code&amp;gt; - displays content to logged out users only&lt;br /&gt;
* &amp;lt;code&amp;gt;[[Documentation:UBC_Content_Management_System/CLF_Theme/Loop|[loop]]]&amp;lt;/code&amp;gt;&lt;br /&gt;
==M==&lt;br /&gt;
* &amp;lt;code&amp;gt;[[Documentation:CLF_Advanced_WordPress_Theme/Menu|[menu]]]&amp;lt;/code&amp;gt;&lt;br /&gt;
==O==&lt;br /&gt;
* &amp;lt;code&amp;gt;[odd-even]&amp;lt;/code&amp;gt;&lt;br /&gt;
==P==&lt;br /&gt;
* &amp;lt;code&amp;gt;[poll id=&amp;quot;&amp;lt;i&amp;gt;poll_id&amp;lt;/i&amp;gt;&amp;quot;]&amp;lt;/code&amp;gt; - display the poll&lt;br /&gt;
* &amp;lt;code&amp;gt;[post-class]&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;[[Documentation:UBC_Content_Management_System/Managing_People_Profiles_and_Directories#.5Bprofile.5D_shortcode|[profile]]]&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;[[Documentation:UBC_Content_Management_System/Managing_People_Profiles_and_Directories#.5Bprofilelist.5D_shortcode|[profilelist]]]&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;[[Documentation:UBC_Content_Management_System/Managing_People_Profiles_and_Directories#.5Bprofilefield.5D_shortcode|[profilefield]]]&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;[[Documentation:UBC_Content_Management_System/Managing_People_Profiles_and_Directories#.5Bprofilesearch.5D_shortcode|[profilesearch]]]&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;[[Documentation:UBC_Content_Management_System/Managing_People_Profiles_and_Directories#.5Bprofilenavigation.5D_shortcode|[profilenavigation]]]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==S==&lt;br /&gt;
* &amp;lt;code&amp;gt;[[Documentation:CLF Advanced WordPress Theme/Slideshow|[slideshow]]]&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;[[Documentation:CLF Advanced WordPress Theme/Subpages Navigation|[subpages]]]&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;[[Documentation:CLF Advanced WordPress Theme/Subpages Navigation|[subpages-next]]]&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;[[Documentation:CLF Advanced WordPress Theme/Subpages Navigation|[subpages-progress]]]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==T==&lt;br /&gt;
* &amp;lt;code&amp;gt;[tag_description]&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;[[Documentation:CLF Advanced WordPress Theme/tabs|[tabs]]]&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;[term_description]&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;[the_author]&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;[the_author_aim]&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;[the_author_description]&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;[the_author_email]&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;[the_author_firstname]&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;[the_author_ID]&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;[the_author_lastname]&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;[the_author_link]&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;[the_author_login]&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;[the_author_meta]&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;[the_author_nickname]&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;[the_author_posts]&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;[the_author_posts_link]&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;[the_author_url]&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;[the_author_yim]&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;[the_category]&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;[the_date]&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;[the_ID]&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;[the_modified_author]&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;[the_modified_date]&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;[the_modified_time]&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;[the_permalink]&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;[[Documentation:UBC_Content_Management_System/CLF_Theme/List_of_currently_available_shortcodes/the_plain_tags|[the_plain_tags]]]&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;[the_post_thumbnail]&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;[[Documentation:UBC_Content_Management_System/CLF_Theme/List_of_currently_available_shortcodes/the_post_thumbnail_src|[the_post_thumbnail_src]]]&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;[the_tags]&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;[the_terms]&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;[the_time]&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;[the_title]&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;[the_title_attribute]&amp;lt;/code&amp;gt;&lt;br /&gt;
==U==&lt;br /&gt;
* &amp;lt;code&amp;gt;[http://wiki.ubc.ca/Documentation:UBC_Courses_Plugin [ubccourses]]&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;[http://wiki.ubc.ca/Documentation:UBC_Courses_Plugin [ubcinstructors]]&amp;lt;/code&amp;gt;&lt;br /&gt;
==W==&lt;br /&gt;
* &amp;lt;code&amp;gt;[http://wiki.ubc.ca/Documentation:UBC_Content_Management_System/CLF_Theme/How_to_embed_content_from_the_UBC_Wiki [wiki-embed]]&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;[wp_dropdown_categories]&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;[wp_dropdown_pages]&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;[http://codex.wordpress.org/Function_Reference/wp_get_archives [wp_get_archives]]&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;[wp_list_authors]&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;[wp_list_bookmarks]&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;[wp_list_categories]&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;[http://codex.wordpress.org/Function_Reference/wp_list_pages [wp_list_pages]]&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;[http://codex.wordpress.org/Template_Tags/get_posts [wp_list_posts]]&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;[wp_login_url]&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;[wp_logout_url]&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;[http://wiki.ubc.ca/Documentation:CLF_Advanced_WordPress_Theme/wp_tag_cloud [wp_tag_cloud]]&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Enej</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:CLF_Advanced_WordPress_Theme/Subpages_Navigation&amp;diff=282542</id>
		<title>Documentation:CLF Advanced WordPress Theme/Subpages Navigation</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:CLF_Advanced_WordPress_Theme/Subpages_Navigation&amp;diff=282542"/>
		<updated>2014-03-19T23:22:19Z</updated>

		<summary type="html">&lt;p&gt;Enej: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox CMS}}The &#039;&#039;[subpages]&#039;&#039; [[Documentation:UBC_Content_Management_System/What_is_a_shortcode%3F|shortcode]] allows you to place subpages navigation and custom menu  (see [[Documentation:CLF Advanced WordPress Theme/Creating Custom Menus | Creating Custom Menus]] to learn how to create custom menus) anywhere on the site. You can place it in main content area of the page/post or you can use the Section widget and specify where you want this subpages navigation to appear. &lt;br /&gt;
&lt;br /&gt;
For latest UBC Collab theme, the styling of the subpages navigation is iterated from [http://clf.ubc.ca/design-specifications/components.html#sidenavigation UBC CLF&#039;s Side Navigation]&lt;br /&gt;
&lt;br /&gt;
Here is the syntax for the shortcode:&lt;br /&gt;
&lt;br /&gt;
 [subpages menu=&amp;quot;Valuing Difference&amp;quot;]&lt;br /&gt;
Note: &amp;quot;Valuing Difference&amp;quot; is the name of the sample custom menu.&lt;br /&gt;
&lt;br /&gt;
The subpages shortcode has many more attributes. &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&#039;siblings&#039; =&amp;gt; &#039;false&#039;,&lt;br /&gt;
&#039;collapsible&#039; =&amp;gt; &#039;true&#039;,&lt;br /&gt;
&#039;exclusive&#039; =&amp;gt; &#039;false&#039;,&lt;br /&gt;
&#039;expand&#039; =&amp;gt; &#039;false&#039;,&lt;br /&gt;
&#039;menu&#039; =&amp;gt; &#039;&#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt; &lt;br /&gt;
&lt;br /&gt;
By default, subpages navigation will display child page of current page.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[subpages]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To display other pages on the same level of the current page, add siblings&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[subpages siblings=true]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
By default, child and grandchild of is collapse under the parent level. To disable collapsible and display navigation in a flat level.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[subpages collapsible=false]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To auto expand to current page, add expand&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[subpages expand=true]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
By default, subpages navigation allows user to open every single parent group. By adding &amp;quot;exclusive&amp;quot; parameter, it will limit user to expand one parent level at a time and automatically collapse other opened levels. &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[subpages exclusive=true]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To use custom menu&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[subpages menu=&amp;quot;menu-name&amp;quot;]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This plugin also has a some additional shortcodes. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[subpages-next exclude=1,2]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
This shortcode displays the next and previous siblings pages that are.&lt;br /&gt;
the &#039;&#039;&#039;exclude&#039;&#039;&#039; attribute lets  you specify the a list of page id that should not be included in the results...&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[subpages-progress exclude=1,2 type=success]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
This shortcode displays the progress bar of how many pages to display you still have to do to complete.&lt;br /&gt;
the &#039;&#039;&#039;exclude&#039;&#039;&#039; attribute lets  you specify the a list of page id that should not be included in the results...&lt;br /&gt;
the type lets you change the colour of the progress bar as defined in the http://clf.ubc.ca/design-specifications/components.html#progress&lt;/div&gt;</summary>
		<author><name>Enej</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Sandbox:Customer_Discovery:_Assuming_You_Know&amp;diff=280527</id>
		<title>Sandbox:Customer Discovery: Assuming You Know</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Sandbox:Customer_Discovery:_Assuming_You_Know&amp;diff=280527"/>
		<updated>2014-03-07T23:34:06Z</updated>

		<summary type="html">&lt;p&gt;Enej: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Customer Discovery: Assuming You Know&amp;lt;/span&amp;gt;===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;responsive-media&amp;quot;&amp;gt;{{#widget:Vimeo|id=76175907| hheight=315|width=420}}&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Ref Type&#039;&#039;&#039; Video&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Video Duration&#039;&#039;&#039; 1:56&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Authors&#039;&#039;&#039; Lean Launchpad&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Title&#039;&#039;&#039; Customer Discovery: Assuming You Know&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes&#039;&#039;&#039; CUSTOMER SEGMENTS; customer development; customer discovery; customer gains; customer pains; talk to customers&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;URL&#039;&#039;&#039; http://vimeo.com/groups/204136/videos/76175907&lt;br /&gt;
&lt;br /&gt;
[[Category:E@UBC]]&lt;/div&gt;</summary>
		<author><name>Enej</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:Eportfolio_Basics/Uses_and_Benefits&amp;diff=280520</id>
		<title>Documentation:Eportfolio Basics/Uses and Benefits</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:Eportfolio_Basics/Uses_and_Benefits&amp;diff=280520"/>
		<updated>2014-03-07T22:56:29Z</updated>

		<summary type="html">&lt;p&gt;Enej: /* For Students */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Uses and Benefits ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Why would I choose to use e-Portfolios?&lt;br /&gt;
* demonstrate to potential employers, graduate schools, or others that you have the skills you claim to have.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Who is using an e-Portfolio?&lt;br /&gt;
* Entrepreneurs, photographers, designers, urban planners, contractors, teachers, recent graduates, business owners, future employers and students documenting their learning&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Academic Uses:&lt;br /&gt;
* Learning or Development&lt;br /&gt;
* Assessment&lt;br /&gt;
* Employment&lt;br /&gt;
* Retention, Promotion or Tenure&lt;br /&gt;
* Certification, Accreditation&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Benefits of the e-Portfolio Process (Liz Hamp-Lyons &amp;amp; William Condon 1998, Cambridge 2001) : &lt;br /&gt;
* can feature multiple examples of work: such as drafts of writing over the course of a semester or quarter.  Looking at development over time you get a more accurate representation of what students have learned.&lt;br /&gt;
* can be context rich: instead of just seeing the final product or the grade, including the course syllabus, assignment and grading criteria will make the assessment process more accessible.  The reader of the portfolio can see the context for learning and how change has happened over time.&lt;br /&gt;
* can offer opportunities for selection and self-assessment: the portfolio can represent evidence of what the student believes to be quality work.  Lee Shulman, former President of the Carnegie Foundation for the Advancement of Teaching, has talked about the teaching portfolio as a theoretical act.  That the act of selecting and determining what is &#039;portfolio worthy&#039; is an act of theory, an act of personal growth and reflection.&lt;br /&gt;
* can offer a look at development over time: using the technology to visualize what you have learned in ways that you could not have seen if your examples were simply in a stack of papers&lt;br /&gt;
&lt;br /&gt;
=== For Students ===&lt;br /&gt;
&amp;lt;div class=&amp;quot;responsive-media&amp;quot;&amp;gt;{{#widget:YouTube|id= KOFSrV3QOWM|300}}&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== For Academics ===&lt;br /&gt;
{{#widget:YouTube|id= 6B3tujXlbdk|300}}&lt;/div&gt;</summary>
		<author><name>Enej</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Sandbox:Learning_and_Tech_Conferences&amp;diff=273670</id>
		<title>Sandbox:Learning and Tech Conferences</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Sandbox:Learning_and_Tech_Conferences&amp;diff=273670"/>
		<updated>2014-01-29T21:44:46Z</updated>

		<summary type="html">&lt;p&gt;Enej: Created page with &amp;quot;  Lets put up any conferences that you know about all on this wiki page.   [http://www.smashingmagazine.com/2014/01/22/upcoming-web-design-events-jan-2014-jun-2014/ Upcoming W...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
Lets put up any conferences that you know about all on this wiki page. &lt;br /&gt;
&lt;br /&gt;
[http://www.smashingmagazine.com/2014/01/22/upcoming-web-design-events-jan-2014-jun-2014/ Upcoming Web Design Events - Jan 2014 - Jun 2014] via Smashing Magazine &lt;br /&gt;
&lt;br /&gt;
== Web Development ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;jQuery Conference San Diego 2014&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
Date: FEB 12 - 13, 2014&amp;lt;br /&amp;gt;&lt;br /&gt;
Cost: $449 US&amp;lt;br /&amp;gt;&lt;br /&gt;
Location: San Diego&amp;lt;br /&amp;gt;&lt;br /&gt;
Link: http://events.jquery.org/2014/san-diego/#home&lt;br /&gt;
&lt;br /&gt;
-----&lt;/div&gt;</summary>
		<author><name>Enej</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Cms/domain_mapping&amp;diff=259315</id>
		<title>Cms/domain mapping</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Cms/domain_mapping&amp;diff=259315"/>
		<updated>2013-11-08T20:02:12Z</updated>

		<summary type="html">&lt;p&gt;Enej: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To move your sites domain from one site to another you need to into just update your  domain mapping settings. &lt;br /&gt;
&lt;br /&gt;
This only works if you site domain is already pointing to a site on CMS platform. If this is not the case please read about [[Documentation:UBC_Content_Management_System/Going_Live| going live]] with your site.&lt;br /&gt;
&lt;br /&gt;
Before you domain map the new site:&lt;br /&gt;
&lt;br /&gt;
* Check for any referenced to the old site temporary domain in you new site. This is usually no the case for sites that were exported and imported. &lt;br /&gt;
* Make sure that your site privacy settings are set to properly. &lt;br /&gt;
* Do a final QA of the site before going live. A site Quality Assurance entails going to each of the pages and clicking around, viewing the site in a mobile browser and tablet. &lt;br /&gt;
&lt;br /&gt;
Steps for domain mapping the new site&lt;br /&gt;
&lt;br /&gt;
# Delete the current domain mapping setting on your live existing site.&lt;br /&gt;
# Then add the domain the the domain mapping setting the the current site. &lt;br /&gt;
# Done&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Please note&#039;&#039;: that this can cause a momentary disturbance to your site visitors. So it might be a good idea to do it during time that your site is not being used as much. Such as weekend or early morning. &lt;br /&gt;
&lt;br /&gt;
After you domain map the new site:&lt;br /&gt;
* Setup redirection rules. The urls of the pages might have changed, especially if your new site also involved a architecture change. Setting up redirection rules will redirect users to the appopriate on thew new site instead of seeing a 404 error. [[Documentation:UBC_Content_Management_System/Plugins/Redirection|more on the redirection plugin]]&lt;br /&gt;
* Retire the old site. ( Its a good idea to think about what you want to do with the old site. ) It is suggested that you changed the privacy setting to be at least not indexable by search engines.&lt;br /&gt;
* &#039;&#039;&#039;Have a party you just launched a new site! &#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Enej</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Cms/domain_mapping&amp;diff=259314</id>
		<title>Cms/domain mapping</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Cms/domain_mapping&amp;diff=259314"/>
		<updated>2013-11-08T20:00:02Z</updated>

		<summary type="html">&lt;p&gt;Enej: Created page with &amp;quot;To move your sites domain from one site to another you need to into just update your  domain mapping settings.   This only works if you site domain is already pointing to a si...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To move your sites domain from one site to another you need to into just update your  domain mapping settings. &lt;br /&gt;
&lt;br /&gt;
This only works if you site domain is already pointing to a site on CMS platform. If this is not the case please read about [[Documentation:UBC_Content_Management_System/Going_Live| going live]] with your site.&lt;br /&gt;
&lt;br /&gt;
Before you domain map the new site:&lt;br /&gt;
&lt;br /&gt;
* Check for any referenced to the old site temporary domain in you new site. This is usually no the case for sites that were exported and imported. &lt;br /&gt;
* Make sure that your site privacy settings are set to properly. &lt;br /&gt;
* Do a final QA of the site before going live. A site Quality Assurance entails going to each of the pages and clicking around, viewing the site in a mobile browser and tablet. &lt;br /&gt;
&lt;br /&gt;
Steps for domain mapping the new site&lt;br /&gt;
&lt;br /&gt;
# Delete the current domain mapping setting on your live existing site.&lt;br /&gt;
# Then add the domain the the domain mapping setting the the current site. &lt;br /&gt;
# Done&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Please note&#039;&#039;: that this can cause a momentary disturbance to your site visitors. So it might be a good idea to do it during time that your site is not being used as much. Such as weekend or early morning. &lt;br /&gt;
&lt;br /&gt;
After you domain map the new site:&lt;br /&gt;
* Setup redirection rules. The urls of the pages might have changed, especially if your new site also involved a architecture change. Setting up redirection rules will redirect users to the appopriate on thew new site instead of seeing a 404 error. [[Documentation:UBC_Content_Management_System/Plugins/Redirection|more on the redirection plugin]]&lt;br /&gt;
* Retire the old site. ( Its a good idea to think about what you want to do with the old site. ) It is suggested that you changed the privacy setting to be at least not indexable by search engines.&lt;br /&gt;
* &#039;&#039;&#039;Time for a celebration.&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Enej</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System/Plugins/Redirection&amp;diff=259308</id>
		<title>Documentation:UBC Content Management System/Plugins/Redirection</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System/Plugins/Redirection&amp;diff=259308"/>
		<updated>2013-11-08T19:54:51Z</updated>

		<summary type="html">&lt;p&gt;Enej: /* Configuration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox CMS}}&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Redirection&#039;&#039;&#039; [[Documentation:UBC_Content_Management_System/Plugins|plugin]] allows you to make sure that users of your old site will be redirected to the proper place on the new one. &lt;br /&gt;
This is definitely a best practice, but before using the &#039;&#039;Redirection&#039;&#039; plugin, please configure it properly.&lt;br /&gt;
&lt;br /&gt;
==Getting Access to the Redirection Plugin==&lt;br /&gt;
Enable the redirection ourself by enabling the plugin find in plugins.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
[http://urbangiraffe.com/plugins/redirection/ Vendor website &amp;amp; full documentation]&lt;br /&gt;
&lt;br /&gt;
[[Category:UBC CMS]]&lt;/div&gt;</summary>
		<author><name>Enej</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System/Plugins/Redirection&amp;diff=259307</id>
		<title>Documentation:UBC Content Management System/Plugins/Redirection</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System/Plugins/Redirection&amp;diff=259307"/>
		<updated>2013-11-08T19:54:29Z</updated>

		<summary type="html">&lt;p&gt;Enej: /* Getting Access to the Redirection Plugin */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox CMS}}&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Redirection&#039;&#039;&#039; [[Documentation:UBC_Content_Management_System/Plugins|plugin]] allows you to make sure that users of your old site will be redirected to the proper place on the new one. &lt;br /&gt;
This is definitely a best practice, but before using the &#039;&#039;Redirection&#039;&#039; plugin, please configure it properly.&lt;br /&gt;
&lt;br /&gt;
==Getting Access to the Redirection Plugin==&lt;br /&gt;
Enable the redirection ourself by enabling the plugin find in plugins.&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
# Go to Dashboard -&amp;gt; Tools -&amp;gt; Redirection&lt;br /&gt;
# Select the Options subpage&lt;br /&gt;
# The following is an image that shows you what your Options subpage should look like: [[File:Redirection-plugin-options.png|thumb|none|500px|(click to enlarge)]] Steps (shown in image):&lt;br /&gt;
## Uncheck the &amp;quot;log redirected requests&amp;quot; and &amp;quot;log 404 Not Found requests&amp;quot; checkboxes&lt;br /&gt;
## Change the &amp;quot;Post &amp;amp; Page URLs&amp;quot; dropdown to &amp;quot;Don&#039;t monitor&amp;quot;&lt;br /&gt;
## Save the settings&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
[http://urbangiraffe.com/plugins/redirection/ Vendor website &amp;amp; full documentation]&lt;br /&gt;
&lt;br /&gt;
[[Category:UBC CMS]]&lt;/div&gt;</summary>
		<author><name>Enej</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Talk:%E2%80%9CChew_On_This%E2%80%9D-_The_Business_Case_Behind_Sustainable_Food&amp;diff=250287</id>
		<title>Talk:“Chew On This”- The Business Case Behind Sustainable Food</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Talk:%E2%80%9CChew_On_This%E2%80%9D-_The_Business_Case_Behind_Sustainable_Food&amp;diff=250287"/>
		<updated>2013-09-03T22:04:50Z</updated>

		<summary type="html">&lt;p&gt;Enej: Talk page autocreated when first thread was posted&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Enej</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Thread:Talk:%E2%80%9CChew_On_This%E2%80%9D-_The_Business_Case_Behind_Sustainable_Food/What_is_this_page_about%3F&amp;diff=250286</id>
		<title>Thread:Talk:“Chew On This”- The Business Case Behind Sustainable Food/What is this page about?</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Thread:Talk:%E2%80%9CChew_On_This%E2%80%9D-_The_Business_Case_Behind_Sustainable_Food/What_is_this_page_about%3F&amp;diff=250286"/>
		<updated>2013-09-03T22:04:50Z</updated>

		<summary type="html">&lt;p&gt;Enej: New thread: What is this page about?&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hi MinghuiYu &lt;br /&gt;
Can you explain what this page is about or how this page was created. &lt;br /&gt;
&lt;br /&gt;
Thanks Enej&lt;/div&gt;</summary>
		<author><name>Enej</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System/Site_Migration&amp;diff=247951</id>
		<title>Documentation:UBC Content Management System/Site Migration</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System/Site_Migration&amp;diff=247951"/>
		<updated>2013-08-19T18:00:55Z</updated>

		<summary type="html">&lt;p&gt;Enej: /* Users */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Overview==&lt;br /&gt;
This web-page is for general notes and information regarding the import/export procedure of migrating a site from the old CLF theme to the new.&lt;br /&gt;
&lt;br /&gt;
:1. For a visual representation of the procedure, see here:  [http://wiki.ubc.ca/File:Workflow_Diagram.jpg Process Snapshot]&lt;br /&gt;
&lt;br /&gt;
:2. For a full list of what does / doesn&#039;t migrate (using the &#039;import/export&#039; method) - see here: [[Documentation:UBC_Content_Management_System/Site_Migration/Transfer_list|Full transfer list]]&lt;br /&gt;
&lt;br /&gt;
:3. See below for specific topics and information.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Tools, Guides &amp;amp; Workarounds==&lt;br /&gt;
&lt;br /&gt;
[[Documentation:UBC_Content_Management_System/Site_Migration/Profiles|Profiles]]: importing profiles correctly (using the &#039;&#039;&#039;Profile Custom Content Type&#039;&#039;&#039; plugin)&lt;br /&gt;
&lt;br /&gt;
[[Documentation:UBC_Content_Management_System/Site_Migration/Redirections|Redirections]]: import/export process&lt;br /&gt;
&lt;br /&gt;
[[Documentation:UBC_Content_Management_System/Site_Migration/Widgets|Widgets]] import/export guide&lt;br /&gt;
&lt;br /&gt;
[[Documentation:UBC_Content_Management_System/Site_Migration/Gravity_Forms|Gravity Forms]]: importing correct Form ID&#039;s&lt;br /&gt;
&lt;br /&gt;
[[Documentation:UBC_Content_Management_System/Site_Migration/Affiliate_Logos|Affiliate logos]]: to migrate your affiliate logos&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Process==&lt;br /&gt;
&lt;br /&gt;
===Create New Site===&lt;br /&gt;
You&#039;ll need to request a new site from CTLT first, you can do this here: [http://cms.ubc.ca/website-request-form/ Website Request]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Plugins===&lt;br /&gt;
Make sure all plugins from the old site are enabled on the new site&lt;br /&gt;
-Note that this doesn’t mean that the plugin lists should be a 1:1 match. The new site should have more plugins enabled than the old.&lt;br /&gt;
&lt;br /&gt;
===New site===&lt;br /&gt;
* Add existing users&lt;br /&gt;
* Gravity Forms (if the site uses Forms)&lt;br /&gt;
* Import form entries (if the site uses Forms)&lt;br /&gt;
* Profile Custom Content Type (if the site uses Profiles)&lt;br /&gt;
&lt;br /&gt;
===Users===&lt;br /&gt;
Site admins need to confirm user list, to check for:&lt;br /&gt;
* redundant users&lt;br /&gt;
* new users requiring access&lt;br /&gt;
* role changes to existing users&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
Once you’ve received about list, make the appropriate changes in the New Site&lt;br /&gt;
&lt;br /&gt;
If you want to add the current users to the new site. You can do so by enabling the &#039;Add Multiple Users From Network 1.0.0&#039; Plugin. And following and then navigation to the &lt;br /&gt;
Users -&amp;gt; Add from Network. And following the steps.&lt;br /&gt;
&lt;br /&gt;
===Current site===&lt;br /&gt;
* export XML file&lt;br /&gt;
* remove all users (except site admins)&lt;br /&gt;
&lt;br /&gt;
This aids in site freeze (no edits during migration)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===New site===&lt;br /&gt;
* add users (without email confirmation, via ‘add existing user’ plugin)&lt;br /&gt;
* use updated user list received from site admins&lt;br /&gt;
* import XML file&lt;br /&gt;
* remove users (except site admins)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This allocates correct users with page/posts, etc. and also stops edits on the new site from users&lt;br /&gt;
Once new site is finalized &amp;amp; signed off, re-add all users back&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
===Delete default items===&lt;br /&gt;
This needs to be done on the new site, to make sure that no content exists, even a blank example site may have a dummy page/post, etc.&lt;br /&gt;
&lt;br /&gt;
e.g. menu items, posts, and pages (except Home Page)&lt;br /&gt;
&lt;br /&gt;
On Dashboard &amp;gt; Appearance &amp;gt; Menus, make sure the option “Automatically add new top-level pages” is unchecked.&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
===Importing===&lt;br /&gt;
# During import, make sure to check &#039;Download and import file attachments&#039; box&lt;br /&gt;
# Content created by any users that do not exist on the new site should be re-assigned to the site administrator&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
===Post-import tasks===&lt;br /&gt;
a. Theme settings&lt;br /&gt;
Walk through the theme settings of the old site and replicate their settings on the new site.&lt;br /&gt;
If the old site has content in the “Frontpage Content Area” (in the old site’s Dashboard &amp;gt; Appearance &amp;gt; Theme Options &amp;gt; Frontpage), it should be copied and pasted into the new site’s “Home Page” page. Make sure that page is used as the Frontpage by the new theme (in the new site’s Dashboard &amp;gt; Appearance &amp;gt; Theme Options &amp;gt; Frontpage, in the “Content” section)&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
b. Recreate widgets&lt;br /&gt;
Widgets are not imported. They must be recreated and placed in their proper regions.&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
c. Upgrade profiles (if used)&lt;br /&gt;
Dashboard &amp;gt; Profiles &amp;gt; Settings, there’ll be a button near the top&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
d. Check the custom CSS&lt;br /&gt;
We need to determine how much work we’re going to be doing. So far, I’ve been noticing that a lot of custom CSS won’t be applicable anymore (static width of regions, etc.)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
e. Fix custom CSS (note: your level of service needs to be determined. If you are to migrate a site, do you have an obligation to fix any custom CSS that may break under the new CLF?)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
f. Check your Settings pages (Dashboard &amp;gt; Settings) for all other settings you need on the new site&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
g. Tools / Workarounds / Known Issues&lt;br /&gt;
&lt;br /&gt;
Refer to the tools/guides/workarounds/known issues sections for extra info to assist in migration&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
h. Testing is conducted&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
i. Add required users back to the new site&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
j. Other Notes:&lt;br /&gt;
* hard coded hyperlinks will need to be changed: If any links refer directly to their old &amp;quot;internal&amp;quot; URL (*.sites.olt.ubc.ca), these links will need to be updated. Links to their &#039;public&#039; URL (*.med.ubc.ca) will remain unchanged.&lt;br /&gt;
* Site admin(s) may need to review their site structure for mobile use (new CLF has responsive design)&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
===Domain transfer===&lt;br /&gt;
The following steps will be taken to switch the public domain to point to the new site:&lt;br /&gt;
 &lt;br /&gt;
# new site is marked as publicly accessible (searchable)&lt;br /&gt;
# The &#039;public&#039; domain name (e.g. surgery.med.ubc.ca) is added to the new site and marked as the primary domain&lt;br /&gt;
# IT team will process the switching of the domain record from the old site to the new&lt;br /&gt;
# Once domain is switched and confirmed to be working, the old site is marked as private (un-searchable)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The old site will still be accessible by its &#039;internal&#039; domain name (e.g. *.sites.olt.ubc.ca)&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
===Archiving (optional)===&lt;br /&gt;
Once migration is complete, the old site can be &#039;archived&#039; for backup purposes. This can be accomplished by creating a new &amp;quot;Archive&amp;quot; CWL and creating a user on the CMS service for that CWL. From there, sites can be archived following these steps:&lt;br /&gt;
&lt;br /&gt;
# add &#039;archive CWL&#039; user to old site&lt;br /&gt;
# remove all other users from old site&lt;br /&gt;
&lt;br /&gt;
The site will only be accessible via the Archive CWL account at this point. If, in the future, other users need access, it will need to be managed by the owners of the Archive CWL account&lt;/div&gt;</summary>
		<author><name>Enej</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Sandbox:JamTime&amp;diff=241768</id>
		<title>Sandbox:JamTime</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Sandbox:JamTime&amp;diff=241768"/>
		<updated>2013-07-22T22:59:01Z</updated>

		<summary type="html">&lt;p&gt;Enej: /* Ideas/Projects */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;When: Thursday, August 15 from 1-4pm&lt;br /&gt;
Where: IBLC 2.22&lt;br /&gt;
&lt;br /&gt;
==Ideas/Projects==&lt;br /&gt;
=== Easy Way to Publish WordPress Plugins from github.com to WordPress.org===&lt;br /&gt;
&lt;br /&gt;
I want to create a way to be able to stream line how to keep wordpress plugin updated on wordpress.org&lt;br /&gt;
&lt;br /&gt;
We updated the WordPress.org plugins in a while because our development is kept on github.com. &lt;br /&gt;
My idea is to add github hooks to our wordpress plugins that will trigger code commit to the wordpress.org repo of that plugin.&lt;br /&gt;
&lt;br /&gt;
I need help with researching what the best way to do that would be. Implement some sort of standard text that should be included on each plugin. Like who is behind the plugin what kind of support should you expect. etc. &lt;br /&gt;
Bonus changelog would get created automatically from the changes being pushed to github.&lt;/div&gt;</summary>
		<author><name>Enej</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Sandbox:JamTime&amp;diff=241767</id>
		<title>Sandbox:JamTime</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Sandbox:JamTime&amp;diff=241767"/>
		<updated>2013-07-22T22:56:33Z</updated>

		<summary type="html">&lt;p&gt;Enej: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;When: Thursday, August 15 from 1-4pm&lt;br /&gt;
Where: IBLC 2.22&lt;br /&gt;
&lt;br /&gt;
==Ideas/Projects==&lt;br /&gt;
I want to create a way to be able to stream line how to keep wordpress plugin updated on wordpress.org&lt;br /&gt;
&lt;br /&gt;
We updated the WordPress.org plugins in a while because our development is kept on github.com. &lt;br /&gt;
My idea is to add github hooks to our wordpress plugins that will trigger code commit to the wordpress.org repo of that plugin.&lt;/div&gt;</summary>
		<author><name>Enej</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System/Plugins/Gravity_Forms/UBC_ePayment&amp;diff=235850</id>
		<title>Documentation:UBC Content Management System/Plugins/Gravity Forms/UBC ePayment</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System/Plugins/Gravity_Forms/UBC_ePayment&amp;diff=235850"/>
		<updated>2013-06-07T18:22:43Z</updated>

		<summary type="html">&lt;p&gt;Enej: Created page with &amp;quot;Setting up a form for e-Payment requires training.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Setting up a form for e-Payment requires training.&lt;/div&gt;</summary>
		<author><name>Enej</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System&amp;diff=235848</id>
		<title>Documentation:UBC Content Management System</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System&amp;diff=235848"/>
		<updated>2013-06-07T18:20:28Z</updated>

		<summary type="html">&lt;p&gt;Enej: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot; class=&amp;quot;infobox&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:#002859; width:300px; color: white; font-weight:normal; font-size:11pt; padding-top: 0.5em; padding-bottom: 0.5em;&amp;quot; | {{PAGENAME}}&lt;br /&gt;
|-&lt;br /&gt;
!scope=&amp;quot;row&amp;quot; colspan=&amp;quot;2&amp;quot;| [[{{{picture|Image:CMS_Frontpage.jpg}}}|300px| UBC CMS]]&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:#7491a3; font-weight:normal; width:200px; color: white; font-size:10pt;&amp;quot; | {{{Unit|}}}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;font-size:9pt; text-align: right;&amp;quot; | &#039;&#039;Overview: http://cms.ubc.ca&#039;&#039;&lt;br /&gt;
| style=&amp;quot;font-size:9pt; padding-left: 5px;&amp;quot; | {{{overview|}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Please Note:&#039;&#039;&#039; A new CLF WordPress Theme (named UBC Collab) was added to the WordPress CMS service in March 2013. Some of the documentation here currently pertains to an older version of the CLF WordPress Theme. New and revised documentation will soon be added to include helpful tips for sites using UBC Collab. Do you have issues with the theme? If so please document [[Documentation:UBC Content Management System/Collab Issues|here.]]&lt;br /&gt;
&lt;br /&gt;
Welcome to the Documentation Codex for the [http://cms.ubc.ca UBC CMS Service].  Here you can find &#039;&#039;[[Documentation:WordPress_Documentation_Style_Guide|and contribut]]e&#039;&#039; to the UBC CMS support and help documentation.  The pages below are an effort to document best practices and provide users with tutorials on how to use the WordPress-based CMS service. You can also download this material as a [[UBC_Wiki:Books/UBC_CMS_Guide|pdf wiki book]].&lt;br /&gt;
&lt;br /&gt;
==Getting Started==&lt;br /&gt;
*[[Documentation:UBC Content Management System/About|About the UBC CMS Platform]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/Differences between UBC CMS and UBC Blogs|Differences between UBC CMS and UBC Blogs]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/Requesting a Site|Requesting a Site]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/List of CTLT Sites by WordPress Theme Grid|Examples of UBC Websites Created Through the CMS Service]]&lt;br /&gt;
==UBC Collab Theme==&lt;br /&gt;
An implementation of the CLF 7 in WordPress.&lt;br /&gt;
&lt;br /&gt;
===Compatibility with UBC Advance Theme===&lt;br /&gt;
* [[Documentation:UBC_Content_Management_System/Plugins|Plugins]] - All third party plugins are available in UBC Collab theme.&lt;br /&gt;
* Theme options and theme specific features - please visit http://cms.ubc.ca for latest progress.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Documentation_talk:UBC_Content_Management_System/UBC_Collab/Issues/|Current UBC Collab Issues]]&lt;br /&gt;
&lt;br /&gt;
==UBC CLF Advanced Theme==&lt;br /&gt;
{{PDF version|||[[UBC_Wiki:Books/UBC_CMS_Guide|the CMS Documentation Codex]]}}&lt;br /&gt;
&lt;br /&gt;
The UBC Advanced Theme allows users to develop UBC branded websites using the full UBC common look and feel.&lt;br /&gt;
&lt;br /&gt;
* [[Documentation:UBC_Content_Management_System/CLF_Theme|Theme Options Overview]]&lt;br /&gt;
* [[Documentation:UBC_Content_Management_System/CLF_Theme/UBC CLF Theme Options Index|Theme Options Index]]&lt;br /&gt;
* [[Documentation:UBC Content Management System/CLF Theme/UBC CLF Options|UBC CLF Options]]&lt;br /&gt;
* [[Documentation:UBC_Content_Management_System/CLF_Theme/Layout Options|Layout Options]]&lt;br /&gt;
* [[Documentation:UBC_Content_Management_System/CLF_Theme/Font and Colour Options|Font and Colour Options]]&lt;br /&gt;
* [[Documentation:UBC_Content_Management_System/CLF_Theme/Navigation Options|Navigation Options]]&lt;br /&gt;
* [[Documentation:UBC Content Management System/CLF Theme/Display Options|Display Options]]&lt;br /&gt;
* [[Documentation:UBC_Content_Management_System/CLF_Theme/Frontpage Options|Frontpage Options]]&lt;br /&gt;
* [[Documentation:UBC Content Management System/CLF Theme/Custom Fields Options|Custom Fields Options]]&lt;br /&gt;
* [[Documentation:UBC Content Management System/CLF Theme/Search Engine Optimization (SEO) Options|SEO Options]]&lt;br /&gt;
* [[Documentation:UBC Content Management System/CLF Theme/Export Option|Export Option]]&lt;br /&gt;
* [[Documentation:UBC Content Management System/CLF Theme/Import Option|Import Option]]&lt;br /&gt;
* [[Documentation:UBC Content Management System/CLF Theme/Global Theme Settings|Global Theme Settings]]&lt;br /&gt;
* [[Documentation:UBC Content Management System/CLF Theme/Page Templates|Page Templates]]&lt;br /&gt;
&lt;br /&gt;
==Adding Content==&lt;br /&gt;
&lt;br /&gt;
*[[Documentation:UBC Content Management System/Dashboard|Overview of the WordPress Dashboard]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/Pages and Posts|Pages and Posts]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/Categories|Categories]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/Tags|Tags]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/Adding Images and Media|Adding Images, Media and Other Files]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/How_to/How do I create a link using an image?|Linking to images]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/How_to/How do I add or upload a video to my site?|Videos]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/Managing_People_Profiles_and_Directories|People Profiles]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/Widgets|Widgets]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/Embedding Google Maps|Maps]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/Plugins/Gravity Forms|Forms]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/Plugins/Sharedaddy|Adding social media sharing links]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/CLF_Theme/How_to_embed_a_news_feed_from_RSS|Embedding RSS Feeds]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/What_is_a_shortcode%3F|Shortcodes]]&lt;br /&gt;
&lt;br /&gt;
==Creating the Site Structure==&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/CLF_Theme/Creating_Custom_Menus|Menus]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/Widgets|Widgets]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/CLF_Theme/Frontpage Options|Customizing the Front Page]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/Shortcodes/Column|Dividing a page into columns]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/How_to/How do I hide a widget from a widget area on select pages?|Hiding widgets from a widget area on select pages]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/How_to/How do I link to a category archive page?|Linking to a category archive page]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/Embedding Google Maps|Embedding Google Maps]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/CLF Theme/Embedding UBC Events Calendar|Embedding UBC Events Calendar]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/CLF Theme/How to embed content from the UBC Wiki|Embedding content from the UBC Wiki]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/CLF Theme/How to insert a Spotlight Rotation in a Page|Inserting a spotlight rotation slideshow in a Page]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/How_to/How do I properly remove the spotlight slideshow on the front page?|Removing the spotlight slideshow from the front page]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/How to/How do I create a link using an image?#Linking the image to a document|Linking  an image to a document in the Media Library]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/CLF Theme/How to set up search on the CLF utility bar|Setting up the search bar (CLF)]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/What_is_a_shortcode%3F|Shortcodes]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/CLF Theme/Page Templates|Page Templates]]&lt;br /&gt;
&lt;br /&gt;
==Adding Functionality to the Site==&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/Plugins|Plugins]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/Plugins/Enabling Plugins|Enabling Plugins]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/Plugins/Gravity Forms|Forms]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/Plugins/Gravity Forms/UBC ePayment| UBC ePayment Forms]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/Plugins/Sharedaddy|Adding social media sharing links]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/Widgets/Twitter Widget|Adding the Twitter Widget]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/Plugins/Redirection|Configuring the Redirection Plugin]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/Plugins/Display Links by Category|Adding Links/Blogroll]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/Plugins/Create HTML Tables|Configuring the HTML editor to create tables]]&lt;br /&gt;
&lt;br /&gt;
==Custom Coding==&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/How_to/How do I add JavaScript files on each page of my site?|Adding Javascript Files to Site Pages]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/How_to/How do I add custom CSS to my site?|Adding Custom CSS]]&lt;br /&gt;
*[[Documentation:CLF_Advanced_WordPress_Theme/How_to_add_borders_to_table|Adding borders to an HTML table]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/Custom Themes|Custom Themes]]&lt;br /&gt;
&lt;br /&gt;
==Privacy==&lt;br /&gt;
*[[Documentation:UBC Content Management System/Privacy/Site Visibility|Site Visibility]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/How_to/How_to_password_protect_a_page_or_post%3F|Password Protect an Individual Page]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/Plugins/Feed Key Generator|Private Feed Keys]]&lt;br /&gt;
&lt;br /&gt;
==User Management==&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/How_to/How_do_I_add_a_new_user_to_my_site%3F|Adding Users]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/CLF Theme/How to disable comments site-wide|Disabling Comments Site-Wide]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/Disabling Comments On a Page|Disabling Comments On a Page]]&lt;br /&gt;
&lt;br /&gt;
==Final Steps==&lt;br /&gt;
*[[Documentation:UBC Content Management System/How to/How do I add Google Analytics to my site?|Adding Google Analytics]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/CLF_Theme/Search_Engine_Optimization_(SEO)_Options|Search Engine Optimization (SEO)]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/Going_Live|&amp;quot;Publishing&amp;quot; the site]] - Going Live&lt;br /&gt;
&lt;br /&gt;
==Site Migrations==&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/Site_Migration|Site Migration]] - using the Import/Export process&lt;br /&gt;
&lt;br /&gt;
==Questions?==&lt;br /&gt;
*[[Documentation:{{PAGENAME}}/How to|How to]] -  A list of short tutorials on how to get stuff done. Add your questions and we&#039;ll try to answer them.&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/Knowledge_Repository|Knowledge Base]] - A very informal space where we capture help requests.  Eventually this content will be moved into the main help pages.&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/Index|Index]] - An index of UBC CMS support pages.&lt;br /&gt;
&lt;br /&gt;
==Support==&lt;br /&gt;
If you couldn&#039;t find an answer to your question on the UBC Wiki, you can leave your question on the Wiki, send us a support ticket or visit us for a one-on-one in-person clinic.&lt;br /&gt;
* Send a ticket to UBC CMS support: [mailto:cms.support@ubc.ca cms.support@ubc.ca]&lt;br /&gt;
* [http://cms.ubc.ca In-person clinic]: Select the post with your desired attendance date found in the &amp;quot;Upcoming Clinic and Training&amp;quot; section under the &amp;quot;RSVP for Clinics&amp;quot; heading.&lt;br /&gt;
&lt;br /&gt;
{{cc-by-sa-2.0}}&lt;br /&gt;
&lt;br /&gt;
[[Category:UBC Web Services]] [[Category:UBC CMS]] [[Category:Learning Technologies]] [[Category:Web Design]]&lt;/div&gt;</summary>
		<author><name>Enej</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:WordPress/Plugins/Gravity_Forms&amp;diff=235832</id>
		<title>Documentation:WordPress/Plugins/Gravity Forms</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:WordPress/Plugins/Gravity_Forms&amp;diff=235832"/>
		<updated>2013-06-07T16:57:33Z</updated>

		<summary type="html">&lt;p&gt;Enej: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;Gravity Forms&#039;&#039; can be used to create online forms that site visitors can fill out and an email notification will be sent to the author each time a form is submitted. An example of such a form could ask users to fill out information for an upcoming event.&lt;br /&gt;
&lt;br /&gt;
==Important Notice==&lt;br /&gt;
When using Gravity Forms, do not store/collect any sensitive information. Sensitive information includes student numbers, CWL information, and private personal information. Furthermore, please don&#039;t use Gravity Forms for mission-critical information; even though we keep database backups, data loss still might occur.&lt;br /&gt;
&lt;br /&gt;
==Form Setup==&lt;br /&gt;
Log in to your site, if you haven&#039;t already done so. &lt;br /&gt;
&lt;br /&gt;
===Activate Gravity Forms===&lt;br /&gt;
# Select &#039;&#039;Dashboard -&amp;gt; Tools -&amp;gt; Plugins&#039;&#039; and scroll down to [http://www.gravityforms.com/ Gravity Forms]. On the right, there should be a link to activate the plugin for your site ([[Documentation:WordPress/Plugins/Enabling Plugins|Enabling Plugins]]).&lt;br /&gt;
# A new menu item should appear in the menu bar found on the left side called Forms.&lt;br /&gt;
&lt;br /&gt;
===Add a New Form===&lt;br /&gt;
# Go to &#039;&#039;Dashboard -&amp;gt; Forms -&amp;gt; New Form&#039;&#039;.&lt;br /&gt;
# Create your form.  Check out this video: [http://vimeo.com/13584326 Using Gravity Forms] (video duration 4:23 min).&lt;br /&gt;
# Save the form.&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;Optional:&#039;&#039; Confirmation Notice===&lt;br /&gt;
# Go to Dashboard -&amp;gt; Forms -&amp;gt; Edit Forms and select the form you wish to change&lt;br /&gt;
# Click on the &amp;quot;Form Settings&amp;quot; selection in the gray header menu&lt;br /&gt;
# Select the &amp;quot;Confirmation&amp;quot; tab and edit the confirmation text field&lt;br /&gt;
#* If you also wish to add any of the information submitted through the form (ex: name):&lt;br /&gt;
#*# Select the &amp;quot;Text&amp;quot; radio button on the &amp;quot;Confirmation&amp;quot; tab&lt;br /&gt;
#*# Enter the text that you&#039;d like to precede the form item (name example: &amp;quot;Thank you, &amp;quot;)&lt;br /&gt;
#*# Select the form item you&#039;d like to have appear in the confirmation message from the &amp;quot;Insert from field&amp;quot; dropdown&lt;br /&gt;
#*#* Your message in the text field should look similar to this: &amp;quot;Thank you, {Name (First):3.3}&amp;quot;&lt;br /&gt;
# Alternately, you can also link to an &#039;&#039;&#039;internal or external page&#039;&#039;&#039; upon confirmation by selecting the &amp;quot;Page&amp;quot; or &amp;quot;Redirect&amp;quot; radio button respectively&lt;br /&gt;
&lt;br /&gt;
===Embed the form onto a page===&lt;br /&gt;
# Either create a new Page or edit an existing Page: &#039;&#039;Dashboard -&amp;gt; Pages -&amp;gt; New Page&#039;&#039; or &#039;&#039;Dashboard -&amp;gt; Pages -&amp;gt; Pages&#039;&#039;.&lt;br /&gt;
# Add the form to the page. Use the gray button between the page title and page body.  Note: This is shown in the video above.&lt;br /&gt;
# Save the Page.&lt;br /&gt;
&lt;br /&gt;
===Receive emails from the form===&lt;br /&gt;
# Go to &#039;&#039;Dashboard -&amp;gt; Forms -&amp;gt; Edit Forms&#039;&#039;.&lt;br /&gt;
# Mouse over the name of the form you just created. You should be able to see a &amp;quot;Notifications&amp;quot; link appear below your form&#039;s name. Click it. &lt;br /&gt;
# Under the &amp;quot;Notification to Administrator&amp;quot; heading select the &amp;quot;Enable email notification to administrators&amp;quot; checkbox and fill out the form. &lt;br /&gt;
# Scroll down and save the form.&lt;br /&gt;
&lt;br /&gt;
===Test the form===&lt;br /&gt;
# Go to the page that you just created and fill out your form. Check that you received an email with the information you entered.&lt;br /&gt;
# Check if the form has a new entry. Go to &#039;&#039;Dashboard -&amp;gt; Forms -&amp;gt; Edit Forms&#039;&#039; and check the Entries column, or go to &#039;&#039;Dashboard -&amp;gt; Forms -&amp;gt; Entries&#039;&#039; and select the form you just created.&lt;br /&gt;
&lt;br /&gt;
==Troubleshooting==&lt;br /&gt;
Solutions to common Gravity Forms problems:&lt;br /&gt;
===If you didn&#039;t get the entry email&#039;&#039;&#039;===&lt;br /&gt;
Wait a bit, it might take up to half an hour to get the email. Check your spam to make sure it didn&#039;t go in there.&lt;br /&gt;
&lt;br /&gt;
===Do Gravity Forms support submission preview?===&lt;br /&gt;
Gravity Forms do not support submission preview. According to this [http://www.gravityhelp.com/forums/topic/post-preview post], the submission preview feature was supposed to be part of the 1.3 release.&lt;br /&gt;
&lt;br /&gt;
[[Category:WordPress]]&lt;/div&gt;</summary>
		<author><name>Enej</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Cms/shortcodes&amp;diff=234536</id>
		<title>Cms/shortcodes</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Cms/shortcodes&amp;diff=234536"/>
		<updated>2013-05-17T20:38:54Z</updated>

		<summary type="html">&lt;p&gt;Enej: Redirected page to Documentation:UBC Content Management System/What is a shortcode?&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Documentation:UBC_Content_Management_System/What_is_a_shortcode%3F]]&lt;/div&gt;</summary>
		<author><name>Enej</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Sandbox:Potluck&amp;diff=234217</id>
		<title>Sandbox:Potluck</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Sandbox:Potluck&amp;diff=234217"/>
		<updated>2013-05-14T18:35:05Z</updated>

		<summary type="html">&lt;p&gt;Enej: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Logistics==&lt;br /&gt;
* &#039;&#039;&#039;When:&#039;&#039;&#039; Thursday, May 16 noon-1:30pm&lt;br /&gt;
* &#039;&#039;&#039;Where:&#039;&#039;&#039; IBLC 222&lt;br /&gt;
&lt;br /&gt;
==Food allergies / Considerations==&lt;br /&gt;
* Kalev is vegetarian (eggs and dairy are fine, I just don&#039;t eat meat or seafood)&lt;br /&gt;
* Sukhi is vegetarian&lt;br /&gt;
* Marianne prefers white meat and/or veggies&lt;br /&gt;
* &#039;&#039;ahem!!&#039;&#039; Alison doesn&#039;t like green onions or raw onions &#039;&#039;ahem!!&#039;&#039;&lt;br /&gt;
* Mischa is allergic to gluten (wheat) and dairy&lt;br /&gt;
&lt;br /&gt;
==Who is joining? And what are you bringing?==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Who?&lt;br /&gt;
!What are you bringing?&lt;br /&gt;
!Savoury (&#039;&#039;please mark with an &#039;x&#039;&#039;&#039;)&lt;br /&gt;
!Sweets (&#039;&#039;please mark with an &#039;x&#039;&#039;&#039;)&lt;br /&gt;
|-&lt;br /&gt;
| Alison&lt;br /&gt;
| &lt;br /&gt;
* Pancake mix (for waffles) &lt;br /&gt;
* maybe salad&lt;br /&gt;
| d(^_^o)&lt;br /&gt;
| d(^_^o)&lt;br /&gt;
|-&lt;br /&gt;
| John H&lt;br /&gt;
| Orange Juice w/ pulp&lt;br /&gt;
| &lt;br /&gt;
| style=&#039;font-size:1.2em;&#039; | ☔&lt;br /&gt;
|-&lt;br /&gt;
| Anna&lt;br /&gt;
| Sourdough bread maybe&lt;br /&gt;
|    x&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Kyle&lt;br /&gt;
| Strawberries&lt;br /&gt;
| &lt;br /&gt;
| style=&#039;font-size:1.2em;&#039; | x&lt;br /&gt;
|-&lt;br /&gt;
| Adrian&lt;br /&gt;
| Undecided &lt;br /&gt;
| &lt;br /&gt;
| style=&#039;font-size:1.2em;&#039; | x&lt;br /&gt;
|-&lt;br /&gt;
| Enej&lt;br /&gt;
| Something...&lt;br /&gt;
| &lt;br /&gt;
| style=&#039;font-size:1.2em;&#039; | x&lt;br /&gt;
|-&lt;/div&gt;</summary>
		<author><name>Enej</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System/CLF_Theme/epayment_shortcodes&amp;diff=231942</id>
		<title>Documentation:UBC Content Management System/CLF Theme/epayment shortcodes</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System/CLF_Theme/epayment_shortcodes&amp;diff=231942"/>
		<updated>2013-04-25T22:12:03Z</updated>

		<summary type="html">&lt;p&gt;Enej: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Inside the html area of the form use:&lt;br /&gt;
&lt;br /&gt;
example: &lt;br /&gt;
[display_input name=input_4]&lt;br /&gt;
&lt;br /&gt;
Attributes:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
name = the name of the form field, usually of the input_# where # is id]&lt;br /&gt;
else_display = what to display if user didn&#039;t choose this&lt;br /&gt;
remove = removes &amp;quot;|&amp;quot; from the being displayed&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[if_input name=input_4]&lt;br /&gt;
Attributes:&lt;br /&gt;
&amp;lt;pre&amp;gt; &lt;br /&gt;
name = the name of the form field, usually of the input_# where # is id]&lt;br /&gt;
else_display = what to display if user didn&#039;t choose this&lt;br /&gt;
display = What to display if selected this.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
Shortcodes for the email notifications:	&lt;br /&gt;
&lt;br /&gt;
To get the transaction id:&lt;br /&gt;
[transaction_id] or [cbm_id]&lt;br /&gt;
&lt;br /&gt;
To get the payment amount:&lt;br /&gt;
[payment_amount]&lt;br /&gt;
&lt;br /&gt;
To get the Payment Status:&lt;br /&gt;
[payment_status]&lt;/div&gt;</summary>
		<author><name>Enej</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System/CLF_Theme/epayment_shortcodes&amp;diff=231941</id>
		<title>Documentation:UBC Content Management System/CLF Theme/epayment shortcodes</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System/CLF_Theme/epayment_shortcodes&amp;diff=231941"/>
		<updated>2013-04-25T22:11:38Z</updated>

		<summary type="html">&lt;p&gt;Enej: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Inside the html area of the form use:&lt;br /&gt;
&lt;br /&gt;
example: &lt;br /&gt;
[display_input name=input_4]&lt;br /&gt;
&lt;br /&gt;
Attributes:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
name = the name of the form field, usually of the input_# where # is id]&lt;br /&gt;
else_display = what to display if user didn&#039;t choose this&lt;br /&gt;
remove = removed &amp;quot;|&amp;quot; from the being displayed&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[if_input name=input_4]&lt;br /&gt;
Attributes:&lt;br /&gt;
&amp;lt;pre&amp;gt; &lt;br /&gt;
name = the name of the form field, usually of the input_# where # is id]&lt;br /&gt;
else_display = what to display if user didn&#039;t choose this&lt;br /&gt;
display = What to display if selected this.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
Shortcodes for the email notifications:	&lt;br /&gt;
&lt;br /&gt;
To get the transaction id:&lt;br /&gt;
[transaction_id] or [cbm_id]&lt;br /&gt;
&lt;br /&gt;
To get the payment amount:&lt;br /&gt;
[payment_amount]&lt;br /&gt;
&lt;br /&gt;
To get the Payment Status:&lt;br /&gt;
[payment_status]&lt;/div&gt;</summary>
		<author><name>Enej</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System/CLF_Theme/epayment_shortcodes&amp;diff=231909</id>
		<title>Documentation:UBC Content Management System/CLF Theme/epayment shortcodes</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System/CLF_Theme/epayment_shortcodes&amp;diff=231909"/>
		<updated>2013-04-25T21:41:29Z</updated>

		<summary type="html">&lt;p&gt;Enej: Created page with &amp;quot;Inside the html area of the form use:  example:  [display_input name=input_4]  Attributes: name = the name of the form field, usually of the input_# where # is id] else_displa...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Inside the html area of the form use:&lt;br /&gt;
&lt;br /&gt;
example: &lt;br /&gt;
[display_input name=input_4]&lt;br /&gt;
&lt;br /&gt;
Attributes:&lt;br /&gt;
name = the name of the form field, usually of the input_# where # is id]&lt;br /&gt;
else_display = what to display if user didn&#039;t choose this&lt;br /&gt;
remove = removed &amp;quot;|&amp;quot; from the being displayed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[if_input name=input_4]&lt;br /&gt;
Attributes &lt;br /&gt;
name = the name of the form field, usually of the input_# where # is id]&lt;br /&gt;
else_display = what to display if user didn&#039;t choose this&lt;br /&gt;
display = What to display if selected this.&lt;br /&gt;
&lt;br /&gt;
	&lt;br /&gt;
Shortcodes for the email notifications:	&lt;br /&gt;
&lt;br /&gt;
To get the transaction id:&lt;br /&gt;
[transaction_id] or [cbm_id]&lt;br /&gt;
&lt;br /&gt;
To get the payment amount:&lt;br /&gt;
[payment_amount]&lt;br /&gt;
&lt;br /&gt;
To get the Payment Status:&lt;br /&gt;
[payment_status]&lt;/div&gt;</summary>
		<author><name>Enej</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System/What_is_a_shortcode&amp;diff=231907</id>
		<title>Documentation:UBC Content Management System/What is a shortcode</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System/What_is_a_shortcode&amp;diff=231907"/>
		<updated>2013-04-25T21:25:32Z</updated>

		<summary type="html">&lt;p&gt;Enej: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Shortcodes==&lt;br /&gt;
{{Infobox CMS}}A Shortcode is a WordPress-specific code that is used in post/page content or the section widget to execute a piece of dynamic code.&lt;br /&gt;
&lt;br /&gt;
For example, assume the shortcode &#039;&#039;[year]&#039;&#039; will display the current year. How can this be useful? Well, if you ever write, &amp;quot;In 2010 things will be different&amp;quot; and want 2010 to automatically correspond to the current year, you can just write &amp;quot;In [year] things will be differrent&amp;quot; and the year will automatically correspond to the current year.&lt;br /&gt;
&lt;br /&gt;
In other words, a shortcode is a WordPress-specific code that lets you do nifty things with very little effort.&lt;br /&gt;
&lt;br /&gt;
==Popular Shortcodes==&lt;br /&gt;
*[[Documentation:CLF_Advanced_WordPress_Theme/accordions|[accordions]]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/Shortcodes/Column|[column]]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/CLF Theme/RSS feed|[feed]]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/CLF Theme/Loop|[loop]]]&lt;br /&gt;
*[[Documentation:CLF Advanced WordPress Theme/qmts|[qmts]]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/CLF Theme/Menu|[menu]]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/CLF Theme/Slideshow|[slideshow]]]&lt;br /&gt;
*[[Documentation:CLF Advanced WordPress Theme/tabs|[tabs]]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/CLF_Theme/List_of_currently_available_shortcodes/the_post_thumbnail_src|[the_post_thumbnail_src]]]&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
*[[Documentation:UBC Content Management System/CLF Theme/List of currently available shortcodes|Complete list of shortcodes that can be used with the UBC CMS service]]&lt;br /&gt;
&lt;br /&gt;
*[[Documentation:UBC Content Management System/CLF Theme/epayment shortcodes|epayment shortcodes]]&lt;br /&gt;
&lt;br /&gt;
*[[Documentation:CLF Advanced WordPress Theme/wp_tag_cloud|[wp_tag_cloud]]]&lt;br /&gt;
[[Category:UBC CMS]]&lt;/div&gt;</summary>
		<author><name>Enej</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System/How_to/How_to_delete_your_site_or_blog%3F&amp;diff=228454</id>
		<title>Documentation:UBC Content Management System/How to/How to delete your site or blog?</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System/How_to/How_to_delete_your_site_or_blog%3F&amp;diff=228454"/>
		<updated>2013-04-05T18:52:21Z</updated>

		<summary type="html">&lt;p&gt;Enej: Created page with &amp;quot;To delete your site or blog you first need to login to you dashboard.   Then if you have the right privileges. (Your are the administrator) You should be able to see under Too...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To delete your site or blog you first need to login to you dashboard. &lt;br /&gt;
&lt;br /&gt;
Then if you have the right privileges. (Your are the administrator)&lt;br /&gt;
You should be able to see under Tools -&amp;gt; Delete Site. &lt;br /&gt;
&lt;br /&gt;
Just follow the instructions on the page. &lt;br /&gt;
&lt;br /&gt;
[[File:Screenshot Delete Site in WordPress.jpg|Screenshot Delete Site in WordPress]]&lt;/div&gt;</summary>
		<author><name>Enej</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=File:Screenshot_Delete_Site_in_WordPress.jpg&amp;diff=228453</id>
		<title>File:Screenshot Delete Site in WordPress.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=File:Screenshot_Delete_Site_in_WordPress.jpg&amp;diff=228453"/>
		<updated>2013-04-05T18:51:38Z</updated>

		<summary type="html">&lt;p&gt;Enej: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=={{int:filedesc}}==&lt;br /&gt;
{{Information&lt;br /&gt;
|description={{en|1=Screenshot Delete Site in WordPress}}&lt;br /&gt;
|date=2013-04-05&lt;br /&gt;
|source={{own}}&lt;br /&gt;
|author=[[User:Enej|Enej]]&lt;br /&gt;
|permission=&lt;br /&gt;
|other_versions=&lt;br /&gt;
|other_fields=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=={{int:license-header}}==&lt;br /&gt;
{{self|cc-by-sa-2.5-ca}}&lt;/div&gt;</summary>
		<author><name>Enej</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System/How_to&amp;diff=228452</id>
		<title>Documentation:UBC Content Management System/How to</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System/How_to&amp;diff=228452"/>
		<updated>2013-04-05T18:46:19Z</updated>

		<summary type="html">&lt;p&gt;Enej: /* Answered Questions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox CMS}}Here you can find a list of &#039;&#039;tutorials&#039;&#039; on commonly asked &#039;&#039;&#039;How do I...&#039;&#039;&#039; questions. &lt;br /&gt;
If you can&#039;t find your questions on the list, simply Edit the &amp;quot;Unanswered Questions&amp;quot; section and add your questions there and we will get to them shortly.&lt;br /&gt;
&lt;br /&gt;
==Answered Questions==&lt;br /&gt;
*[[Documentation:{{PAGENAME}}/How to password protect a page or post?|How to password protect a page or post?]]&lt;br /&gt;
&lt;br /&gt;
*[[Documentation:{{PAGENAME}}/How do I add Google Analytics to my site?|How do I add Google Analytics to my site?]]&lt;br /&gt;
&lt;br /&gt;
*[[Documentation:UBC Content Management System/Plugins/Gravity Forms|How do I create a form to collect information in an email?]]&lt;br /&gt;
&lt;br /&gt;
*[[Documentation:{{PAGENAME}}/How do I make sure that my site is indexable by Search Engines?|How do I make sure that my site is indexable by Search Engines?]]&lt;br /&gt;
&lt;br /&gt;
*[[Documentation:{{PAGENAME}}/How do I add JavaScript files on each page of my site?|How do I add JavaScript files on each page of my site?]]&lt;br /&gt;
&lt;br /&gt;
*[[Documentation:{{PAGENAME}}/How do I properly configure the Redirection plugin?|How do I properly configure the Redirection plugin?]]&lt;br /&gt;
&lt;br /&gt;
*[[Documentation:UBC Content Management System/Embedding Google Maps|How do I Embed a Google Map?]]&lt;br /&gt;
&lt;br /&gt;
*[[Documentation:{{PAGENAME}}/How do I enable plugins?|How do I enable plugins?]]&lt;br /&gt;
&lt;br /&gt;
*[[Documentation:{{PAGENAME}}/How do I link carousel to page?|How do I link carousel to page?]]&lt;br /&gt;
&lt;br /&gt;
*[[Documentation:{{PAGENAME}}/How do I add custom CSS to my site?|How do I add custom CSS to my site?]]&lt;br /&gt;
&lt;br /&gt;
*[[Documentation:{{PAGENAME}}/How do I properly remove the spotlight slideshow on the front page?|How do I properly remove the spotlight slideshow on the front page?]]&lt;br /&gt;
&lt;br /&gt;
*[[Documentation:{{PAGENAME}}/How do I add social media sharing links to my site?|How do I add social media sharing links to my site?]]&lt;br /&gt;
&lt;br /&gt;
*[[Documentation:{{PAGENAME}}/How do I add or upload a video to my site?|How do I add or upload a video to my site?]]&lt;br /&gt;
&lt;br /&gt;
*[[Documentation:{{PAGENAME}}/How do I add a new user to my site?|How do I add a new user to my site?]]&lt;br /&gt;
&lt;br /&gt;
*[[Documentation:{{PAGENAME}}/How do I set the feed cache?|How do I set the feed cache?]]&lt;br /&gt;
&lt;br /&gt;
*[[Documentation:{{PAGENAME}}/How do I create a link using an image?|How do I create a link using an image?]]&lt;br /&gt;
&lt;br /&gt;
*[[Documentation:{{PAGENAME}}/How do I link an image to a document in my Media Library?|How do I link an image to a document in my Media Library?]]&lt;br /&gt;
&lt;br /&gt;
*[[Documentation:{{PAGENAME}}/How do I hide a widget from a widget area on select pages?|How do I hide a widget from a widget area on select pages?]]&lt;br /&gt;
&lt;br /&gt;
*[[Documentation:{{PAGENAME}}/How do I make a specific page be the frontpage of the site?|How do I make a specific page be the frontpage of the site?]]&lt;br /&gt;
&lt;br /&gt;
*[[Documentation:{{PAGENAME}}/How do I customize the top navigation menu?|How do I customize the top navigation menu?]]&lt;br /&gt;
&lt;br /&gt;
*[[Documentation:{{PAGENAME}}/How do I link to a category archive page?|How do I link to a category archive page?]]&lt;br /&gt;
&lt;br /&gt;
*[[Documentation:{{PAGENAME}}/How to add my site or blog to HootSuite|How to add my site or blog to HootSuite]]&lt;br /&gt;
&lt;br /&gt;
*[[Documentation:{{PAGENAME}}/How to delete your site or blog?|How to delete your site or blog?]]&lt;br /&gt;
&lt;br /&gt;
==Unanswered Questions==&lt;br /&gt;
*[[Documentation:{{PAGENAME}}/How do I set the blog feed URL to the feedburner feed URL?|How do I set the blog feed URL to the feedburner feed URL?]]&lt;br /&gt;
*Insert rotating images when the web page refreshes using jQuery&lt;br /&gt;
*How to create anchor link in WordPress?&lt;br /&gt;
*How can I gain developer access to my website?&lt;br /&gt;
*How do I add a Connect Login &#039;button&#039;/Widget?&lt;br /&gt;
[[Category:UBC CMS]]&lt;/div&gt;</summary>
		<author><name>Enej</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System/CLF_Theme/Menu&amp;diff=218365</id>
		<title>Documentation:UBC Content Management System/CLF Theme/Menu</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System/CLF_Theme/Menu&amp;diff=218365"/>
		<updated>2013-02-28T19:38:44Z</updated>

		<summary type="html">&lt;p&gt;Enej: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox CMS}}The &#039;&#039;[menu]&#039;&#039; [[Documentation:UBC_Content_Management_System/What_is_a_shortcode%3F|shortcode]] allows you to place custom menus (see [[Documentation:CLF Advanced WordPress Theme/Creating Custom Menus | Creating Custom Menus]] to learn how to create custom menus) anywhere on the site. You can place it in main content area of the page/post or you can use the Section widget and specify where you want this menu to appear.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;This shortcode was available by default with the CLF Advanced theme. &amp;lt;br /&amp;gt;&lt;br /&gt;
Now it it part of the &#039;&#039;&#039;More Template Tag Shortcodes&#039;&#039;&#039; plugin. &lt;br /&gt;
You need to enable the plugin to have the shortcode available again.&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
Here is the syntax for the shortcode:&lt;br /&gt;
&lt;br /&gt;
 [menu menu=&amp;quot;Valuing Difference&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
The menu shortcode has many more attributes. &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&#039;menu&#039;                =&amp;gt; &#039;&#039;, &lt;br /&gt;
&#039;container&#039;          =&amp;gt; &#039;div&#039;, &lt;br /&gt;
&#039;container_class&#039; =&amp;gt; &#039;&#039;, &lt;br /&gt;
&#039;container_id&#039;      =&amp;gt; &#039;&#039;, &lt;br /&gt;
&#039;menu_class&#039;       =&amp;gt; &#039;menu&#039;, &lt;br /&gt;
&#039;menu_id&#039;           =&amp;gt; &#039;&#039;,&lt;br /&gt;
&#039;fallback_cb&#039;       =&amp;gt; &#039;wp_page_menu&#039;,&lt;br /&gt;
&#039;before&#039;              =&amp;gt; &#039;&#039;,&lt;br /&gt;
&#039;after&#039;                 =&amp;gt; &#039;&#039;,&lt;br /&gt;
&#039;link_before&#039;       =&amp;gt; &#039;&#039;,&lt;br /&gt;
&#039;link_after&#039;          =&amp;gt; &#039;&#039;,&lt;br /&gt;
&#039;depth&#039;               =&amp;gt; 0,&lt;br /&gt;
&#039;walker&#039;              =&amp;gt; &#039;&#039;,&lt;br /&gt;
&#039;theme_location&#039;  =&amp;gt; &#039;&#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt; &lt;br /&gt;
If you are using the new UBC Collab theme. (the responsive theme).&lt;br /&gt;
The default attribute for the for &#039;&#039;fallback_cb&#039;&#039; become &#039;UBC_Collab_Navigation::pages_nav&#039;&lt;br /&gt;
and the for the &#039;&#039;walker&#039;&#039; attribute become &#039;&#039;new Bootstrap_Walker_Nav_Menu()&#039;&#039;;&lt;br /&gt;
&lt;br /&gt;
If you are placing the menu shortcode into the header widget are of a site &lt;br /&gt;
you can use the following html that will help you implement it. &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;ubc7-unit-menu&amp;quot; class=&amp;quot;navbar expand&amp;quot; role=&amp;quot;navigation&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;div class=&amp;quot;navbar-inner expand&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;div class=&amp;quot;container&amp;quot;&amp;gt;&lt;br /&gt;
          [menu container_class=&amp;quot;nav-collapse collapse&amp;quot; container_id=&amp;quot;ubc7-unit-navigation&amp;quot; menu_class=&amp;quot;nav&amp;quot; ] &lt;br /&gt;
         &amp;lt;/div&amp;gt;&lt;br /&gt;
     &amp;lt;/div&amp;gt;&amp;lt;!-- /navbar-inner --&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;!-- /navbar --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: &amp;quot;Valuing Difference&amp;quot; is the name of the sample custom menu.&lt;br /&gt;
&lt;br /&gt;
[[File: Menu-shortcode1.png|thumb|none|500px|(click to enlarge)]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This example uses the Section widget with the following shortcode:&lt;br /&gt;
&lt;br /&gt;
 [menu menu=&amp;quot;Valuing Difference&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
[[File: Menu-shortcode2.png|thumb|none|450px|(click to enlarge)]]&lt;br /&gt;
&lt;br /&gt;
Please see below how this looks on the webpage:&lt;br /&gt;
&lt;br /&gt;
[[File: Menu-shortcode3.png|thumb|none|500px|(click to enlarge)]]&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
* [[Documentation:CLF Advanced WordPress Theme/Creating Custom Menus | Creating Custom Menus]]&lt;br /&gt;
&lt;br /&gt;
[[Category:UBC CMS]]&lt;/div&gt;</summary>
		<author><name>Enej</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System/CLF_Theme/Menu&amp;diff=218363</id>
		<title>Documentation:UBC Content Management System/CLF Theme/Menu</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System/CLF_Theme/Menu&amp;diff=218363"/>
		<updated>2013-02-28T19:38:09Z</updated>

		<summary type="html">&lt;p&gt;Enej: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox CMS}}The &#039;&#039;[menu]&#039;&#039; [[Documentation:UBC_Content_Management_System/What_is_a_shortcode%3F|shortcode]] allows you to place custom menus (see [[Documentation:CLF Advanced WordPress Theme/Creating Custom Menus | Creating Custom Menus]] to learn how to create custom menus) anywhere on the site. You can place it in main content area of the page/post or you can use the Section widget and specify where you want this menu to appear.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;This shortcode was available by default with the CLF Advanced theme. Now it it part of the &#039;&#039;&#039;More Template Tag Shortcodes&#039;&#039;&#039; plugin. &lt;br /&gt;
You need to enable the plugin to have the shortcode available again.&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
Here is the syntax for the shortcode:&lt;br /&gt;
&lt;br /&gt;
 [menu menu=&amp;quot;Valuing Difference&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
The menu shortcode has many more attributes. &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&#039;menu&#039;                =&amp;gt; &#039;&#039;, &lt;br /&gt;
&#039;container&#039;          =&amp;gt; &#039;div&#039;, &lt;br /&gt;
&#039;container_class&#039; =&amp;gt; &#039;&#039;, &lt;br /&gt;
&#039;container_id&#039;      =&amp;gt; &#039;&#039;, &lt;br /&gt;
&#039;menu_class&#039;       =&amp;gt; &#039;menu&#039;, &lt;br /&gt;
&#039;menu_id&#039;           =&amp;gt; &#039;&#039;,&lt;br /&gt;
&#039;fallback_cb&#039;       =&amp;gt; &#039;wp_page_menu&#039;,&lt;br /&gt;
&#039;before&#039;              =&amp;gt; &#039;&#039;,&lt;br /&gt;
&#039;after&#039;                 =&amp;gt; &#039;&#039;,&lt;br /&gt;
&#039;link_before&#039;       =&amp;gt; &#039;&#039;,&lt;br /&gt;
&#039;link_after&#039;          =&amp;gt; &#039;&#039;,&lt;br /&gt;
&#039;depth&#039;               =&amp;gt; 0,&lt;br /&gt;
&#039;walker&#039;              =&amp;gt; &#039;&#039;,&lt;br /&gt;
&#039;theme_location&#039;  =&amp;gt; &#039;&#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt; &lt;br /&gt;
If you are using the new UBC Collab theme. (the responsive theme).&lt;br /&gt;
The default attribute for the for &#039;&#039;fallback_cb&#039;&#039; become &#039;UBC_Collab_Navigation::pages_nav&#039;&lt;br /&gt;
and the for the &#039;&#039;walker&#039;&#039; attribute become &#039;&#039;new Bootstrap_Walker_Nav_Menu()&#039;&#039;;&lt;br /&gt;
&lt;br /&gt;
If you are placing the menu shortcode into the header widget are of a site &lt;br /&gt;
you can use the following html that will help you implement it. &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;ubc7-unit-menu&amp;quot; class=&amp;quot;navbar expand&amp;quot; role=&amp;quot;navigation&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;div class=&amp;quot;navbar-inner expand&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;div class=&amp;quot;container&amp;quot;&amp;gt;&lt;br /&gt;
          [menu container_class=&amp;quot;nav-collapse collapse&amp;quot; container_id=&amp;quot;ubc7-unit-navigation&amp;quot; menu_class=&amp;quot;nav&amp;quot; ] &lt;br /&gt;
         &amp;lt;/div&amp;gt;&lt;br /&gt;
     &amp;lt;/div&amp;gt;&amp;lt;!-- /navbar-inner --&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;!-- /navbar --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: &amp;quot;Valuing Difference&amp;quot; is the name of the sample custom menu.&lt;br /&gt;
&lt;br /&gt;
[[File: Menu-shortcode1.png|thumb|none|500px|(click to enlarge)]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This example uses the Section widget with the following shortcode:&lt;br /&gt;
&lt;br /&gt;
 [menu menu=&amp;quot;Valuing Difference&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
[[File: Menu-shortcode2.png|thumb|none|450px|(click to enlarge)]]&lt;br /&gt;
&lt;br /&gt;
Please see below how this looks on the webpage:&lt;br /&gt;
&lt;br /&gt;
[[File: Menu-shortcode3.png|thumb|none|500px|(click to enlarge)]]&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
* [[Documentation:CLF Advanced WordPress Theme/Creating Custom Menus | Creating Custom Menus]]&lt;br /&gt;
&lt;br /&gt;
[[Category:UBC CMS]]&lt;/div&gt;</summary>
		<author><name>Enej</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System/CLF_Theme/Menu&amp;diff=218360</id>
		<title>Documentation:UBC Content Management System/CLF Theme/Menu</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System/CLF_Theme/Menu&amp;diff=218360"/>
		<updated>2013-02-28T19:36:21Z</updated>

		<summary type="html">&lt;p&gt;Enej: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox CMS}}The &#039;&#039;[menu]&#039;&#039; [[Documentation:UBC_Content_Management_System/What_is_a_shortcode%3F|shortcode]] allows you to place custom menus (see [[Documentation:CLF Advanced WordPress Theme/Creating Custom Menus | Creating Custom Menus]] to learn how to create custom menus) anywhere on the site. You can place it in main content area of the page/post or you can use the Section widget and specify where you want this menu to appear.&lt;br /&gt;
&lt;br /&gt;
This shortcode was available by default with the &lt;br /&gt;
&lt;br /&gt;
Here is the syntax for the shortcode:&lt;br /&gt;
&lt;br /&gt;
 [menu menu=&amp;quot;Valuing Difference&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
The menu shortcode has many more attributes. &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&#039;menu&#039;                =&amp;gt; &#039;&#039;, &lt;br /&gt;
&#039;container&#039;          =&amp;gt; &#039;div&#039;, &lt;br /&gt;
&#039;container_class&#039; =&amp;gt; &#039;&#039;, &lt;br /&gt;
&#039;container_id&#039;      =&amp;gt; &#039;&#039;, &lt;br /&gt;
&#039;menu_class&#039;       =&amp;gt; &#039;menu&#039;, &lt;br /&gt;
&#039;menu_id&#039;           =&amp;gt; &#039;&#039;,&lt;br /&gt;
&#039;fallback_cb&#039;       =&amp;gt; &#039;wp_page_menu&#039;,&lt;br /&gt;
&#039;before&#039;              =&amp;gt; &#039;&#039;,&lt;br /&gt;
&#039;after&#039;                 =&amp;gt; &#039;&#039;,&lt;br /&gt;
&#039;link_before&#039;       =&amp;gt; &#039;&#039;,&lt;br /&gt;
&#039;link_after&#039;          =&amp;gt; &#039;&#039;,&lt;br /&gt;
&#039;depth&#039;               =&amp;gt; 0,&lt;br /&gt;
&#039;walker&#039;              =&amp;gt; &#039;&#039;,&lt;br /&gt;
&#039;theme_location&#039;  =&amp;gt; &#039;&#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt; &lt;br /&gt;
If you are using the new UBC Collab theme. (the responsive theme).&lt;br /&gt;
The default attribute for the for &#039;&#039;fallback_cb&#039;&#039; become &#039;UBC_Collab_Navigation::pages_nav&#039;&lt;br /&gt;
and the for the &#039;&#039;walker&#039;&#039; attribute become &#039;&#039;new Bootstrap_Walker_Nav_Menu()&#039;&#039;;&lt;br /&gt;
&lt;br /&gt;
If you are placing the menu shortcode into the header widget are of a site &lt;br /&gt;
you can use the following html that will help you implement it. &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;ubc7-unit-menu&amp;quot; class=&amp;quot;navbar expand&amp;quot; role=&amp;quot;navigation&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;div class=&amp;quot;navbar-inner expand&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;div class=&amp;quot;container&amp;quot;&amp;gt;&lt;br /&gt;
          [menu container_class=&amp;quot;nav-collapse collapse&amp;quot; container_id=&amp;quot;ubc7-unit-navigation&amp;quot; menu_class=&amp;quot;nav&amp;quot; ] &lt;br /&gt;
         &amp;lt;/div&amp;gt;&lt;br /&gt;
     &amp;lt;/div&amp;gt;&amp;lt;!-- /navbar-inner --&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;!-- /navbar --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: &amp;quot;Valuing Difference&amp;quot; is the name of the sample custom menu.&lt;br /&gt;
&lt;br /&gt;
[[File: Menu-shortcode1.png|thumb|none|500px|(click to enlarge)]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This example uses the Section widget with the following shortcode:&lt;br /&gt;
&lt;br /&gt;
 [menu menu=&amp;quot;Valuing Difference&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
[[File: Menu-shortcode2.png|thumb|none|450px|(click to enlarge)]]&lt;br /&gt;
&lt;br /&gt;
Please see below how this looks on the webpage:&lt;br /&gt;
&lt;br /&gt;
[[File: Menu-shortcode3.png|thumb|none|500px|(click to enlarge)]]&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
* [[Documentation:CLF Advanced WordPress Theme/Creating Custom Menus | Creating Custom Menus]]&lt;br /&gt;
&lt;br /&gt;
[[Category:UBC CMS]]&lt;/div&gt;</summary>
		<author><name>Enej</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System/CLF_Theme/Menu&amp;diff=218359</id>
		<title>Documentation:UBC Content Management System/CLF Theme/Menu</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System/CLF_Theme/Menu&amp;diff=218359"/>
		<updated>2013-02-28T19:29:21Z</updated>

		<summary type="html">&lt;p&gt;Enej: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox CMS}}The &#039;&#039;[menu]&#039;&#039; [[Documentation:UBC_Content_Management_System/What_is_a_shortcode%3F|shortcode]] allows you to place custom menus (see [[Documentation:CLF Advanced WordPress Theme/Creating Custom Menus | Creating Custom Menus]] to learn how to create custom menus) anywhere on the site. You can place it in main content area of the page/post or you can use the Section widget and specify where you want this menu to appear.&lt;br /&gt;
&lt;br /&gt;
Here is the syntax for the shortcode:&lt;br /&gt;
&lt;br /&gt;
 [menu menu=&amp;quot;Valuing Difference&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
The menu shortcode has many more attributes. &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&#039;menu&#039;                =&amp;gt; &#039;&#039;, &lt;br /&gt;
&#039;container&#039;          =&amp;gt; &#039;div&#039;, &lt;br /&gt;
&#039;container_class&#039; =&amp;gt; &#039;&#039;, &lt;br /&gt;
&#039;container_id&#039;      =&amp;gt; &#039;&#039;, &lt;br /&gt;
&#039;menu_class&#039;       =&amp;gt; &#039;menu&#039;, &lt;br /&gt;
&#039;menu_id&#039;           =&amp;gt; &#039;&#039;,&lt;br /&gt;
&#039;fallback_cb&#039;       =&amp;gt; &#039;wp_page_menu&#039;,&lt;br /&gt;
&#039;before&#039;              =&amp;gt; &#039;&#039;,&lt;br /&gt;
&#039;after&#039;                 =&amp;gt; &#039;&#039;,&lt;br /&gt;
&#039;link_before&#039;       =&amp;gt; &#039;&#039;,&lt;br /&gt;
&#039;link_after&#039;          =&amp;gt; &#039;&#039;,&lt;br /&gt;
&#039;depth&#039;               =&amp;gt; 0,&lt;br /&gt;
&#039;walker&#039;              =&amp;gt; &#039;&#039;,&lt;br /&gt;
&#039;theme_location&#039;  =&amp;gt; &#039;&#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt; &lt;br /&gt;
If you are using the new UBC Collab theme. (the responsive theme).&lt;br /&gt;
The default attribute for the for &#039;&#039;fallback_cb&#039;&#039; become &#039;UBC_Collab_Navigation::pages_nav&#039;&lt;br /&gt;
and the for the &#039;&#039;walker&#039;&#039; attribute become &#039;&#039;new Bootstrap_Walker_Nav_Menu()&#039;&#039;;&lt;br /&gt;
&lt;br /&gt;
If you are placing the menu shortcode into the header widget are of a site &lt;br /&gt;
you can use the following html that will help you implement it. &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;ubc7-unit-menu&amp;quot; class=&amp;quot;navbar expand&amp;quot; role=&amp;quot;navigation&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;div class=&amp;quot;navbar-inner expand&amp;quot;&amp;gt;&lt;br /&gt;
         &amp;lt;div class=&amp;quot;container&amp;quot;&amp;gt;&lt;br /&gt;
          [menu container_class=&amp;quot;nav-collapse collapse&amp;quot; container_id=&amp;quot;ubc7-unit-navigation&amp;quot; menu_class=&amp;quot;nav&amp;quot; ] &lt;br /&gt;
         &amp;lt;/div&amp;gt;&lt;br /&gt;
     &amp;lt;/div&amp;gt;&amp;lt;!-- /navbar-inner --&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;!-- /navbar --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: &amp;quot;Valuing Difference&amp;quot; is the name of the sample custom menu.&lt;br /&gt;
&lt;br /&gt;
[[File: Menu-shortcode1.png|thumb|none|500px|(click to enlarge)]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This example uses the Section widget with the following shortcode:&lt;br /&gt;
&lt;br /&gt;
 [menu menu=&amp;quot;Valuing Difference&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
[[File: Menu-shortcode2.png|thumb|none|450px|(click to enlarge)]]&lt;br /&gt;
&lt;br /&gt;
Please see below how this looks on the webpage:&lt;br /&gt;
&lt;br /&gt;
[[File: Menu-shortcode3.png|thumb|none|500px|(click to enlarge)]]&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
* [[Documentation:CLF Advanced WordPress Theme/Creating Custom Menus | Creating Custom Menus]]&lt;br /&gt;
&lt;br /&gt;
[[Category:UBC CMS]]&lt;/div&gt;</summary>
		<author><name>Enej</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Thread:Documentation_talk:UBC_Content_Management_System/UBC_Collab/Issues//Unit_Contact_Info_Filled-in_Automatically%3F/reply&amp;diff=214658</id>
		<title>Thread:Documentation talk:UBC Content Management System/UBC Collab/Issues//Unit Contact Info Filled-in Automatically?/reply</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Thread:Documentation_talk:UBC_Content_Management_System/UBC_Collab/Issues//Unit_Contact_Info_Filled-in_Automatically%3F/reply&amp;diff=214658"/>
		<updated>2013-01-28T20:40:56Z</updated>

		<summary type="html">&lt;p&gt;Enej: Reply to Unit Contact Info Filled-in Automatically?&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Thanks for reporting the issue.&lt;/div&gt;</summary>
		<author><name>Enej</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System/UBC_Collab/Issues/&amp;diff=213506</id>
		<title>Documentation:UBC Content Management System/UBC Collab/Issues/</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System/UBC_Collab/Issues/&amp;diff=213506"/>
		<updated>2013-01-18T01:43:37Z</updated>

		<summary type="html">&lt;p&gt;Enej: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To Add a new issue please fill out this form&lt;br /&gt;
&amp;lt;inputbox&amp;gt; &lt;br /&gt;
type=create&lt;br /&gt;
prefix=Documentation:UBC_Content_Management_System/UBC_Collab/Issues/&lt;br /&gt;
width=100&lt;br /&gt;
editintro=Template:New Page Intro&lt;br /&gt;
placeholder=Title of the Issue&lt;br /&gt;
buttonlabel=Create New Issue&lt;br /&gt;
&amp;lt;/inputbox&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
List of Current issues that we found on the theme:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dpl&amp;gt;&lt;br /&gt;
namespace=Documentation&lt;br /&gt;
titlematch=UBC_Content_Management_System/UBC_Collab/Issues/%&lt;br /&gt;
shownamespace=false&lt;br /&gt;
includesubpages=true&lt;br /&gt;
inlinetext=&amp;amp;nbsp;&amp;amp;bull;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
ordermethod=lastedit&lt;br /&gt;
userdateformat=M d (D) H:i&lt;br /&gt;
addeditdate=true&lt;br /&gt;
format= ,\n* [[%PAGE%|%TITLE%]], - Last Changed: %DATE%  ,&lt;br /&gt;
&amp;lt;/dpl&amp;gt;&lt;/div&gt;</summary>
		<author><name>Enej</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System/UBC_Collab/Issues/&amp;diff=213505</id>
		<title>Documentation:UBC Content Management System/UBC Collab/Issues/</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System/UBC_Collab/Issues/&amp;diff=213505"/>
		<updated>2013-01-18T01:42:11Z</updated>

		<summary type="html">&lt;p&gt;Enej: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To Add a new issue please fill out this form&lt;br /&gt;
&amp;lt;inputbox&amp;gt; &lt;br /&gt;
type=create&lt;br /&gt;
prefix=Documentation:UBC_Content_Management_System/UBC_Collab/Issues/&lt;br /&gt;
width=100&lt;br /&gt;
editintro=Template:New Page Intro&lt;br /&gt;
placeholder=Title of the Issue&lt;br /&gt;
&amp;lt;/inputbox&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
List of Current issues that we found on the theme:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dpl&amp;gt;&lt;br /&gt;
namespace=Documentation&lt;br /&gt;
titlematch=UBC_Content_Management_System/UBC_Collab/Issues/%&lt;br /&gt;
shownamespace=false&lt;br /&gt;
includesubpages=true&lt;br /&gt;
inlinetext=&amp;amp;nbsp;&amp;amp;bull;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
ordermethod=lastedit&lt;br /&gt;
userdateformat=M d (D) H:i&lt;br /&gt;
addeditdate=true&lt;br /&gt;
format= ,\n* [[%PAGE%|%TITLE%]], - Last Changed: %DATE%  ,&lt;br /&gt;
&amp;lt;/dpl&amp;gt;&lt;/div&gt;</summary>
		<author><name>Enej</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System/UBC_Collab/Issues/&amp;diff=213504</id>
		<title>Documentation:UBC Content Management System/UBC Collab/Issues/</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System/UBC_Collab/Issues/&amp;diff=213504"/>
		<updated>2013-01-18T01:39:57Z</updated>

		<summary type="html">&lt;p&gt;Enej: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To Add a new issue please fill out this form&lt;br /&gt;
&amp;lt;inputbox&amp;gt; &lt;br /&gt;
type=create&lt;br /&gt;
default=Documentation:UBC_Content_Management_System/UBC_Collab/Issues/&lt;br /&gt;
width=300&lt;br /&gt;
editintro=Template:New Page Intro&lt;br /&gt;
&amp;lt;/inputbox&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
List of Current issues that we found on the theme:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dpl&amp;gt;&lt;br /&gt;
namespace=Documentation&lt;br /&gt;
titlematch=UBC_Content_Management_System/UBC_Collab/Issues/%&lt;br /&gt;
shownamespace=false&lt;br /&gt;
includesubpages=true&lt;br /&gt;
inlinetext=&amp;amp;nbsp;&amp;amp;bull;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
ordermethod=lastedit&lt;br /&gt;
userdateformat=M d (D) H:i&lt;br /&gt;
addeditdate=true&lt;br /&gt;
format= ,\n* [[%PAGE%|%TITLE%]], - Last Changed: %DATE%  ,&lt;br /&gt;
&amp;lt;/dpl&amp;gt;&lt;/div&gt;</summary>
		<author><name>Enej</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System/UBC_Collab/Issues/&amp;diff=213503</id>
		<title>Documentation:UBC Content Management System/UBC Collab/Issues/</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System/UBC_Collab/Issues/&amp;diff=213503"/>
		<updated>2013-01-18T01:39:35Z</updated>

		<summary type="html">&lt;p&gt;Enej: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
List of Current issues that we found on the theme:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dpl&amp;gt;&lt;br /&gt;
namespace=Documentation&lt;br /&gt;
titlematch=UBC_Content_Management_System/UBC_Collab/Issues/%&lt;br /&gt;
shownamespace=false&lt;br /&gt;
includesubpages=true&lt;br /&gt;
inlinetext=&amp;amp;nbsp;&amp;amp;bull;&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
ordermethod=lastedit&lt;br /&gt;
userdateformat=M d (D) H:i&lt;br /&gt;
addeditdate=true&lt;br /&gt;
format= ,\n* [[%PAGE%|%TITLE%]], - Last Changed: %DATE%  ,&lt;br /&gt;
&amp;lt;/dpl&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To Add a new issue please fill out this form&lt;br /&gt;
&amp;lt;inputbox&amp;gt; &lt;br /&gt;
type=create&lt;br /&gt;
default=Documentation:UBC_Content_Management_System/UBC_Collab/Issues/&lt;br /&gt;
width=300&lt;br /&gt;
editintro=Template:New Page Intro&lt;br /&gt;
&amp;lt;/inputbox&amp;gt;&lt;/div&gt;</summary>
		<author><name>Enej</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System&amp;diff=213502</id>
		<title>Documentation:UBC Content Management System</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System&amp;diff=213502"/>
		<updated>2013-01-18T01:16:11Z</updated>

		<summary type="html">&lt;p&gt;Enej: /* UBC Collab Theme */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot; class=&amp;quot;infobox&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:#002859; width:300px; color: white; font-weight:normal; font-size:11pt; padding-top: 0.5em; padding-bottom: 0.5em;&amp;quot; | {{PAGENAME}}&lt;br /&gt;
|-&lt;br /&gt;
!scope=&amp;quot;row&amp;quot; colspan=&amp;quot;2&amp;quot;| [[{{{picture|Image:CMS_Frontpage.jpg}}}|300px| UBC CMS]]&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:#7491a3; font-weight:normal; width:200px; color: white; font-size:10pt;&amp;quot; | {{{Unit|}}}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;font-size:9pt; text-align: right;&amp;quot; | &#039;&#039;Overview: http://cms.ubc.ca&#039;&#039;&lt;br /&gt;
| style=&amp;quot;font-size:9pt; padding-left: 5px;&amp;quot; | {{{overview|}}}&lt;br /&gt;
|}&lt;br /&gt;
Welcome to the Documentation Codex for the [http://cms.ubc.ca UBC CMS Service].  Here you can find &#039;&#039;[[Documentation:WordPress_Documentation_Style_Guide|and contribut]]e&#039;&#039; to the UBC CMS support and help documentation.  The pages below are an effort to document best practices and provide users with tutorials on how to use the WordPress-based CMS service. You can also download this material as a [[UBC_Wiki:Books/UBC_CMS_Guide|pdf wiki book]].&lt;br /&gt;
&lt;br /&gt;
==Getting Started==&lt;br /&gt;
*[[Documentation:UBC Content Management System/About|About the UBC CMS Platform]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/Differences between UBC CMS and UBC Blogs|Differences between UBC CMS and UBC Blogs]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/Requesting a Site|Requesting a Site]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/List of CTLT Sites by WordPress Theme Grid|Examples of UBC Websites Created Through the CMS Service]]&lt;br /&gt;
==UBC Collab Theme==&lt;br /&gt;
An implementation of the CLF 7 in WordPress.&lt;br /&gt;
&lt;br /&gt;
[[Documentation:UBC Content Management System/UBC Collab/Issues/|Current UBC Collab Issues]]&lt;br /&gt;
&lt;br /&gt;
==UBC CLF Advanced Theme==&lt;br /&gt;
{{PDF version|||[[UBC_Wiki:Books/UBC_CMS_Guide|the CMS Documentation Codex]]}}&lt;br /&gt;
&lt;br /&gt;
The UBC Advanced Theme allows users to develop UBC branded websites using the full UBC common look and feel.&lt;br /&gt;
&lt;br /&gt;
* [[Documentation:UBC_Content_Management_System/CLF_Theme|Theme Options Overview]]&lt;br /&gt;
* [[Documentation:UBC_Content_Management_System/CLF_Theme/UBC CLF Theme Options Index|Theme Options Index]]&lt;br /&gt;
* [[Documentation:UBC Content Management System/CLF Theme/UBC CLF Options|UBC CLF Options]]&lt;br /&gt;
* [[Documentation:UBC_Content_Management_System/CLF_Theme/Layout Options|Layout Options]]&lt;br /&gt;
* [[Documentation:UBC_Content_Management_System/CLF_Theme/Font and Colour Options|Font and Colour Options]]&lt;br /&gt;
* [[Documentation:UBC_Content_Management_System/CLF_Theme/Navigation Options|Navigation Options]]&lt;br /&gt;
* [[Documentation:UBC Content Management System/CLF Theme/Display Options|Display Options]]&lt;br /&gt;
* [[Documentation:UBC_Content_Management_System/CLF_Theme/Frontpage Options|Frontpage Options]]&lt;br /&gt;
* [[Documentation:UBC Content Management System/CLF Theme/Custom Fields Options|Custom Fields Options]]&lt;br /&gt;
* [[Documentation:UBC Content Management System/CLF Theme/Search Engine Optimization (SEO) Options|SEO Options]]&lt;br /&gt;
* [[Documentation:UBC Content Management System/CLF Theme/Export Option|Export Option]]&lt;br /&gt;
* [[Documentation:UBC Content Management System/CLF Theme/Import Option|Import Option]]&lt;br /&gt;
* [[Documentation:UBC Content Management System/CLF Theme/Global Theme Settings|Global Theme Settings]]&lt;br /&gt;
* [[Documentation:UBC Content Management System/CLF Theme/Page Templates|Page Templates]]&lt;br /&gt;
&lt;br /&gt;
==Adding Content==&lt;br /&gt;
&lt;br /&gt;
*[[Documentation:UBC Content Management System/Dashboard|Overview of the WordPress Dashboard]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/Pages and Posts|Pages and Posts]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/Categories|Categories]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/Tags|Tags]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/Adding Images and Media|Adding Images, Media and Other Files]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/How_to/How do I create a link using an image?|Linking to images]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/How_to/How do I add or upload a video to my site?|Videos]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/Managing_People_Profiles_and_Directories|People Profiles]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/Widgets|Widgets]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/Embedding Google Maps|Maps]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/Plugins/Gravity Forms|Forms]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/Plugins/Sharedaddy|Adding social media sharing links]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/CLF_Theme/How_to_embed_a_news_feed_from_RSS|Embedding RSS Feeds]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/What_is_a_shortcode%3F|Shortcodes]]&lt;br /&gt;
&lt;br /&gt;
==Creating the Site Structure==&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/CLF_Theme/Creating_Custom_Menus|Menus]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/Widgets|Widgets]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/CLF_Theme/Frontpage Options|Customizing the Front Page]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/Shortcodes/Column|Dividing a page into columns]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/How_to/How do I hide a widget from a widget area on select pages?|Hiding widgets from a widget area on select pages]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/How_to/How do I link to a category archive page?|Linking to a category archive page]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/Embedding Google Maps|Embedding Google Maps]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/CLF Theme/Embedding UBC Events Calendar|Embedding UBC Events Calendar]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/CLF Theme/How to embed content from the UBC Wiki|Embedding content from the UBC Wiki]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/CLF Theme/How to insert a Spotlight Rotation in a Page|Inserting a spotlight rotation slideshow in a Page]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/How_to/How do I properly remove the spotlight slideshow on the front page?|Removing the spotlight slideshow from the front page]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/How to/How do I create a link using an image?#Linking the image to a document|Linking  an image to a document in the Media Library]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/CLF Theme/How to set up search on the CLF utility bar|Setting up the search bar (CLF)]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/What_is_a_shortcode%3F|Shortcodes]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/CLF Theme/Page Templates|Page Templates]]&lt;br /&gt;
&lt;br /&gt;
==Adding Functionality to the Site==&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/Plugins|Plugins]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/Plugins/Enabling Plugins|Enabling Plugins]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/Plugins/Gravity Forms|Forms]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/Plugins/Sharedaddy|Adding social media sharing links]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/Widgets/Twitter Widget|Adding the Twitter Widget]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/Plugins/Redirection|Configuring the Redirection Plugin]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/Plugins/Display Links by Category|Adding Links/Blogroll]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/Plugins/Create HTML Tables|Configuring the HTML editor to create tables]]&lt;br /&gt;
&lt;br /&gt;
==Custom Coding==&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/How_to/How do I add JavaScript files on each page of my site?|Adding Javascript Files to Site Pages]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/How_to/How do I add custom CSS to my site?|Adding Custom CSS]]&lt;br /&gt;
*[[Documentation:CLF_Advanced_WordPress_Theme/How_to_add_borders_to_table|Adding borders to an HTML table]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/Custom Themes|Custom Themes]]&lt;br /&gt;
&lt;br /&gt;
==Privacy==&lt;br /&gt;
*[[Documentation:UBC Content Management System/Privacy/Site Visibility|Site Visibility]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/How_to/How_to_password_protect_a_page_or_post%3F|Password Protect an Individual Page]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/Plugins/Feed Key Generator|Private Feed Keys]]&lt;br /&gt;
&lt;br /&gt;
==User Management==&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/How_to/How_do_I_add_a_new_user_to_my_site%3F|Adding Users]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/CLF Theme/How to disable comments site-wide|Disabling Comments Site-Wide]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/Disabling Comments On a Page|Disabling Comments On a Page]]&lt;br /&gt;
&lt;br /&gt;
==Final Steps==&lt;br /&gt;
&lt;br /&gt;
*[[Documentation:UBC Content Management System/How to/How do I add Google Analytics to my site?|Adding Google Analytics]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/CLF_Theme/Search_Engine_Optimization_(SEO)_Options|Search Engine Optimization (SEO)]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/Going_Live|&amp;quot;Publishing&amp;quot; the site]] - Going Live&lt;br /&gt;
&lt;br /&gt;
==Questions?==&lt;br /&gt;
*[[Documentation:{{PAGENAME}}/How to|How to]] -  A list of short tutorials on how to get stuff done. Add your questions and we&#039;ll try to answer them.&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/Knowledge_Repository|Knowledge Base]] - A very informal space where we capture help requests.  Eventually this content will be moved into the main help pages.&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/Index|Index]] - An index of UBC CMS support pages.&lt;br /&gt;
&lt;br /&gt;
==Support==&lt;br /&gt;
If you couldn&#039;t find an answer to your question on the UBC Wiki, you can leave your question on the Wiki, send us a support ticket or visit us for a one-on-one in-person clinic.&lt;br /&gt;
* Send a ticket to UBC CMS support: [mailto:cms.support@ubc.ca cms.support@ubc.ca]&lt;br /&gt;
* [http://cms.ubc.ca In-person clinic]: Select the post with your desired attendance date found in the &amp;quot;Upcoming Clinic and Training&amp;quot; section under the &amp;quot;RSVP for Clinics&amp;quot; heading.&lt;br /&gt;
&lt;br /&gt;
{{cc-by-sa-2.0}}&lt;br /&gt;
&lt;br /&gt;
[[Category:UBC Web Services]] [[Category:UBC CMS]] [[Category:Learning Technologies]] [[Category:Web Design]]&lt;/div&gt;</summary>
		<author><name>Enej</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System&amp;diff=213501</id>
		<title>Documentation:UBC Content Management System</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System&amp;diff=213501"/>
		<updated>2013-01-18T01:16:00Z</updated>

		<summary type="html">&lt;p&gt;Enej: /* UBC Collab Theme */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot; class=&amp;quot;infobox&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:#002859; width:300px; color: white; font-weight:normal; font-size:11pt; padding-top: 0.5em; padding-bottom: 0.5em;&amp;quot; | {{PAGENAME}}&lt;br /&gt;
|-&lt;br /&gt;
!scope=&amp;quot;row&amp;quot; colspan=&amp;quot;2&amp;quot;| [[{{{picture|Image:CMS_Frontpage.jpg}}}|300px| UBC CMS]]&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:#7491a3; font-weight:normal; width:200px; color: white; font-size:10pt;&amp;quot; | {{{Unit|}}}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;font-size:9pt; text-align: right;&amp;quot; | &#039;&#039;Overview: http://cms.ubc.ca&#039;&#039;&lt;br /&gt;
| style=&amp;quot;font-size:9pt; padding-left: 5px;&amp;quot; | {{{overview|}}}&lt;br /&gt;
|}&lt;br /&gt;
Welcome to the Documentation Codex for the [http://cms.ubc.ca UBC CMS Service].  Here you can find &#039;&#039;[[Documentation:WordPress_Documentation_Style_Guide|and contribut]]e&#039;&#039; to the UBC CMS support and help documentation.  The pages below are an effort to document best practices and provide users with tutorials on how to use the WordPress-based CMS service. You can also download this material as a [[UBC_Wiki:Books/UBC_CMS_Guide|pdf wiki book]].&lt;br /&gt;
&lt;br /&gt;
==Getting Started==&lt;br /&gt;
*[[Documentation:UBC Content Management System/About|About the UBC CMS Platform]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/Differences between UBC CMS and UBC Blogs|Differences between UBC CMS and UBC Blogs]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/Requesting a Site|Requesting a Site]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/List of CTLT Sites by WordPress Theme Grid|Examples of UBC Websites Created Through the CMS Service]]&lt;br /&gt;
==UBC Collab Theme==&lt;br /&gt;
An implementation of the CLF 7 in WordPress.&lt;br /&gt;
[[Documentation:UBC Content Management System/UBC Collab/Issues/|Current UBC Collab Issues]]&lt;br /&gt;
&lt;br /&gt;
==UBC CLF Advanced Theme==&lt;br /&gt;
{{PDF version|||[[UBC_Wiki:Books/UBC_CMS_Guide|the CMS Documentation Codex]]}}&lt;br /&gt;
&lt;br /&gt;
The UBC Advanced Theme allows users to develop UBC branded websites using the full UBC common look and feel.&lt;br /&gt;
&lt;br /&gt;
* [[Documentation:UBC_Content_Management_System/CLF_Theme|Theme Options Overview]]&lt;br /&gt;
* [[Documentation:UBC_Content_Management_System/CLF_Theme/UBC CLF Theme Options Index|Theme Options Index]]&lt;br /&gt;
* [[Documentation:UBC Content Management System/CLF Theme/UBC CLF Options|UBC CLF Options]]&lt;br /&gt;
* [[Documentation:UBC_Content_Management_System/CLF_Theme/Layout Options|Layout Options]]&lt;br /&gt;
* [[Documentation:UBC_Content_Management_System/CLF_Theme/Font and Colour Options|Font and Colour Options]]&lt;br /&gt;
* [[Documentation:UBC_Content_Management_System/CLF_Theme/Navigation Options|Navigation Options]]&lt;br /&gt;
* [[Documentation:UBC Content Management System/CLF Theme/Display Options|Display Options]]&lt;br /&gt;
* [[Documentation:UBC_Content_Management_System/CLF_Theme/Frontpage Options|Frontpage Options]]&lt;br /&gt;
* [[Documentation:UBC Content Management System/CLF Theme/Custom Fields Options|Custom Fields Options]]&lt;br /&gt;
* [[Documentation:UBC Content Management System/CLF Theme/Search Engine Optimization (SEO) Options|SEO Options]]&lt;br /&gt;
* [[Documentation:UBC Content Management System/CLF Theme/Export Option|Export Option]]&lt;br /&gt;
* [[Documentation:UBC Content Management System/CLF Theme/Import Option|Import Option]]&lt;br /&gt;
* [[Documentation:UBC Content Management System/CLF Theme/Global Theme Settings|Global Theme Settings]]&lt;br /&gt;
* [[Documentation:UBC Content Management System/CLF Theme/Page Templates|Page Templates]]&lt;br /&gt;
&lt;br /&gt;
==Adding Content==&lt;br /&gt;
&lt;br /&gt;
*[[Documentation:UBC Content Management System/Dashboard|Overview of the WordPress Dashboard]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/Pages and Posts|Pages and Posts]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/Categories|Categories]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/Tags|Tags]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/Adding Images and Media|Adding Images, Media and Other Files]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/How_to/How do I create a link using an image?|Linking to images]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/How_to/How do I add or upload a video to my site?|Videos]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/Managing_People_Profiles_and_Directories|People Profiles]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/Widgets|Widgets]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/Embedding Google Maps|Maps]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/Plugins/Gravity Forms|Forms]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/Plugins/Sharedaddy|Adding social media sharing links]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/CLF_Theme/How_to_embed_a_news_feed_from_RSS|Embedding RSS Feeds]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/What_is_a_shortcode%3F|Shortcodes]]&lt;br /&gt;
&lt;br /&gt;
==Creating the Site Structure==&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/CLF_Theme/Creating_Custom_Menus|Menus]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/Widgets|Widgets]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/CLF_Theme/Frontpage Options|Customizing the Front Page]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/Shortcodes/Column|Dividing a page into columns]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/How_to/How do I hide a widget from a widget area on select pages?|Hiding widgets from a widget area on select pages]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/How_to/How do I link to a category archive page?|Linking to a category archive page]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/Embedding Google Maps|Embedding Google Maps]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/CLF Theme/Embedding UBC Events Calendar|Embedding UBC Events Calendar]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/CLF Theme/How to embed content from the UBC Wiki|Embedding content from the UBC Wiki]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/CLF Theme/How to insert a Spotlight Rotation in a Page|Inserting a spotlight rotation slideshow in a Page]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/How_to/How do I properly remove the spotlight slideshow on the front page?|Removing the spotlight slideshow from the front page]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/How to/How do I create a link using an image?#Linking the image to a document|Linking  an image to a document in the Media Library]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/CLF Theme/How to set up search on the CLF utility bar|Setting up the search bar (CLF)]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/What_is_a_shortcode%3F|Shortcodes]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/CLF Theme/Page Templates|Page Templates]]&lt;br /&gt;
&lt;br /&gt;
==Adding Functionality to the Site==&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/Plugins|Plugins]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/Plugins/Enabling Plugins|Enabling Plugins]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/Plugins/Gravity Forms|Forms]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/Plugins/Sharedaddy|Adding social media sharing links]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/Widgets/Twitter Widget|Adding the Twitter Widget]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/Plugins/Redirection|Configuring the Redirection Plugin]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/Plugins/Display Links by Category|Adding Links/Blogroll]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/Plugins/Create HTML Tables|Configuring the HTML editor to create tables]]&lt;br /&gt;
&lt;br /&gt;
==Custom Coding==&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/How_to/How do I add JavaScript files on each page of my site?|Adding Javascript Files to Site Pages]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/How_to/How do I add custom CSS to my site?|Adding Custom CSS]]&lt;br /&gt;
*[[Documentation:CLF_Advanced_WordPress_Theme/How_to_add_borders_to_table|Adding borders to an HTML table]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/Custom Themes|Custom Themes]]&lt;br /&gt;
&lt;br /&gt;
==Privacy==&lt;br /&gt;
*[[Documentation:UBC Content Management System/Privacy/Site Visibility|Site Visibility]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/How_to/How_to_password_protect_a_page_or_post%3F|Password Protect an Individual Page]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/Plugins/Feed Key Generator|Private Feed Keys]]&lt;br /&gt;
&lt;br /&gt;
==User Management==&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/How_to/How_do_I_add_a_new_user_to_my_site%3F|Adding Users]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/CLF Theme/How to disable comments site-wide|Disabling Comments Site-Wide]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/Disabling Comments On a Page|Disabling Comments On a Page]]&lt;br /&gt;
&lt;br /&gt;
==Final Steps==&lt;br /&gt;
&lt;br /&gt;
*[[Documentation:UBC Content Management System/How to/How do I add Google Analytics to my site?|Adding Google Analytics]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/CLF_Theme/Search_Engine_Optimization_(SEO)_Options|Search Engine Optimization (SEO)]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/Going_Live|&amp;quot;Publishing&amp;quot; the site]] - Going Live&lt;br /&gt;
&lt;br /&gt;
==Questions?==&lt;br /&gt;
*[[Documentation:{{PAGENAME}}/How to|How to]] -  A list of short tutorials on how to get stuff done. Add your questions and we&#039;ll try to answer them.&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/Knowledge_Repository|Knowledge Base]] - A very informal space where we capture help requests.  Eventually this content will be moved into the main help pages.&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/Index|Index]] - An index of UBC CMS support pages.&lt;br /&gt;
&lt;br /&gt;
==Support==&lt;br /&gt;
If you couldn&#039;t find an answer to your question on the UBC Wiki, you can leave your question on the Wiki, send us a support ticket or visit us for a one-on-one in-person clinic.&lt;br /&gt;
* Send a ticket to UBC CMS support: [mailto:cms.support@ubc.ca cms.support@ubc.ca]&lt;br /&gt;
* [http://cms.ubc.ca In-person clinic]: Select the post with your desired attendance date found in the &amp;quot;Upcoming Clinic and Training&amp;quot; section under the &amp;quot;RSVP for Clinics&amp;quot; heading.&lt;br /&gt;
&lt;br /&gt;
{{cc-by-sa-2.0}}&lt;br /&gt;
&lt;br /&gt;
[[Category:UBC Web Services]] [[Category:UBC CMS]] [[Category:Learning Technologies]] [[Category:Web Design]]&lt;/div&gt;</summary>
		<author><name>Enej</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System/UBC_Collab/Issues/Reading_Settings_Don%27t_reflect_the_Theme_Options&amp;diff=213500</id>
		<title>Documentation:UBC Content Management System/UBC Collab/Issues/Reading Settings Don&#039;t reflect the Theme Options</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System/UBC_Collab/Issues/Reading_Settings_Don%27t_reflect_the_Theme_Options&amp;diff=213500"/>
		<updated>2013-01-18T01:13:42Z</updated>

		<summary type="html">&lt;p&gt;Enej: Created page with &amp;quot;Issues/Reading Settings Don&amp;#039;t reflect the Theme Options.   Once I update the Reading Settings It would also update the theme setting.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Issues/Reading Settings Don&#039;t reflect the Theme Options. &lt;br /&gt;
&lt;br /&gt;
Once I update the Reading Settings It would also update the theme setting.&lt;/div&gt;</summary>
		<author><name>Enej</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System/UBC_Collab/Issues/&amp;diff=213499</id>
		<title>Documentation:UBC Content Management System/UBC Collab/Issues/</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System/UBC_Collab/Issues/&amp;diff=213499"/>
		<updated>2013-01-18T01:12:42Z</updated>

		<summary type="html">&lt;p&gt;Enej: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
List of Current issues that we found on the theme:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dpl&amp;gt;&lt;br /&gt;
&lt;br /&gt;
namespace=&lt;br /&gt;
titlematch=%UBC Collab/Issues/%&lt;br /&gt;
shownamespace=false&lt;br /&gt;
includesubpages=true&lt;br /&gt;
inlinetext=&amp;amp;nbsp;&amp;amp;bull;&amp;amp;nbsp;&lt;br /&gt;
&amp;lt;/dpl&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To Add a new issue please fill out this form&lt;br /&gt;
&amp;lt;inputbox&amp;gt; &lt;br /&gt;
type=create&lt;br /&gt;
default=Documentation:UBC_Content_Management_System/UBC_Collab/Issues/&lt;br /&gt;
width=300&lt;br /&gt;
editintro=Template:New Page Intro&lt;br /&gt;
&amp;lt;/inputbox&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Documentation:UBC_Content_Management_System/UBC_Collab/Issues/&lt;/div&gt;</summary>
		<author><name>Enej</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System/UBC_Collab/Issues/&amp;diff=213498</id>
		<title>Documentation:UBC Content Management System/UBC Collab/Issues/</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System/UBC_Collab/Issues/&amp;diff=213498"/>
		<updated>2013-01-18T01:11:22Z</updated>

		<summary type="html">&lt;p&gt;Enej: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
List of Current issues that we found on the theme:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dpl&amp;gt;&lt;br /&gt;
&lt;br /&gt;
titleregexp=*UBC Collab*&lt;br /&gt;
shownamespace=false&lt;br /&gt;
includesubpages=true&lt;br /&gt;
inlinetext=&amp;amp;nbsp;&amp;amp;bull;&amp;amp;nbsp;&lt;br /&gt;
&amp;lt;/dpl&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To Add a new issue please fill out this form&lt;br /&gt;
&amp;lt;inputbox&amp;gt; &lt;br /&gt;
type=create&lt;br /&gt;
default=Documentation:UBC_Content_Management_System/UBC_Collab/Issues/&lt;br /&gt;
width=300&lt;br /&gt;
editintro=Template:New Page Intro&lt;br /&gt;
&amp;lt;/inputbox&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Documentation:UBC_Content_Management_System/UBC_Collab/Issues/&lt;/div&gt;</summary>
		<author><name>Enej</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System/UBC_Collab/Issues/&amp;diff=213497</id>
		<title>Documentation:UBC Content Management System/UBC Collab/Issues/</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System/UBC_Collab/Issues/&amp;diff=213497"/>
		<updated>2013-01-18T01:09:48Z</updated>

		<summary type="html">&lt;p&gt;Enej: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
List of Current issues that we found on the theme:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dpl&amp;gt;&lt;br /&gt;
&lt;br /&gt;
includematch=/\{{!}}\s*UBC Collab/Issues/\s*\|/s&lt;br /&gt;
shownamespace=false&lt;br /&gt;
includesubpages=true&lt;br /&gt;
inlinetext=&amp;amp;nbsp;&amp;amp;bull;&amp;amp;nbsp;&lt;br /&gt;
&amp;lt;/dpl&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To Add a new issue please fill out this form&lt;br /&gt;
&amp;lt;inputbox&amp;gt; &lt;br /&gt;
type=create&lt;br /&gt;
default=Documentation:UBC_Content_Management_System/UBC_Collab/Issues/&lt;br /&gt;
width=300&lt;br /&gt;
editintro=Template:New Page Intro&lt;br /&gt;
&amp;lt;/inputbox&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Documentation:UBC_Content_Management_System/UBC_Collab/Issues/&lt;/div&gt;</summary>
		<author><name>Enej</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System/UBC_Collab/Issues/&amp;diff=213496</id>
		<title>Documentation:UBC Content Management System/UBC Collab/Issues/</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System/UBC_Collab/Issues/&amp;diff=213496"/>
		<updated>2013-01-18T01:09:28Z</updated>

		<summary type="html">&lt;p&gt;Enej: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
List of Current issues that we found on the theme:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dpl&amp;gt;&lt;br /&gt;
namespace=Documentation&lt;br /&gt;
includematch=/\{{!}}\s*UBC Collab/Issues/\s*\|/s&lt;br /&gt;
shownamespace=false&lt;br /&gt;
includesubpages=true&lt;br /&gt;
inlinetext=&amp;amp;nbsp;&amp;amp;bull;&amp;amp;nbsp;&lt;br /&gt;
&amp;lt;/dpl&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To Add a new issue please fill out this form&lt;br /&gt;
&amp;lt;inputbox&amp;gt; &lt;br /&gt;
type=create&lt;br /&gt;
default=Documentation:UBC_Content_Management_System/UBC_Collab/Issues/&lt;br /&gt;
width=300&lt;br /&gt;
editintro=Template:New Page Intro&lt;br /&gt;
&amp;lt;/inputbox&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Documentation:UBC_Content_Management_System/UBC_Collab/Issues/&lt;/div&gt;</summary>
		<author><name>Enej</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System/UBC_Collab/Issues/&amp;diff=213494</id>
		<title>Documentation:UBC Content Management System/UBC Collab/Issues/</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System/UBC_Collab/Issues/&amp;diff=213494"/>
		<updated>2013-01-18T00:59:20Z</updated>

		<summary type="html">&lt;p&gt;Enej: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
List of Current issues that we found on the theme:&lt;br /&gt;
{{Documentation:UBC_Content_Management_System/UBC_Collab/Issues Index}}&lt;br /&gt;
&lt;br /&gt;
To Add a new issue please fill out this form&lt;br /&gt;
&amp;lt;inputbox&amp;gt; &lt;br /&gt;
type=create&lt;br /&gt;
default=Documentation:UBC_Content_Management_System/UBC_Collab/Issues/&lt;br /&gt;
width=300&lt;br /&gt;
editintro=Template:New Page Intro&lt;br /&gt;
&amp;lt;/inputbox&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Documentation:UBC_Content_Management_System/UBC_Collab/Issues/&lt;/div&gt;</summary>
		<author><name>Enej</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System&amp;diff=213492</id>
		<title>Documentation:UBC Content Management System</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System&amp;diff=213492"/>
		<updated>2013-01-18T00:58:03Z</updated>

		<summary type="html">&lt;p&gt;Enej: /* UBC Collab Theme */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot; class=&amp;quot;infobox&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:#002859; width:300px; color: white; font-weight:normal; font-size:11pt; padding-top: 0.5em; padding-bottom: 0.5em;&amp;quot; | {{PAGENAME}}&lt;br /&gt;
|-&lt;br /&gt;
!scope=&amp;quot;row&amp;quot; colspan=&amp;quot;2&amp;quot;| [[{{{picture|Image:CMS_Frontpage.jpg}}}|300px| UBC CMS]]&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:#7491a3; font-weight:normal; width:200px; color: white; font-size:10pt;&amp;quot; | {{{Unit|}}}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;font-size:9pt; text-align: right;&amp;quot; | &#039;&#039;Overview: http://cms.ubc.ca&#039;&#039;&lt;br /&gt;
| style=&amp;quot;font-size:9pt; padding-left: 5px;&amp;quot; | {{{overview|}}}&lt;br /&gt;
|}&lt;br /&gt;
Welcome to the Documentation Codex for the [http://cms.ubc.ca UBC CMS Service].  Here you can find &#039;&#039;[[Documentation:WordPress_Documentation_Style_Guide|and contribut]]e&#039;&#039; to the UBC CMS support and help documentation.  The pages below are an effort to document best practices and provide users with tutorials on how to use the WordPress-based CMS service. You can also download this material as a [[UBC_Wiki:Books/UBC_CMS_Guide|pdf wiki book]].&lt;br /&gt;
&lt;br /&gt;
==Getting Started==&lt;br /&gt;
*[[Documentation:UBC Content Management System/About|About the UBC CMS Platform]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/Differences between UBC CMS and UBC Blogs|Differences between UBC CMS and UBC Blogs]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/Requesting a Site|Requesting a Site]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/List of CTLT Sites by WordPress Theme Grid|Examples of UBC Websites Created Through the CMS Service]]&lt;br /&gt;
==UBC Collab Theme==&lt;br /&gt;
An implementation of the CLF 7 in WordPress.&lt;br /&gt;
 List of current issues&lt;br /&gt;
&lt;br /&gt;
==UBC CLF Advanced Theme==&lt;br /&gt;
{{PDF version|||[[UBC_Wiki:Books/UBC_CMS_Guide|the CMS Documentation Codex]]}}&lt;br /&gt;
&lt;br /&gt;
The UBC Advanced Theme allows users to develop UBC branded websites using the full UBC common look and feel.&lt;br /&gt;
&lt;br /&gt;
* [[Documentation:UBC_Content_Management_System/CLF_Theme|Theme Options Overview]]&lt;br /&gt;
* [[Documentation:UBC_Content_Management_System/CLF_Theme/UBC CLF Theme Options Index|Theme Options Index]]&lt;br /&gt;
* [[Documentation:UBC Content Management System/CLF Theme/UBC CLF Options|UBC CLF Options]]&lt;br /&gt;
* [[Documentation:UBC_Content_Management_System/CLF_Theme/Layout Options|Layout Options]]&lt;br /&gt;
* [[Documentation:UBC_Content_Management_System/CLF_Theme/Font and Colour Options|Font and Colour Options]]&lt;br /&gt;
* [[Documentation:UBC_Content_Management_System/CLF_Theme/Navigation Options|Navigation Options]]&lt;br /&gt;
* [[Documentation:UBC Content Management System/CLF Theme/Display Options|Display Options]]&lt;br /&gt;
* [[Documentation:UBC_Content_Management_System/CLF_Theme/Frontpage Options|Frontpage Options]]&lt;br /&gt;
* [[Documentation:UBC Content Management System/CLF Theme/Custom Fields Options|Custom Fields Options]]&lt;br /&gt;
* [[Documentation:UBC Content Management System/CLF Theme/Search Engine Optimization (SEO) Options|SEO Options]]&lt;br /&gt;
* [[Documentation:UBC Content Management System/CLF Theme/Export Option|Export Option]]&lt;br /&gt;
* [[Documentation:UBC Content Management System/CLF Theme/Import Option|Import Option]]&lt;br /&gt;
* [[Documentation:UBC Content Management System/CLF Theme/Global Theme Settings|Global Theme Settings]]&lt;br /&gt;
* [[Documentation:UBC Content Management System/CLF Theme/Page Templates|Page Templates]]&lt;br /&gt;
&lt;br /&gt;
==Adding Content==&lt;br /&gt;
&lt;br /&gt;
*[[Documentation:UBC Content Management System/Dashboard|Overview of the WordPress Dashboard]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/Pages and Posts|Pages and Posts]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/Categories|Categories]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/Tags|Tags]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/Adding Images and Media|Adding Images, Media and Other Files]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/How_to/How do I create a link using an image?|Linking to images]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/How_to/How do I add or upload a video to my site?|Videos]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/Managing_People_Profiles_and_Directories|People Profiles]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/Widgets|Widgets]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/Embedding Google Maps|Maps]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/Plugins/Gravity Forms|Forms]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/Plugins/Sharedaddy|Adding social media sharing links]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/CLF_Theme/How_to_embed_a_news_feed_from_RSS|Embedding RSS Feeds]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/What_is_a_shortcode%3F|Shortcodes]]&lt;br /&gt;
&lt;br /&gt;
==Creating the Site Structure==&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/CLF_Theme/Creating_Custom_Menus|Menus]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/Widgets|Widgets]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/CLF_Theme/Frontpage Options|Customizing the Front Page]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/Shortcodes/Column|Dividing a page into columns]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/How_to/How do I hide a widget from a widget area on select pages?|Hiding widgets from a widget area on select pages]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/How_to/How do I link to a category archive page?|Linking to a category archive page]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/Embedding Google Maps|Embedding Google Maps]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/CLF Theme/Embedding UBC Events Calendar|Embedding UBC Events Calendar]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/CLF Theme/How to embed content from the UBC Wiki|Embedding content from the UBC Wiki]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/CLF Theme/How to insert a Spotlight Rotation in a Page|Inserting a spotlight rotation slideshow in a Page]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/How_to/How do I properly remove the spotlight slideshow on the front page?|Removing the spotlight slideshow from the front page]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/How to/How do I create a link using an image?#Linking the image to a document|Linking  an image to a document in the Media Library]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/CLF Theme/How to set up search on the CLF utility bar|Setting up the search bar (CLF)]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/What_is_a_shortcode%3F|Shortcodes]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/CLF Theme/Page Templates|Page Templates]]&lt;br /&gt;
&lt;br /&gt;
==Adding Functionality to the Site==&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/Plugins|Plugins]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/Plugins/Enabling Plugins|Enabling Plugins]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/Plugins/Gravity Forms|Forms]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/Plugins/Sharedaddy|Adding social media sharing links]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/Widgets/Twitter Widget|Adding the Twitter Widget]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/Plugins/Redirection|Configuring the Redirection Plugin]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/Plugins/Display Links by Category|Adding Links/Blogroll]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/Plugins/Create HTML Tables|Configuring the HTML editor to create tables]]&lt;br /&gt;
&lt;br /&gt;
==Custom Coding==&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/How_to/How do I add JavaScript files on each page of my site?|Adding Javascript Files to Site Pages]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/How_to/How do I add custom CSS to my site?|Adding Custom CSS]]&lt;br /&gt;
*[[Documentation:CLF_Advanced_WordPress_Theme/How_to_add_borders_to_table|Adding borders to an HTML table]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/Custom Themes|Custom Themes]]&lt;br /&gt;
&lt;br /&gt;
==Privacy==&lt;br /&gt;
*[[Documentation:UBC Content Management System/Privacy/Site Visibility|Site Visibility]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/How_to/How_to_password_protect_a_page_or_post%3F|Password Protect an Individual Page]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/Plugins/Feed Key Generator|Private Feed Keys]]&lt;br /&gt;
&lt;br /&gt;
==User Management==&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/How_to/How_do_I_add_a_new_user_to_my_site%3F|Adding Users]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/CLF Theme/How to disable comments site-wide|Disabling Comments Site-Wide]]&lt;br /&gt;
*[[Documentation:UBC Content Management System/Disabling Comments On a Page|Disabling Comments On a Page]]&lt;br /&gt;
&lt;br /&gt;
==Final Steps==&lt;br /&gt;
&lt;br /&gt;
*[[Documentation:UBC Content Management System/How to/How do I add Google Analytics to my site?|Adding Google Analytics]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/CLF_Theme/Search_Engine_Optimization_(SEO)_Options|Search Engine Optimization (SEO)]]&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/Going_Live|&amp;quot;Publishing&amp;quot; the site]] - Going Live&lt;br /&gt;
&lt;br /&gt;
==Questions?==&lt;br /&gt;
*[[Documentation:{{PAGENAME}}/How to|How to]] -  A list of short tutorials on how to get stuff done. Add your questions and we&#039;ll try to answer them.&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/Knowledge_Repository|Knowledge Base]] - A very informal space where we capture help requests.  Eventually this content will be moved into the main help pages.&lt;br /&gt;
*[[Documentation:UBC_Content_Management_System/Index|Index]] - An index of UBC CMS support pages.&lt;br /&gt;
&lt;br /&gt;
==Support==&lt;br /&gt;
If you couldn&#039;t find an answer to your question on the UBC Wiki, you can leave your question on the Wiki, send us a support ticket or visit us for a one-on-one in-person clinic.&lt;br /&gt;
* Send a ticket to UBC CMS support: [mailto:cms.support@ubc.ca cms.support@ubc.ca]&lt;br /&gt;
* [http://cms.ubc.ca In-person clinic]: Select the post with your desired attendance date found in the &amp;quot;Upcoming Clinic and Training&amp;quot; section under the &amp;quot;RSVP for Clinics&amp;quot; heading.&lt;br /&gt;
&lt;br /&gt;
{{cc-by-sa-2.0}}&lt;br /&gt;
&lt;br /&gt;
[[Category:UBC Web Services]] [[Category:UBC CMS]] [[Category:Learning Technologies]] [[Category:Web Design]]&lt;/div&gt;</summary>
		<author><name>Enej</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System/UBC_Collab/Issues/&amp;diff=213491</id>
		<title>Documentation:UBC Content Management System/UBC Collab/Issues/</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System/UBC_Collab/Issues/&amp;diff=213491"/>
		<updated>2013-01-18T00:55:43Z</updated>

		<summary type="html">&lt;p&gt;Enej: Created page with &amp;quot; List of Current issues that we found on the theme: - - -   To Add a new issue please fill out this form &amp;lt;inputbox&amp;gt;  type=create default=Documentation:UBC_Content_Management_S...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
List of Current issues that we found on the theme:&lt;br /&gt;
-&lt;br /&gt;
-&lt;br /&gt;
-&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To Add a new issue please fill out this form&lt;br /&gt;
&amp;lt;inputbox&amp;gt; &lt;br /&gt;
type=create&lt;br /&gt;
default=Documentation:UBC_Content_Management_System/UBC_Collab/Issues/&lt;br /&gt;
width=300&lt;br /&gt;
editintro=Template:New Page Intro&lt;br /&gt;
&amp;lt;/inputbox&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Documentation:UBC_Content_Management_System/UBC_Collab/Issues/&lt;/div&gt;</summary>
		<author><name>Enej</name></author>
	</entry>
</feed>