<?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=Michael</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=Michael"/>
	<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/Special:Contributions/Michael"/>
	<updated>2026-04-07T21:12:50Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System/What_is_a_shortcode&amp;diff=520737</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=520737"/>
		<updated>2018-06-19T17:18:36Z</updated>

		<summary type="html">&lt;p&gt;Michael: Fixed incorrect link&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;
&#039;&#039;&#039;PLEASE NOTE:&#039;&#039;&#039; Shortcode attributes, for example, an attribute would be the title in the accrodion shortcode [accordion title=&amp;quot;Accordion Title&amp;quot;], should not contain any html tags, for example: strong tags, header tags, page breaks. The effect could cause issues with the websites layout or functionality. &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>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:WordPress/Plugins/Plugin_Evaluation_Criteria&amp;diff=231418</id>
		<title>Documentation:WordPress/Plugins/Plugin Evaluation Criteria</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:WordPress/Plugins/Plugin_Evaluation_Criteria&amp;diff=231418"/>
		<updated>2013-04-19T18:26:04Z</updated>

		<summary type="html">&lt;p&gt;Michael: /* Security */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The UBC CMS Support team reviews all [[Documentation:WordPress/Plugins|plugins]] that are included as part of the WordPress installation.  We do this to ensure that this platform remains a stable, secure and  supportable product for the UBC community.  The following are the initial criteria we use to evaluate a plugin.&lt;br /&gt;
==Code Review==&lt;br /&gt;
* Are there any pending security bugs in the bug tracker? What are they and how long have they been there?&lt;br /&gt;
* Is it performing sql queries directly? If so, does the module escape user input?&lt;br /&gt;
* How does it handle user input? Is it being escaped? Is user input cleaned before printing it out in a page?&lt;br /&gt;
* Are permissions check in place? Are the checks manual or does the code rely on other core methods?&lt;br /&gt;
* Is the code well documented? Does it follow [http://codex.wordpress.org/WordPress_Coding_Standards WordPress coding standards]?&lt;br /&gt;
* Is the javascript code and css well structured?  Does it follow follow a standard?&lt;br /&gt;
* Does it have readme, install and upgrade files?&lt;br /&gt;
* Does the plugin create or modify existing database tables?&lt;br /&gt;
* Is the license of the plugin GPL?&lt;br /&gt;
==Security==&lt;br /&gt;
* Does this plugin write any file to the disk? if so where are the file stored and how does it handle file deletion in temporary or cache?&lt;br /&gt;
* Does the plugin prevent malware from inserting code inside the WordPress core?&lt;br /&gt;
* Does the plugin create any sort of remote connection to the developer&#039;s web server?&lt;br /&gt;
&lt;br /&gt;
==Lifespan/Activity==&lt;br /&gt;
* How long has this plugin or 3rd party program been around?&lt;br /&gt;
* How many developers are working on it?&lt;br /&gt;
* Is there a roadmap? What does it look like? What is the release life cycle?&lt;br /&gt;
* What is the average turn around time for critical bugs?&lt;br /&gt;
* How active are the forums or mailing list discussions?&lt;br /&gt;
* Do other programs use or depend on this library?&lt;br /&gt;
&lt;br /&gt;
==Support==&lt;br /&gt;
* Is there user documentation? Is there documentation for developers?&lt;br /&gt;
* Is a documentation generation system like phpDocumentor used?&lt;br /&gt;
* How quickly do the developers respond to requests?&lt;br /&gt;
* Are newer and older versions of Wordpress supported?&lt;br /&gt;
* What is the learning curve like?&lt;br /&gt;
* Is the module usable through the Wordpress interface or does it require users to work with HTML, CSS, theme changes or other advanced techniques?&lt;br /&gt;
==Compatibility==&lt;br /&gt;
* Does the it conflict with other existing plugins or modules or other updates?&lt;br /&gt;
==Cost/Benefit==&lt;br /&gt;
* Will the module work with Wordpress MU as is, or would some re-write be needed?&lt;br /&gt;
* How complex are patches to apply? (# of classes, files, and db tables affected)&lt;br /&gt;
* What % of our users would benefit from this new module or plugin?&lt;br /&gt;
* Is there a fee to purchase or use the plugin?&lt;br /&gt;
==Redundancy==&lt;br /&gt;
* Does the current setup already provide this service?&lt;br /&gt;
* Is this capability already planned for an upcoming WordPress release or update of a currently supported plugin?&lt;br /&gt;
&lt;br /&gt;
==Source / Reference==&lt;br /&gt;
* http://oregonstate.edu/cws/blogs/plugin-evaluation-criteria&lt;br /&gt;
* http://wpengine.com/2012/06/the-detailed-story-of-our-new-security-system&lt;br /&gt;
[[Category:WordPress]]&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System/CLF_Theme/Menu&amp;diff=230714</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=230714"/>
		<updated>2013-04-15T21:30:27Z</updated>

		<summary type="html">&lt;p&gt;Michael: &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;
&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;
&lt;br /&gt;
[[Category:UBC CMS]]&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System/Managing_People_Profiles_and_Directories&amp;diff=230050</id>
		<title>Documentation:UBC Content Management System/Managing People Profiles and Directories</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System/Managing_People_Profiles_and_Directories&amp;diff=230050"/>
		<updated>2013-04-12T17:53:08Z</updated>

		<summary type="html">&lt;p&gt;Michael: /* [profilelist] shortcode */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox CMS}}&lt;br /&gt;
Public profiles can be managed and displayed on a site through the use of the &#039;&#039;Profile Custom Content Type&#039;&#039; plugin.&lt;br /&gt;
&lt;br /&gt;
Profiles can be centrally managed by the site administrator(s) as well as by users who have been given appropriate permissions.&lt;br /&gt;
&lt;br /&gt;
== Setup ==&lt;br /&gt;
&lt;br /&gt;
# From the Dashboard, select &#039;&#039;Tools&#039;&#039; -&amp;gt; &#039;&#039;Plugins&#039;&#039;, then scroll down to &#039;&#039;Profile Custom Content Type&#039;&#039; and click the activate link on the right.&lt;br /&gt;
# A menu item called &#039;&#039;Profiles&#039;&#039; should appear in the left sidebar.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
Typically you will first decide what kind of information you want to display and how you want to organize profiles and set up a profile form and page layout following the instructions below.&lt;br /&gt;
&lt;br /&gt;
After this your users can fill out or edit their profiles by logging in and going to &#039;&#039;Profiles&#039;&#039;-&amp;gt;&#039;&#039;Public Profile&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Configuration ==&lt;br /&gt;
&lt;br /&gt;
[[File:Profile CCT Settings About.png|thumb|400px|The profile settings about page.]]&lt;br /&gt;
&lt;br /&gt;
Customization and configuration settings can be found in &#039;&#039;Profiles&#039;&#039; -&amp;gt; &#039;&#039;Settings&#039;&#039; on the dashboard.&lt;br /&gt;
&lt;br /&gt;
The settings section is separated into tabs, which are described in further detail in the following sections.&lt;br /&gt;
&lt;br /&gt;
Initially the About tab will be displayed which contains an overview of how to set everything up.&lt;br /&gt;
&lt;br /&gt;
=== Form Builder ===&lt;br /&gt;
&lt;br /&gt;
[[File:Profile CCT Settings Form.png|thumb|400px|The  Form Builder tab]]&lt;br /&gt;
&lt;br /&gt;
To customize the form your users will fill in, go to &#039;&#039;Profiles&#039;&#039; -&amp;gt; &#039;&#039;Settings&#039;&#039; and select the &#039;&#039;Form&#039;&#039; tab. &lt;br /&gt;
&lt;br /&gt;
On the left you will see a list of fields you can add to your form, and in the rest of the space a preview of the form layout is displayed. Adding, removing, and rearranging fields can all be done simply by dragging and dropping. There are 3 sections here where fields can be placed, the main area, the sidebar and a tabbed area beneath the main area. Any number of tabs can be added to hold fields.&lt;br /&gt;
&lt;br /&gt;
*To add a field, simply drag it from the side column into the form preview where you want that field to go.&lt;br /&gt;
*To remove a field, drag it from the preview back to the side column.&lt;br /&gt;
*To move fields around you can drag them to a different spot in the preview.&lt;br /&gt;
&lt;br /&gt;
Most of the form fields can be further customized by clicking on the Edit button seen in the corner of a field. From here you can hide individual input boxes and add a description, such as instructions to the users who will be filling out the form.&lt;br /&gt;
&lt;br /&gt;
Many fields have an &#039;&#039;Add another&#039;&#039; button, allowing a user to add multiple values. This can be disabled for a particular field by clicking on its &#039;&#039;Edit&#039;&#039; link. The &#039;&#039;Add another&#039;&#039; buttons are not active on the form builder page.&lt;br /&gt;
&lt;br /&gt;
Please note that form layout and the public profile page layout displayed on the site can be customized independently from each other. This means adding a field to the form won&#039;t automatically add it to the Profile view.&lt;br /&gt;
&lt;br /&gt;
Need more fields? Additional custom fields can be created from the &#039;&#039;Profiles&#039;&#039; -&amp;gt; &#039;&#039;Settings&#039;&#039; page in the &#039;&#039;Fields&#039;&#039; Tab. When you create a field you can select an existing one for it to behave like, or you can use a generic text or textarea input.&lt;br /&gt;
&lt;br /&gt;
=== Order Profiles ===&lt;br /&gt;
Currently the Profile plugin enables profiles to be order by any order that you wish. &lt;br /&gt;
Go to Profile -&amp;gt; Order Profiles.&lt;br /&gt;
&lt;br /&gt;
Here you can drag and drop the profiles into a specific order. Or designate an order using the numbers to the left of each profile. You can also use the First Name and Last Name links at the top of the page, to quickly sort by first or last name.&lt;br /&gt;
&lt;br /&gt;
This order will display by default on archives pages and search results, unless another ordering is specified.&lt;br /&gt;
&lt;br /&gt;
=== Profile View and List View Builder ===&lt;br /&gt;
&lt;br /&gt;
Two different profile layouts can be configured, the &#039;&#039;List View&#039;&#039; intended for displaying a list of people, probably with only basic information, and the &#039;&#039;Profile View&#039;&#039;, intended for displaying more details on an individual person.&lt;br /&gt;
&lt;br /&gt;
Editing these views is similar to using the form builder, you can drag and drop fields you want to display. Fields that are included in the form view will be highlighted blue in the left column to make it easier to identify the fields you are currently collecting and probably want to display.&lt;br /&gt;
&lt;br /&gt;
If you hover over one of the fields in the preview area, there is again an edit button in the corner which you can use to customize how the fields will display. All fields contain a variety of CSS selectors too so you can fully customize how profiles look with some simple CSS.&lt;br /&gt;
&lt;br /&gt;
=== Taxonomies ===&lt;br /&gt;
&lt;br /&gt;
[[File:Profile-taxonomy.png|thumb|300px|Managing taxonomies]]&lt;br /&gt;
&lt;br /&gt;
Taxonomies work like [[Documentation:UBC_Content_Management_System/Tags|tags]] and [[Documentation:UBC_Content_Management_System/Categories|categories]] in WordPress, you can use them to categorize and filter profiles.&lt;br /&gt;
&lt;br /&gt;
To add taxonomies, &#039;&#039;Profiles&#039;&#039; -&amp;gt; &#039;&#039;Settings&#039;&#039; and select the &#039;&#039;Taxonomy&#039;&#039; tab.&lt;br /&gt;
&lt;br /&gt;
Any taxonomies that are created need to be added to the form, just like any other field.&lt;br /&gt;
&lt;br /&gt;
They will also show up on the List and Profile view builder screen as a field you can add, so you can make the profile display the categories the person is assigned.&lt;br /&gt;
&lt;br /&gt;
Lastly, they will also show up in the admin sidebar menu under &#039;&#039;Profiles&#039;&#039; for administrators, here you can manage terms related to each taxonomy.&lt;br /&gt;
&lt;br /&gt;
=== Settings ===&lt;br /&gt;
&lt;br /&gt;
Miscellaneous settings for the plugin can be found at &#039;&#039;Profiles&#039;&#039; -&amp;gt; &#039;&#039;Settings&#039;&#039; in the &#039;&#039;Settings&#039;&#039; tab. Here you can change the profile picture size and permission settings, as well as profile ordering and customizing how users can filter profiles on a profile list page.&lt;br /&gt;
&lt;br /&gt;
Note that profile pictures that have already been uploaded will not be adjusted automatically if you change the size settings, so it&#039;s best to decide on a size before profiles are added.&lt;br /&gt;
&lt;br /&gt;
==== Permissions ====&lt;br /&gt;
[[File:Profile CCT Settings Permisions.png|thumb|650px|Default permissions]]&lt;br /&gt;
&lt;br /&gt;
There are several different permissions that can be granted to users under the Settings tab. However, none of these permissions will allow access to the Profile -&amp;gt; Settings page. Only administrators may manage the plugin.&lt;br /&gt;
* &#039;&#039;&#039;Enable public profile&#039;&#039;&#039;, allows the user to have, and edit a single profile.&lt;br /&gt;
* &#039;&#039;&#039;Create multiple profiles&#039;&#039;&#039;, allows the user manage multiple profiles, as well as see the full list of profiles. They will only be able to modify profiles which they are the author of.&lt;br /&gt;
* &#039;&#039;&#039;Manage all profiles&#039;&#039;&#039;, the user will be able to edit any profile, regardless of author. They will also be able to create new profiles and assign them to other authors.&lt;br /&gt;
* &#039;&#039;&#039;Publish profile&#039;&#039;&#039;, users without this permission will have to have their profiles reviewed and published by users that do have this permission.&lt;br /&gt;
* &#039;&#039;&#039;Read private profile&#039;&#039;&#039;, the user will be able to read private profiles.&lt;br /&gt;
* &#039;&#039;&#039;Delete own profile&#039;&#039;&#039;, allows the user to delete any profile that he is the author of.&lt;br /&gt;
* &#039;&#039;&#039;Delete all profiles&#039;&#039;&#039;, allows the user to delete any profile, regardless of author.&lt;br /&gt;
&lt;br /&gt;
== Managing Profiles ==&lt;br /&gt;
&lt;br /&gt;
=== Creating a Profile ===&lt;br /&gt;
&lt;br /&gt;
[[File:Profile-public-profile.png|thumb|280px|Where your users can go to edit their profiles]]&lt;br /&gt;
&lt;br /&gt;
You can create a new profile by going to &#039;&#039;Profiles&#039;&#039; -&amp;gt; &#039;&#039;Add New&#039;&#039; in the dashboard.&lt;br /&gt;
&lt;br /&gt;
Here you will be presented with the form that was built in the settings page. &lt;br /&gt;
&lt;br /&gt;
If you have your users fill in their own profiles, they will log in and click &#039;&#039;Edit Public Profile&#039;&#039; to enter their information. By default if a users role is &#039;&#039;Subscriber&#039;&#039; or &#039;&#039;Contributor&#039;&#039; they will be able to fill in their profile information and save it, &#039;&#039;but not publish it.&#039;&#039; This can be changed in the &#039;&#039;Settings&#039;&#039; tab in &#039;&#039;Profiles&#039;&#039;-&amp;gt;&#039;&#039;Settings&#039;&#039; under &#039;&#039;Permissions&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Managing Profiles ===&lt;br /&gt;
&lt;br /&gt;
Under &#039;&#039;Profiles&#039;&#039; -&amp;gt; &#039;&#039;Profiles&#039;&#039; a list of all profiles will be displayed, as well as links to edit, view or delete.&lt;br /&gt;
&lt;br /&gt;
==Displaying profiles and people lists on your site==&lt;br /&gt;
&lt;br /&gt;
The plugin will automatically generate pages for individual profiles as well as lists of people.&lt;br /&gt;
&lt;br /&gt;
Typically a persons profile will be found at &#039;&#039;example.ubc.ca/person/firstname-lastname&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A list of all profiles can be found at &#039;&#039;example.ubc.ca/person/&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Lists of people tagged/categorized by a taxonomy can be found at &#039;&#039;example.ubc.ca/{taxonomy-name}/{taxonomy-value}&#039;&#039;, for example, if you have a taxonomy called &#039;role&#039; and terms like student, staff, faculty etc, a list of all students would be displayed on &#039;&#039;example.ubc.ca/role/student&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Displaying profiles with shortcodes===&lt;br /&gt;
&lt;br /&gt;
If you want to integrate profile information into other pages and posts and display profile lists based on more elaborate criteria, the plugin offers 2 [[Documentation:UBC_Content_Management_System/Shortcodes|shortcodes]] to enable this functionality.&lt;br /&gt;
&lt;br /&gt;
==== [profile] shortcode ====&lt;br /&gt;
&lt;br /&gt;
The [profile] shortcode can be used to display a single profile.&lt;br /&gt;
usage: [profile person=&amp;quot;&#039;&#039;slug&#039;&#039;&amp;quot;] where &#039;&#039;slug&#039;&#039; typically is of the format &#039;&#039;firstname-lastname&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
By default, it will display the full profile view (as configured at Profiles -&amp;gt; Settings -&amp;gt; Profile View), but you can also pass in the parameter display=&amp;quot;list&amp;quot; to show the list view instead.&lt;br /&gt;
example: [profile person=&amp;quot;bob-smith&amp;quot; display=&amp;quot;list&amp;quot;] will show Bob Smith&#039;s profile and display the list view only rather than the full view.&lt;br /&gt;
&lt;br /&gt;
==== [profilelist] shortcode ====&lt;br /&gt;
&lt;br /&gt;
The [profilelist] shortcode enables you to display lists of people anywhere on the site.&lt;br /&gt;
&lt;br /&gt;
By default it will display &#039;&#039;all&#039;&#039; the profiles, and it will use the list view (as configured at Profiles -&amp;gt; Settings -&amp;gt; List View)&lt;br /&gt;
&lt;br /&gt;
You can also filter by taxonomy, for example, if you have a taxonomy called &#039;role&#039; you could use [profilelist role=&amp;quot;student&amp;quot;] to display a list of profiles with the role &#039;student&#039; assigned to them. You can filter on multiple taxonomies as well. Example: [profilelist role=&amp;quot;student&amp;quot; school=&amp;quot;UBC&amp;quot;] would return students from UBC. &lt;br /&gt;
By default if multiple criteria are specified then only profiles matching &#039;&#039;all&#039;&#039; of the criteria will be displayed. You can add query=&amp;quot;or&amp;quot; to the shortcode to display profiles matching &#039;&#039;any&#039;&#039; one of the criteria instead.&lt;br /&gt;
&lt;br /&gt;
You can also display an arbitrary list of people by using [profilelist include=&amp;quot;12, 20, 23, 25&amp;quot;] where you pass in a list of numbers corresponding to profile IDs&lt;br /&gt;
&lt;br /&gt;
The [profilelist] shortcode also can take display=&amp;quot;full&amp;quot; to show full profiles instead of the list view, as well as display=&amp;quot;name&amp;quot; to only show a list of names.&lt;br /&gt;
&lt;br /&gt;
To display your list based on the order in the Order Profiles page, set the &amp;quot;orderby&amp;quot; parameter to &amp;quot;menu_order&amp;quot; as follows: [profilelist orderby=&amp;quot;menu_order&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
To display your list based on last name, set the &amp;quot;orderby&amp;quot; parameter to &amp;quot;last_name&amp;quot;: [profilelist orderby=&amp;quot;last_name&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
==== [profilefield] shortcode ====&lt;br /&gt;
&lt;br /&gt;
This shortcode can only be used on a profile page. It pulls specific fields from the profile and render it at the shortcode. The display will mirror the settings that you configure in the Profile View Builder. These are the available parameters for the profilefield shortcode&lt;br /&gt;
* type, set the id of the field that you want to get. (eg. name, bio, email, clone_lab_phone, phone)&lt;br /&gt;
* show, determines which parts of a field are displayed. This corresponds to the &amp;quot;show / hide input area&amp;quot; checkboxes when you edit a field in the Profile View Builder. So for example, for the &amp;quot;name&amp;quot; field type, the valid options are &amp;quot;salutations&amp;quot;, &amp;quot;middle&amp;quot;, and &amp;quot;credentials&amp;quot;. The show parameter should be set to a comma separated list of the sections that you want to display, and will override the settings that you configured on the Profile View Builder.&lt;br /&gt;
* html, if you set html=&amp;quot;false&amp;quot; then all html tags will be stripped out of the field. Allowing you to just get the information.&lt;br /&gt;
* width, the width of this field. Valid options are &amp;quot;full&amp;quot;, &amp;quot;one-third&amp;quot;, &amp;quot;two-third&amp;quot;, or &amp;quot;half&amp;quot;. Note that if html=false then this option will do nothing.&lt;br /&gt;
&lt;br /&gt;
eg. [profilefield type=name show=&amp;quot;salutations, middle&amp;quot;, html=false] will show the profile&#039;s salutations as well as first, last, and middle name. The text will not be wrapped in any html, and so will not have the usual header tags.&lt;br /&gt;
&lt;br /&gt;
===Profile Navigation===&lt;br /&gt;
[[File:Profile CCT Settings Navigation.png|thumb|300px|The available options for profile navigation]]&lt;br /&gt;
&lt;br /&gt;
A customizable widget is available to search and filter the profiles. Go to Appearance -&amp;gt; Widget and drag the Profile Navigation widget to one of the content areas on the right. This will display a widget with several filtering options that you can configure in the Profile CCT Plugin&#039;s settings tab.&lt;br /&gt;
&lt;br /&gt;
==== [profilesearch] shortcode ====&lt;br /&gt;
Display a search box (with jquery-ui Autocomplete) to search for profiles by name.&lt;br /&gt;
&lt;br /&gt;
==== [profilenavigation] shortcode ====&lt;br /&gt;
Displays profile navigation. If no parameters are supplied it&#039;ll rely on the options set in the settings page. If at least one parameter is supplied then the global settings will be ignored&lt;br /&gt;
* display_searchbox=true to show the search box&lt;br /&gt;
* display_alphabet=true to show the letter list&lt;br /&gt;
* display_orderby=true to show the orderby field&lt;br /&gt;
* display_tax=&amp;quot;comma separated list of taxonomies&amp;quot; to show dropdowns to filter by those taxonomies.&lt;br /&gt;
&lt;br /&gt;
eg. [profilenavigation display_searchbox=&amp;quot;true&amp;quot; display_tax=&amp;quot;location, position&amp;quot;] will show a searchbox as well as two dropdown menus to filter by the two specified taxonomies&lt;br /&gt;
&lt;br /&gt;
== Bugs ==&lt;br /&gt;
&lt;br /&gt;
The Profile plugin is still under development. If you encounter any unexpected behaviour please email cms.support@ubc.ca with as much detail as possible about what you were trying to do and what went wrong.&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System/UBC_Collab/Issues/&amp;diff=219495</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=219495"/>
		<updated>2013-03-11T16:40:29Z</updated>

		<summary type="html">&lt;p&gt;Michael: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Please visit http://cms.ubc.ca for support and inquiries.&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Thread:Documentation_talk:UBC_Content_Management_System/UBC_Collab/Issues//Closing_this_page&amp;diff=219494</id>
		<title>Thread:Documentation talk:UBC Content Management System/UBC Collab/Issues//Closing this page</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//Closing_this_page&amp;diff=219494"/>
		<updated>2013-03-11T16:39:45Z</updated>

		<summary type="html">&lt;p&gt;Michael: New thread: Closing this page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;All the discussions on this page will be closed. Please visit http://cms.ubc.ca for support from now on.&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:WordPress/Plugins/Enabling_Plugins&amp;diff=218263</id>
		<title>Documentation:WordPress/Plugins/Enabling Plugins</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:WordPress/Plugins/Enabling_Plugins&amp;diff=218263"/>
		<updated>2013-02-27T00:32:44Z</updated>

		<summary type="html">&lt;p&gt;Michael: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If you wish to &#039;&#039;&#039;Enable&#039;&#039;&#039; a [[Documentation:WordPress/Plugins|plugin]], simply: &lt;br /&gt;
&lt;br /&gt;
# Login to you site&lt;br /&gt;
# Go to [[Documentation:WordPress/Dashboard|Dashboard]] -&amp;gt; Plugins -&amp;gt; Plugins &lt;br /&gt;
# Click on the Activate link found under the desired plugin&#039;s Action column. (NOTE: A Deactivate link will be present if the plugin is already activated)&lt;br /&gt;
# Click on Dashboard. Your plugin should be installed now!&lt;br /&gt;
&lt;br /&gt;
To &#039;&#039;&#039;Deactivate&#039;&#039;&#039; a plugin, go to the same page where you activated the plugin and click on the Deactivate link that has now replaced the Activate link.&lt;br /&gt;
&lt;br /&gt;
[[File:Manage plugins.png|thumb|none|500px|The Plugins section of the Dashboard (click to enlarge)]]&lt;br /&gt;
&lt;br /&gt;
[[Category:WordPress]]&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:Setting_Your_Privacy_Settings_with_WordPress&amp;diff=218068</id>
		<title>Documentation:Setting Your Privacy Settings with WordPress</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:Setting_Your_Privacy_Settings_with_WordPress&amp;diff=218068"/>
		<updated>2013-02-25T17:34:50Z</updated>

		<summary type="html">&lt;p&gt;Michael: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Reading-settings-1.png‎ |1000px| right|frame|Figure 1: Privacy Settings]]&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
The &#039;&#039;&#039;Privacy Settings&#039;&#039;&#039; control your webspace visibility to search engines like Google. You can decide if you would like your site to be visible to everyone, including search engines or not. If you don&#039;t want your site available to the search engines you can block search engines, but allow normal visitors to see your site. &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
#From the &#039;&#039;&#039;Dashboard&#039;&#039;&#039;, under the &#039;&#039;&#039;Settings&#039;&#039;&#039; drop-down menu, click &#039;&#039;&#039;Reading&#039;&#039;&#039;. &lt;br /&gt;
#Browse through the &#039;&#039;&#039;Site Visibility&#039;&#039;&#039; settings and select the most appropriate settings for your webspace. &lt;br /&gt;
#Click &#039;&#039;&#039;Save Changes&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Site Visibility has 5 options &lt;br /&gt;
# &amp;quot;Allow search engines to index this site&#039;&#039; – This is the setting used by most sites. It lets everyone read your site and allows your site to be included in search engines and other content sites.&lt;br /&gt;
# &#039;&#039;Discourage search engines from indexing this site&#039;&#039; – If you want all human visitors to be able to read your site, but want to block web crawlers for search engines, this is the setting for you.&lt;br /&gt;
#  &#039;&#039;I would like my site to be visible only to Registered network users&#039;&#039; – You would use this setting if you wish to restrict access to the site to members of the UBC Community with a UBC Blogs account&lt;br /&gt;
#  &#039;&#039;I would like my site to be visible only to subscribers&#039;&#039; - This setting would create a private site that can only be viewed by users that you have added to your site.&lt;br /&gt;
#  &#039;&#039;I would like my site to be visible only to administrators - This is the most private setting and allows only the site administrator to view the site.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:Setting_Your_Privacy_Settings_with_WordPress&amp;diff=218067</id>
		<title>Documentation:Setting Your Privacy Settings with WordPress</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:Setting_Your_Privacy_Settings_with_WordPress&amp;diff=218067"/>
		<updated>2013-02-25T17:33:28Z</updated>

		<summary type="html">&lt;p&gt;Michael: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Reading-settings-1.png‎ |1000px| right|frame|Figure 1: Privacy Settings]]&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
The &#039;&#039;&#039;Privacy Settings&#039;&#039;&#039; control your webspace visibility to search engines like Google. You can decide if you would like your site to be visible to everyone, including search engines or not. If you don&#039;t want your site available to the search engines you can block search engines, but allow normal visitors to see your site. &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
#From the &#039;&#039;&#039;Dashboard&#039;&#039;&#039;, under the &#039;&#039;&#039;Settings&#039;&#039;&#039; drop-down menu, click &#039;&#039;&#039;Privacy&#039;&#039;&#039;. &lt;br /&gt;
#Browse through the &#039;&#039;&#039;Site Visibility&#039;&#039;&#039; settings and select the most appropriate settings for your webspace. &lt;br /&gt;
#Click &#039;&#039;&#039;Save Changes&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Blog Visibility has 5 options &lt;br /&gt;
# &#039;&#039;I would like my site to be visible to &#039;&#039;&#039;everyone&#039;&#039;&#039;, including search engines (like &#039;&#039;&#039;Google, Bing, Technorati (Technorati is an Internet search engine for searching sites)&#039;&#039;&#039; and archivers&#039;&#039; – This is the setting used by most sites. It lets everyone read your site and allows your site to be included in search engines and other content sites.&lt;br /&gt;
# &#039;&#039;I would like to block search engines, but allow normal visitors&#039;&#039; – If you want all human visitors to be able to read your site, but want to block web crawlers for search engines, this is the setting for you.&lt;br /&gt;
#  &#039;&#039;I would like my site to be visible only to Registered network users&#039;&#039; – You would use this setting if you wish to restrict access to the site to members of the UBC Community with a UBC Blogs account&lt;br /&gt;
#  &#039;&#039;I would like my site to be visible only to subscribers&#039;&#039; - This setting would create a private site that can only be viewed by users that you have added to your site.&lt;br /&gt;
#  &#039;&#039;I would like my site to be visible only to administrators - This is the most private setting and allows only the site administrator to view the site.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=File:Reading-settings-1.png&amp;diff=218066</id>
		<title>File:Reading-settings-1.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=File:Reading-settings-1.png&amp;diff=218066"/>
		<updated>2013-02-25T17:32:57Z</updated>

		<summary type="html">&lt;p&gt;Michael: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=={{int:filedesc}}==&lt;br /&gt;
{{Information&lt;br /&gt;
|description={{en|1=Reading Settings for WordPress}}&lt;br /&gt;
|date=2013-02-25&lt;br /&gt;
|source={{own}}&lt;br /&gt;
|author=[[User:Michael|Michael]]&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>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=File:Reading-settings.png&amp;diff=218065</id>
		<title>File:Reading-settings.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=File:Reading-settings.png&amp;diff=218065"/>
		<updated>2013-02-25T17:29:37Z</updated>

		<summary type="html">&lt;p&gt;Michael: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=={{int:filedesc}}==&lt;br /&gt;
{{Information&lt;br /&gt;
|description={{en|1=Reading Settings in WordPress}}&lt;br /&gt;
|date=2013-02-25&lt;br /&gt;
|source={{own}}&lt;br /&gt;
|author=[[User:Michael|Michael]]&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>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System/UBC_Collab&amp;diff=216984</id>
		<title>Documentation:UBC Content Management System/UBC Collab</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System/UBC_Collab&amp;diff=216984"/>
		<updated>2013-02-14T23:12:40Z</updated>

		<summary type="html">&lt;p&gt;Michael: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{Infobox CMS}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
The UBC Collab Theme is developed and maintained by the [http://ctlt.ubc.ca Centre for Teaching, Learning and Technology], [http://isit.arts.ubc.ca/ Arts ISIT] and the Communications and Marketing group.  As a part of the centrally hosted WordPress Content Management System (CMS) service, this theme makes developing UBC branded websites easy and quick. Working with the UBC CLF Advanced WordPress theme?  Learn how to build your WordPress website using its various features and options.&lt;br /&gt;
&lt;br /&gt;
==General Theme Options==&lt;br /&gt;
This section covers the general UBC CLF related options found under &#039;&#039;Dashboard &amp;gt; Appearance &amp;gt; Theme Options&#039;&#039;.&lt;br /&gt;
&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;
&lt;br /&gt;
==FAQs==&lt;br /&gt;
Popular questions about the theme and similar topics.&lt;br /&gt;
====Layout &amp;amp; Style====&lt;br /&gt;
* [[Documentation:UBC Content Management System/CLF Theme/UBC CLF Options#Header Colour Options|How to customize the UBC common-look-and-feel header colours]]&lt;br /&gt;
* [[Documentation:UBC Content Management System/CLF Theme/How to insert sub-branding imagery in the header|How to insert sub-branding imagery in the header]]&lt;br /&gt;
* [[Documentation:UBC Content Management System/CLF Theme/How to insert a Spotlight Rotation in a Page|How to insert a Spotlight Rotation in a Page]]&lt;br /&gt;
* [[Documentation:UBC Content Management System/Shortcodes/Column|How to subdivide a page into columns using the grid shortcode system]]&lt;br /&gt;
* [[Documentation:UBC Content Management System/CLF Theme/Import Option|How to duplicate the look-and-feel of another CLF theme based website]]&lt;br /&gt;
====Functionality====&lt;br /&gt;
* [[Documentation:UBC Content Management System/CLF Theme/How to disable comments site-wide|How to disable comments site-wide]]&lt;br /&gt;
* [[Documentation:UBC Content Management System/CLF Theme/How to set up search on the CLF utility bar|How to set up search on the CLF utility bar]]&lt;br /&gt;
&lt;br /&gt;
==Case Studies==&lt;br /&gt;
Examples of solutions to specific challenges.&lt;br /&gt;
* [[Documentation:UBC Content Management System/CLF Theme/Working with Custom Menus|Working with Custom Menus to enhance navigation]]&lt;br /&gt;
&lt;br /&gt;
[[Category:UBC CMS]]&lt;br /&gt;
[[Category:CLF]]&lt;br /&gt;
[[Category:WordPress]]&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System/UBC_Collab&amp;diff=216982</id>
		<title>Documentation:UBC Content Management System/UBC Collab</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System/UBC_Collab&amp;diff=216982"/>
		<updated>2013-02-14T22:47:52Z</updated>

		<summary type="html">&lt;p&gt;Michael: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{Infobox CMS}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
The UBC Collab Theme is developed and maintained by the [http://ctlt.ubc.ca Centre for Teaching, Learning and Technology], [http://isit.arts.ubc.ca/ Arts ISIT] and the [http://www.publicaffairs.ubc.ca Marketing and Communication group].  As a part of the centrally hosted WordPress Content Management System (CMS) service, this theme makes developing UBC branded websites easy and quick. Working with the UBC CLF Advanced WordPress theme?  Learn how to build your WordPress website using its various features and options.&lt;br /&gt;
&lt;br /&gt;
==General Theme Options==&lt;br /&gt;
This section covers the general UBC CLF related options found under &#039;&#039;Dashboard &amp;gt; Appearance &amp;gt; Theme Options&#039;&#039;.&lt;br /&gt;
&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;
&lt;br /&gt;
==FAQs==&lt;br /&gt;
Popular questions about the theme and similar topics.&lt;br /&gt;
====Layout &amp;amp; Style====&lt;br /&gt;
* [[Documentation:UBC Content Management System/CLF Theme/UBC CLF Options#Header Colour Options|How to customize the UBC common-look-and-feel header colours]]&lt;br /&gt;
* [[Documentation:UBC Content Management System/CLF Theme/How to insert sub-branding imagery in the header|How to insert sub-branding imagery in the header]]&lt;br /&gt;
* [[Documentation:UBC Content Management System/CLF Theme/How to insert a Spotlight Rotation in a Page|How to insert a Spotlight Rotation in a Page]]&lt;br /&gt;
* [[Documentation:UBC Content Management System/Shortcodes/Column|How to subdivide a page into columns using the grid shortcode system]]&lt;br /&gt;
* [[Documentation:UBC Content Management System/CLF Theme/Import Option|How to duplicate the look-and-feel of another CLF theme based website]]&lt;br /&gt;
====Functionality====&lt;br /&gt;
* [[Documentation:UBC Content Management System/CLF Theme/How to disable comments site-wide|How to disable comments site-wide]]&lt;br /&gt;
* [[Documentation:UBC Content Management System/CLF Theme/How to set up search on the CLF utility bar|How to set up search on the CLF utility bar]]&lt;br /&gt;
&lt;br /&gt;
==Case Studies==&lt;br /&gt;
Examples of solutions to specific challenges.&lt;br /&gt;
* [[Documentation:UBC Content Management System/CLF Theme/Working with Custom Menus|Working with Custom Menus to enhance navigation]]&lt;br /&gt;
&lt;br /&gt;
[[Category:UBC CMS]]&lt;br /&gt;
[[Category:CLF]]&lt;br /&gt;
[[Category:WordPress]]&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System/UBC_Collab&amp;diff=216980</id>
		<title>Documentation:UBC Content Management System/UBC Collab</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System/UBC_Collab&amp;diff=216980"/>
		<updated>2013-02-14T22:14:14Z</updated>

		<summary type="html">&lt;p&gt;Michael: Created page with &amp;quot;&amp;lt;noinclude&amp;gt;{{Infobox CMS}}&amp;lt;/noinclude&amp;gt; The UBC CLF Advanced WordPress Theme is developed and maintained by the [http://ctlt.ubc.ca Centre for Teaching, Learning and Technology...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{Infobox CMS}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
The UBC CLF Advanced WordPress Theme is developed and maintained by the [http://ctlt.ubc.ca Centre for Teaching, Learning and Technology] and the [http://www.publicaffairs.ubc.ca Public Affairs office].  As a part of the centrally hosted WordPress Content Management System (CMS) service, this theme makes developing UBC branded websites easy and quick. Working with the UBC CLF Advanced WordPress theme?  Learn how to build your WordPress website using its various features and options.&lt;br /&gt;
&lt;br /&gt;
==General Theme Options==&lt;br /&gt;
This section covers the general UBC CLF related options found under &#039;&#039;Dashboard &amp;gt; Appearance &amp;gt; Theme Options&#039;&#039;.&lt;br /&gt;
&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;
&lt;br /&gt;
==FAQs==&lt;br /&gt;
Popular questions about the theme and similar topics.&lt;br /&gt;
====Layout &amp;amp; Style====&lt;br /&gt;
* [[Documentation:UBC Content Management System/CLF Theme/UBC CLF Options#Header Colour Options|How to customize the UBC common-look-and-feel header colours]]&lt;br /&gt;
* [[Documentation:UBC Content Management System/CLF Theme/How to insert sub-branding imagery in the header|How to insert sub-branding imagery in the header]]&lt;br /&gt;
* [[Documentation:UBC Content Management System/CLF Theme/How to insert a Spotlight Rotation in a Page|How to insert a Spotlight Rotation in a Page]]&lt;br /&gt;
* [[Documentation:UBC Content Management System/Shortcodes/Column|How to subdivide a page into columns using the grid shortcode system]]&lt;br /&gt;
* [[Documentation:UBC Content Management System/CLF Theme/Import Option|How to duplicate the look-and-feel of another CLF theme based website]]&lt;br /&gt;
====Functionality====&lt;br /&gt;
* [[Documentation:UBC Content Management System/CLF Theme/How to disable comments site-wide|How to disable comments site-wide]]&lt;br /&gt;
* [[Documentation:UBC Content Management System/CLF Theme/How to set up search on the CLF utility bar|How to set up search on the CLF utility bar]]&lt;br /&gt;
&lt;br /&gt;
==Case Studies==&lt;br /&gt;
Examples of solutions to specific challenges.&lt;br /&gt;
* [[Documentation:UBC Content Management System/CLF Theme/Working with Custom Menus|Working with Custom Menus to enhance navigation]]&lt;br /&gt;
&lt;br /&gt;
[[Category:UBC CMS]]&lt;br /&gt;
[[Category:CLF]]&lt;br /&gt;
[[Category:WordPress]]&lt;/div&gt;</summary>
		<author><name>Michael</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_(2)&amp;diff=216745</id>
		<title>Thread:Documentation talk:UBC Content Management System/UBC Collab/Issues//Unit Contact Info Filled-in Automatically?/reply (2)</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_(2)&amp;diff=216745"/>
		<updated>2013-02-13T01:21:25Z</updated>

		<summary type="html">&lt;p&gt;Michael: Reply to Unit Contact Info Filled-in Automatically?&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hi Zack, MHA here again... so Marketing &amp;amp; Comm said that the contact information is required for site maintenance and tracking primary owner of the website. It&#039;s possible to hide this field using custom CSS...&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Thread:Documentation_talk:UBC_Content_Management_System/UBC_Collab/Issues//Email_Field_Not_a_Link/reply&amp;diff=216744</id>
		<title>Thread:Documentation talk:UBC Content Management System/UBC Collab/Issues//Email Field Not a Link/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//Email_Field_Not_a_Link/reply&amp;diff=216744"/>
		<updated>2013-02-13T01:16:07Z</updated>

		<summary type="html">&lt;p&gt;Michael: Reply to Email Field Not a Link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hi Zack, we met with Marketing &amp;amp; Comm team and found out that the email is not designed to be a linkable... It&#039;s only there as contact information&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:WordPress_Plugin_Installation&amp;diff=216509</id>
		<title>Documentation:WordPress Plugin Installation</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:WordPress_Plugin_Installation&amp;diff=216509"/>
		<updated>2013-02-09T00:42:13Z</updated>

		<summary type="html">&lt;p&gt;Michael: Created page with &amp;quot;TBD&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;TBD&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:WordPress/Privacy/Site_Visibility&amp;diff=215879</id>
		<title>Documentation:WordPress/Privacy/Site Visibility</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:WordPress/Privacy/Site_Visibility&amp;diff=215879"/>
		<updated>2013-02-05T18:38:59Z</updated>

		<summary type="html">&lt;p&gt;Michael: /* Changing Site Visibility */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;WordPress&#039; site visibility settings determine whether a site is public or private and if the site should be indexed by search engines like [http://google.ca Google].&lt;br /&gt;
&lt;br /&gt;
==Changing Site Visibility==&lt;br /&gt;
To change your site&#039;s visibility, simply do the following:&lt;br /&gt;
# Go to &#039;&#039;Dashboard -&amp;gt; Settings -&amp;gt; Reading&#039;&#039;&lt;br /&gt;
# Select your preferred visibility setting under the &amp;quot;Site Visibility&amp;quot; section&lt;br /&gt;
&lt;br /&gt;
==Levels of Site Visibility==&lt;br /&gt;
There are &#039;&#039;&#039;5 levels&#039;&#039;&#039; of site visibility to choose from and they are displayed as follows:&lt;br /&gt;
# &amp;quot;I would like my site to be visible to everyone, including search engines (like Google, Bing, Technorati) and archivers&amp;quot;&lt;br /&gt;
# &amp;quot;I would like to block search engines, but allow normal visitors&amp;quot;&lt;br /&gt;
# &amp;quot;I would like my site to be visible only to Registered network users&amp;quot;&lt;br /&gt;
# &amp;quot;I would like my site to be visible only to Site subscribers&amp;quot;&lt;br /&gt;
# &amp;quot;I would like my site to be visible only to Site administrators&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The five visibility levels can be split into two categories: &#039;&#039;&#039;public visibility&#039;&#039;&#039; and &#039;&#039;&#039;private visibility&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
===Public Visibility===&lt;br /&gt;
Levels 1 and 2 (above) are public visibility levels. This means that anyone on the web can see the content presented on the site. The difference between the two levels is that level 1 allows sites to be indexed by search engines, while level 2 ensures that search engines are blocked and the site will not be found through conventional searches.&lt;br /&gt;
&lt;br /&gt;
===Private Visibility===&lt;br /&gt;
Levels 3 through 5 are private visibility levels.&lt;br /&gt;
&lt;br /&gt;
Level 3 allows the site to be visible to all network users. This means that anyone registered to the network where your site is located can view the content of your site. Example: A level 3 privacy blog on UBC Blogs will be open to all UBC Blogs users.&lt;br /&gt;
&lt;br /&gt;
Level 4 allows the site to be visible to site subscribers. This means that any user that has been added to the site&#039;s subscriber base can view the content; however, the rest of the user base on the platform will not be able to see the content.&lt;br /&gt;
&lt;br /&gt;
Level 5 allows the site to be visible to site administrators. This means that only users that have administrative privileges on the site will be able to view its contents.&lt;br /&gt;
&lt;br /&gt;
[[Category:WordPress]]&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System/UBC_Collab/Features_Tables&amp;diff=213613</id>
		<title>Documentation:UBC Content Management System/UBC Collab/Features Tables</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System/UBC_Collab/Features_Tables&amp;diff=213613"/>
		<updated>2013-01-18T23:21:26Z</updated>

		<summary type="html">&lt;p&gt;Michael: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;https://docs.google.com/spreadsheet/pub?key=0AmxqUJCm4gigdHp4OGdGeTMyZC0tcGlLUl9PWEZ3akE&amp;amp;output=html&amp;amp;widget=true&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System/UBC_Collab/Features_Tables&amp;diff=213608</id>
		<title>Documentation:UBC Content Management System/UBC Collab/Features Tables</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System/UBC_Collab/Features_Tables&amp;diff=213608"/>
		<updated>2013-01-18T23:17:32Z</updated>

		<summary type="html">&lt;p&gt;Michael: Replaced content with &amp;quot;[https://docs.google.com/spreadsheet/ccc?key=0AmxqUJCm4gigdHp4OGdGeTMyZC0tcGlLUl9PWEZ3akE Feature Table (Status Report) - Google Doc ]&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[https://docs.google.com/spreadsheet/ccc?key=0AmxqUJCm4gigdHp4OGdGeTMyZC0tcGlLUl9PWEZ3akE Feature Table (Status Report) - Google Doc ]&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System/UBC_Collab/Features_Tables&amp;diff=213607</id>
		<title>Documentation:UBC Content Management System/UBC Collab/Features Tables</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:UBC_Content_Management_System/UBC_Collab/Features_Tables&amp;diff=213607"/>
		<updated>2013-01-18T23:12:15Z</updated>

		<summary type="html">&lt;p&gt;Michael: Created page with &amp;quot;{| class=&amp;quot;wikitable sortable&amp;quot; |- ! Theme Option !! Owner !! on CLF Advanced? !! Compatability !! Examples !! Documentation !! Code Repo !! Status !! Estimated Release date |- ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Theme Option !! Owner !! on CLF Advanced? !! Compatability !! Examples !! Documentation !! Code Repo !! Status !! Estimated Release date&lt;br /&gt;
|-&lt;br /&gt;
| Enable Breadcrumbs || Enej || Yes || ? || -  || Example || CTLT  || coding now || next week&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example || Example || Example || Example&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:UBC_Collab&amp;diff=213483</id>
		<title>Documentation:UBC Collab</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:UBC_Collab&amp;diff=213483"/>
		<updated>2013-01-18T00:12:28Z</updated>

		<summary type="html">&lt;p&gt;Michael: /* Upcoming Features */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; &lt;br /&gt;
 &lt;br /&gt;
==Completed Features==&lt;br /&gt;
* Responsive Video&lt;br /&gt;
CLF Area - Completed&lt;br /&gt;
Navigation - Completed&lt;br /&gt;
Side Navigation - in progress; waiting for sub-cat plugin&lt;br /&gt;
Breadcrumbs - Completed with Faculty name support &lt;br /&gt;
Carousel/Spotlight - 90% complete by Michael Ha&lt;br /&gt;
UBC Collab Theme (by Dec. 6?)&lt;br /&gt;
Frontpage Layout - 90% Completed&lt;br /&gt;
Import/Export of Theme Options&lt;br /&gt;
&lt;br /&gt;
===Shortcodes===&lt;br /&gt;
* Accordion &lt;br /&gt;
* Column&lt;br /&gt;
*Feed&lt;br /&gt;
*Loop&lt;br /&gt;
*Tabs&lt;br /&gt;
&lt;br /&gt;
===Plugins===&lt;br /&gt;
* Gravity Forms&lt;br /&gt;
Custom Fields - this should be remove and converted into separate plugins that need to be enabled &lt;br /&gt;
Custom JS done - https://github.com/ubc/custom-js-meta-box&lt;br /&gt;
Custom CSS done - https://github.com/ubc/custom-css-meta-box&lt;br /&gt;
Real Post Author done - https://github.com/ubc/real-post-author&lt;br /&gt;
Page Permissions - who can see this page! Don&#039;t think anyone still uses this&lt;br /&gt;
Enable Post Page URL Over write - DONE - Use the &#039;Page Links To&#039; plugin&lt;br /&gt;
* GA plugins&lt;br /&gt;
&lt;br /&gt;
==Upcoming Features available on the old CLF theme (officially called CLF advanced theme)==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Subpages Navigation&lt;br /&gt;
*Wiki Embed (?)&lt;br /&gt;
* Display Options &lt;br /&gt;
**Post Options&lt;br /&gt;
**Page Options&lt;br /&gt;
**Discussion&lt;br /&gt;
**Archive Options&lt;br /&gt;
**Favicon - this could be its own plugin&lt;br /&gt;
**Feed Cache - this should be its own plugin&lt;br /&gt;
**License&lt;br /&gt;
**Header - header widget area moved&lt;br /&gt;
**Footer Scripts - this could be is own plugin&lt;br /&gt;
&lt;br /&gt;
* Mobile Options - some things here should be kept other removed (low priority)&lt;br /&gt;
&lt;br /&gt;
*SEO Options&lt;br /&gt;
* Custom CSS (site-wide)&lt;br /&gt;
** CSS Media Query&lt;br /&gt;
&lt;br /&gt;
===Shortcodes===&lt;br /&gt;
*More Template&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:UBC_Collab&amp;diff=213482</id>
		<title>Documentation:UBC Collab</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:UBC_Collab&amp;diff=213482"/>
		<updated>2013-01-18T00:10:42Z</updated>

		<summary type="html">&lt;p&gt;Michael: /* Current Feature */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; &lt;br /&gt;
 &lt;br /&gt;
==Completed Features==&lt;br /&gt;
* Responsive Video&lt;br /&gt;
CLF Area - Completed&lt;br /&gt;
Navigation - Completed&lt;br /&gt;
Side Navigation - in progress; waiting for sub-cat plugin&lt;br /&gt;
Breadcrumbs - Completed with Faculty name support &lt;br /&gt;
Carousel/Spotlight - 90% complete by Michael Ha&lt;br /&gt;
UBC Collab Theme (by Dec. 6?)&lt;br /&gt;
Frontpage Layout - 90% Completed&lt;br /&gt;
Import/Export of Theme Options&lt;br /&gt;
&lt;br /&gt;
===Shortcodes===&lt;br /&gt;
* Accordion &lt;br /&gt;
* Column&lt;br /&gt;
*Feed&lt;br /&gt;
*Loop&lt;br /&gt;
*Tabs&lt;br /&gt;
&lt;br /&gt;
===Plugins===&lt;br /&gt;
* Gravity Forms&lt;br /&gt;
Custom Fields - this should be remove and converted into separate plugins that need to be enabled &lt;br /&gt;
Custom JS done - https://github.com/ubc/custom-js-meta-box&lt;br /&gt;
Custom CSS done - https://github.com/ubc/custom-css-meta-box&lt;br /&gt;
Real Post Author done - https://github.com/ubc/real-post-author&lt;br /&gt;
Page Permissions - who can see this page! Don&#039;t think anyone still uses this&lt;br /&gt;
Enable Post Page URL Over write - DONE - Use the &#039;Page Links To&#039; plugin&lt;br /&gt;
* GA plugins&lt;br /&gt;
&lt;br /&gt;
==Upcoming Features==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Subpages Navigation&lt;br /&gt;
*Wiki Embed (?)&lt;br /&gt;
* Display Options &lt;br /&gt;
**Post Options&lt;br /&gt;
**Page Options&lt;br /&gt;
**Discussion&lt;br /&gt;
**Archive Options&lt;br /&gt;
**Favicon - this could be its own plugin&lt;br /&gt;
**Feed Cache - this should be its own plugin&lt;br /&gt;
**License&lt;br /&gt;
**Header - header widget area moved&lt;br /&gt;
**Footer Scripts - this could be is own plugin&lt;br /&gt;
&lt;br /&gt;
* Mobile Options - some things here should be kept other removed (low priority)&lt;br /&gt;
&lt;br /&gt;
*SEO Options&lt;br /&gt;
* Custom CSS (site-wide)&lt;br /&gt;
** CSS Media Query&lt;br /&gt;
&lt;br /&gt;
===Shortcodes===&lt;br /&gt;
*More Template&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:UBC_Collab&amp;diff=213481</id>
		<title>Documentation:UBC Collab</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:UBC_Collab&amp;diff=213481"/>
		<updated>2013-01-18T00:10:13Z</updated>

		<summary type="html">&lt;p&gt;Michael: /* Upcoming Feature */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; &lt;br /&gt;
 &lt;br /&gt;
==Current Feature==&lt;br /&gt;
* Responsive Video&lt;br /&gt;
CLF Area - Completed&lt;br /&gt;
Navigation - Completed&lt;br /&gt;
Side Navigation - in progress; waiting for sub-cat plugin&lt;br /&gt;
Breadcrumbs - Completed with Faculty name support &lt;br /&gt;
Carousel/Spotlight - 90% complete by Michael Ha&lt;br /&gt;
UBC Collab Theme (by Dec. 6?)&lt;br /&gt;
Frontpage Layout - 90% Completed&lt;br /&gt;
Import/Export of Theme Options&lt;br /&gt;
&lt;br /&gt;
===Shortcodes===&lt;br /&gt;
* Accordion &lt;br /&gt;
* Column&lt;br /&gt;
*Feed&lt;br /&gt;
*Loop&lt;br /&gt;
*Tabs&lt;br /&gt;
&lt;br /&gt;
===Plugins===&lt;br /&gt;
* Gravity Forms&lt;br /&gt;
Custom Fields - this should be remove and converted into separate plugins that need to be enabled &lt;br /&gt;
Custom JS done - https://github.com/ubc/custom-js-meta-box&lt;br /&gt;
Custom CSS done - https://github.com/ubc/custom-css-meta-box&lt;br /&gt;
Real Post Author done - https://github.com/ubc/real-post-author&lt;br /&gt;
Page Permissions - who can see this page! Don&#039;t think anyone still uses this&lt;br /&gt;
Enable Post Page URL Over write - DONE - Use the &#039;Page Links To&#039; plugin&lt;br /&gt;
* GA plugins&lt;br /&gt;
&lt;br /&gt;
==Upcoming Features==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Subpages Navigation&lt;br /&gt;
*Wiki Embed (?)&lt;br /&gt;
* Display Options &lt;br /&gt;
**Post Options&lt;br /&gt;
**Page Options&lt;br /&gt;
**Discussion&lt;br /&gt;
**Archive Options&lt;br /&gt;
**Favicon - this could be its own plugin&lt;br /&gt;
**Feed Cache - this should be its own plugin&lt;br /&gt;
**License&lt;br /&gt;
**Header - header widget area moved&lt;br /&gt;
**Footer Scripts - this could be is own plugin&lt;br /&gt;
&lt;br /&gt;
* Mobile Options - some things here should be kept other removed (low priority)&lt;br /&gt;
&lt;br /&gt;
*SEO Options&lt;br /&gt;
* Custom CSS (site-wide)&lt;br /&gt;
** CSS Media Query&lt;br /&gt;
&lt;br /&gt;
===Shortcodes===&lt;br /&gt;
*More Template&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:UBC_Collab&amp;diff=213454</id>
		<title>Documentation:UBC Collab</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:UBC_Collab&amp;diff=213454"/>
		<updated>2013-01-17T22:31:25Z</updated>

		<summary type="html">&lt;p&gt;Michael: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; &lt;br /&gt;
 &lt;br /&gt;
==Current Feature==&lt;br /&gt;
* Responsive Video&lt;br /&gt;
CLF Area - Completed&lt;br /&gt;
Navigation - Completed&lt;br /&gt;
Side Navigation - in progress; waiting for sub-cat plugin&lt;br /&gt;
Breadcrumbs - Completed with Faculty name support &lt;br /&gt;
Carousel/Spotlight - 90% complete by Michael Ha&lt;br /&gt;
UBC Collab Theme (by Dec. 6?)&lt;br /&gt;
Frontpage Layout - 90% Completed&lt;br /&gt;
Import/Export of Theme Options&lt;br /&gt;
&lt;br /&gt;
===Shortcodes===&lt;br /&gt;
* Accordion &lt;br /&gt;
* Column&lt;br /&gt;
*Feed&lt;br /&gt;
*Loop&lt;br /&gt;
*Tabs&lt;br /&gt;
&lt;br /&gt;
===Plugins===&lt;br /&gt;
* Gravity Forms&lt;br /&gt;
Custom Fields - this should be remove and converted into separate plugins that need to be enabled &lt;br /&gt;
Custom JS done - https://github.com/ubc/custom-js-meta-box&lt;br /&gt;
Custom CSS done - https://github.com/ubc/custom-css-meta-box&lt;br /&gt;
Real Post Author done - https://github.com/ubc/real-post-author&lt;br /&gt;
Page Permissions - who can see this page! Don&#039;t think anyone still uses this&lt;br /&gt;
Enable Post Page URL Over write - DONE - Use the &#039;Page Links To&#039; plugin&lt;br /&gt;
* GA plugins&lt;br /&gt;
&lt;br /&gt;
==Upcoming Feature==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Subpages Navigation&lt;br /&gt;
*Wiki Embed (?)&lt;br /&gt;
* Display Options &lt;br /&gt;
**Post Options&lt;br /&gt;
**Page Options&lt;br /&gt;
**Discussion&lt;br /&gt;
**Archive Options&lt;br /&gt;
**Favicon - this could be its own plugin&lt;br /&gt;
**Feed Cache - this should be its own plugin&lt;br /&gt;
**License&lt;br /&gt;
**Header - header widget area moved&lt;br /&gt;
**Footer Scripts - this could be is own plugin&lt;br /&gt;
&lt;br /&gt;
* Mobile Options - some things here should be kept other removed (low priority)&lt;br /&gt;
&lt;br /&gt;
*SEO Options&lt;br /&gt;
* Custom CSS (site-wide)&lt;br /&gt;
** CSS Media Query&lt;br /&gt;
&lt;br /&gt;
===Shortcodes===&lt;br /&gt;
*More Template&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation_talk:UBC_Collab&amp;diff=213050</id>
		<title>Documentation talk:UBC Collab</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation_talk:UBC_Collab&amp;diff=213050"/>
		<updated>2013-01-15T18:45:09Z</updated>

		<summary type="html">&lt;p&gt;Michael: /* Questions from Any User */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
==Questions from Any User==&lt;br /&gt;
* Can I use it now? When can I use it?&lt;br /&gt;
* Limited Beta Pilot test&lt;br /&gt;
* When is the Beta period going to end?&lt;br /&gt;
* Why is there no answer for wider release date?&lt;br /&gt;
&lt;br /&gt;
* What level of support can I expect from UBC CMS?&lt;br /&gt;
* Will there be training?&lt;br /&gt;
* What would happen to plugins? What would happen to my custom CSS, JS?&lt;br /&gt;
* How can we make it easier?&lt;br /&gt;
* Do you have example of the new CLF?&lt;br /&gt;
&lt;br /&gt;
*What mobile, responsive first means?&lt;br /&gt;
*IF i am oging to migrate, what are the steps? what strategies should i take?&lt;br /&gt;
* Can I request mobile device for testing? An actually mobile device, not ipad. not 10&amp;quot;? 4&amp;quot; maybe.&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation_talk:UBC_Collab&amp;diff=213049</id>
		<title>Documentation talk:UBC Collab</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation_talk:UBC_Collab&amp;diff=213049"/>
		<updated>2013-01-15T18:44:48Z</updated>

		<summary type="html">&lt;p&gt;Michael: /* Questions from Any User */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
==Questions from Any User==&lt;br /&gt;
* Can I use it now? When can I use it?&lt;br /&gt;
* Limited Beta Pilot test&lt;br /&gt;
* When is the Beta period going to end?&lt;br /&gt;
* Why is there no answer for wider release date?&lt;br /&gt;
&lt;br /&gt;
* What level of support can I expect from UBC CMS?&lt;br /&gt;
* Will there be training?&lt;br /&gt;
* What would happen to plugins? What would happen to my custom CSS, JS?&lt;br /&gt;
* How can we make it easier?&lt;br /&gt;
* Do you have example of the new CLF?&lt;br /&gt;
&lt;br /&gt;
*What mobile, responsive first means?&lt;br /&gt;
*IF i am oging to migrate, what are the steps?&lt;br /&gt;
* Can I request mobile device for testing? An actually mobile device, not ipad. not 10&amp;quot;? 4&amp;quot; maybe.&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation_talk:UBC_Collab&amp;diff=213048</id>
		<title>Documentation talk:UBC Collab</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation_talk:UBC_Collab&amp;diff=213048"/>
		<updated>2013-01-15T18:42:34Z</updated>

		<summary type="html">&lt;p&gt;Michael: /* Questions from Any User */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
==Questions from Any User==&lt;br /&gt;
* Can I use it now? When can I use it?&lt;br /&gt;
* Limited Beta Pilot test&lt;br /&gt;
* When is the Beta period going to end?&lt;br /&gt;
* Why is there no answer for wider release date?&lt;br /&gt;
&lt;br /&gt;
* What level of support can I expect from UBC CMS?&lt;br /&gt;
* Will there be training?&lt;br /&gt;
* What would happen to plugins? What would happen to my custom CSS, JS?&lt;br /&gt;
* How can we make it easier?&lt;br /&gt;
* Do you have example of the new CLF?&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation_talk:UBC_Collab&amp;diff=213047</id>
		<title>Documentation talk:UBC Collab</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation_talk:UBC_Collab&amp;diff=213047"/>
		<updated>2013-01-15T18:42:03Z</updated>

		<summary type="html">&lt;p&gt;Michael: /* Questions from Any User */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
==Questions from Any User==&lt;br /&gt;
* Can I use it now? When can I use it?&lt;br /&gt;
* Limited Beta Pilot test&lt;br /&gt;
* When is the Beta period going to end?&lt;br /&gt;
* Why is there no answer for wider release date?&lt;br /&gt;
&lt;br /&gt;
* What level of support can I expect from UBC CMS?&lt;br /&gt;
* Will there be training?&lt;br /&gt;
* What would happen to plugins? What would happen to my custom CSS, JS?&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation_talk:UBC_Collab&amp;diff=213046</id>
		<title>Documentation talk:UBC Collab</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation_talk:UBC_Collab&amp;diff=213046"/>
		<updated>2013-01-15T18:40:27Z</updated>

		<summary type="html">&lt;p&gt;Michael: Created page with &amp;quot;  ==Questions from Any User== * Can I use it now? When can I use it? * Limited Beta Pilot test * When is the Beta period going to end? * Why is there no answer for wider relea...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
==Questions from Any User==&lt;br /&gt;
* Can I use it now? When can I use it?&lt;br /&gt;
* Limited Beta Pilot test&lt;br /&gt;
* When is the Beta period going to end?&lt;br /&gt;
* Why is there no answer for wider release date?&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:UBC_Collab&amp;diff=212994</id>
		<title>Documentation:UBC Collab</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:UBC_Collab&amp;diff=212994"/>
		<updated>2013-01-14T22:40:10Z</updated>

		<summary type="html">&lt;p&gt;Michael: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; &lt;br /&gt;
 &lt;br /&gt;
==Current Feature==&lt;br /&gt;
* Responsive Video&lt;br /&gt;
CLF Area - Completed&lt;br /&gt;
Navigation - Completed&lt;br /&gt;
Side Navigation - in progress; waiting for sub-cat plugin&lt;br /&gt;
Breadcrumbs - Completed with Faculty name support &lt;br /&gt;
Carousel/Spotlight - 90% complete by Michael Ha&lt;br /&gt;
UBC Collab Theme (by Dec. 6?)&lt;br /&gt;
Frontpage Layout - 90% Completed&lt;br /&gt;
Import/Export of Theme Options&lt;br /&gt;
&lt;br /&gt;
===Shortcodes===&lt;br /&gt;
* Gravity Forms&lt;br /&gt;
* Accordion &lt;br /&gt;
* Column&lt;br /&gt;
*Feed&lt;br /&gt;
*Loop&lt;br /&gt;
*Tabs&lt;br /&gt;
&lt;br /&gt;
===Plugins===&lt;br /&gt;
Custom Fields - this should be remove and converted into separate plugins that need to be enabled &lt;br /&gt;
Custom JS done - https://github.com/ubc/custom-js-meta-box&lt;br /&gt;
Custom CSS done - https://github.com/ubc/custom-css-meta-box&lt;br /&gt;
Real Post Author done - https://github.com/ubc/real-post-author&lt;br /&gt;
Page Permissions - who can see this page! Don&#039;t think anyone still uses this&lt;br /&gt;
Enable Post Page URL Over write - DONE - Use the &#039;Page Links To&#039; plugin&lt;br /&gt;
* GA plugins&lt;br /&gt;
&lt;br /&gt;
==Upcoming Feature==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Subpages Navigation&lt;br /&gt;
*Wiki Embed (?)&lt;br /&gt;
* Display Options &lt;br /&gt;
**Post Options&lt;br /&gt;
**Page Options&lt;br /&gt;
**Discussion&lt;br /&gt;
**Archive Options&lt;br /&gt;
**Favicon - this could be its own plugin&lt;br /&gt;
**Feed Cache - this should be its own plugin&lt;br /&gt;
**License&lt;br /&gt;
**Header - header widget area moved&lt;br /&gt;
**Footer Scripts - this could be is own plugin&lt;br /&gt;
&lt;br /&gt;
* Mobile Options - some things here should be kept other removed (low priority)&lt;br /&gt;
&lt;br /&gt;
*SEO Options&lt;br /&gt;
* Custom CSS (site-wide)&lt;br /&gt;
** CSS Media Query&lt;br /&gt;
&lt;br /&gt;
===Shortcodes===&lt;br /&gt;
*More Template&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:UBC_Collab&amp;diff=212993</id>
		<title>Documentation:UBC Collab</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:UBC_Collab&amp;diff=212993"/>
		<updated>2013-01-14T22:39:22Z</updated>

		<summary type="html">&lt;p&gt;Michael: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; &lt;br /&gt;
 &lt;br /&gt;
==Current Feature==&lt;br /&gt;
* Responsive Video&lt;br /&gt;
CLF Area - Completed&lt;br /&gt;
Navigation - Completed&lt;br /&gt;
Side Navigation - in progress; waiting for sub-cat plugin&lt;br /&gt;
Breadcrumbs - Completed with Faculty name support &lt;br /&gt;
Carousel/Spotlight - 90% complete by Michael Ha&lt;br /&gt;
UBC Collab Theme (by Dec. 6?)&lt;br /&gt;
Frontpage Layout - 90% Completed&lt;br /&gt;
Import/Export of Theme Options&lt;br /&gt;
&lt;br /&gt;
===Shortcodes===&lt;br /&gt;
* Gravity Forms&lt;br /&gt;
* Accordion &lt;br /&gt;
* Column&lt;br /&gt;
*Feed&lt;br /&gt;
*Loop&lt;br /&gt;
*Tabs&lt;br /&gt;
&lt;br /&gt;
===Plugins===&lt;br /&gt;
Custom Fields - this should be remove and converted into separate plugins that need to be enabled &lt;br /&gt;
Custom JS done - https://github.com/ubc/custom-js-meta-box&lt;br /&gt;
Custom CSS done - https://github.com/ubc/custom-css-meta-box&lt;br /&gt;
Real Post Author done - https://github.com/ubc/real-post-author&lt;br /&gt;
Page Permissions - who can see this page! Don&#039;t think anyone still uses this&lt;br /&gt;
Enable Post Page URL Over write - DONE - Use the &#039;Page Links To&#039; plugin&lt;br /&gt;
* GA plugins&lt;br /&gt;
&lt;br /&gt;
==Upcoming Feature==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Subpages Navigation&lt;br /&gt;
*Wiki Embed (?)&lt;br /&gt;
* Display Options &lt;br /&gt;
**Post Options&lt;br /&gt;
**Page Options&lt;br /&gt;
**Discussion&lt;br /&gt;
**Archive Options&lt;br /&gt;
**Favicon - this could be its own plugin&lt;br /&gt;
**Feed Cache - this should be its own plugin&lt;br /&gt;
**License&lt;br /&gt;
**Header - header widget area moved&lt;br /&gt;
**Footer Scripts - this could be is own plugin&lt;br /&gt;
&lt;br /&gt;
* Mobile Options - some things here should be kept other removed (low priority)&lt;br /&gt;
&lt;br /&gt;
*SEO Options&lt;br /&gt;
* Custom CSS&lt;br /&gt;
** CSS Media Query&lt;br /&gt;
&lt;br /&gt;
===Shortcodes===&lt;br /&gt;
*More Template&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:UBC_Collab&amp;diff=212992</id>
		<title>Documentation:UBC Collab</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:UBC_Collab&amp;diff=212992"/>
		<updated>2013-01-14T22:36:26Z</updated>

		<summary type="html">&lt;p&gt;Michael: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; &lt;br /&gt;
 &lt;br /&gt;
==Current Feature==&lt;br /&gt;
* Responsive Video&lt;br /&gt;
CLF Area - Completed&lt;br /&gt;
Navigation - Completed&lt;br /&gt;
Side Navigation - in progress; waiting for sub-cat plugin&lt;br /&gt;
Breadcrumbs - Completed with Faculty name support &lt;br /&gt;
Carousel/Spotlight - 90% complete by Michael Ha&lt;br /&gt;
UBC Collab Theme (by Dec. 6?)&lt;br /&gt;
Frontpage Layout - 90% Completed&lt;br /&gt;
Import/Export of Theme Options&lt;br /&gt;
&lt;br /&gt;
===Shortcodes===&lt;br /&gt;
* Gravity Forms&lt;br /&gt;
* Accordion &lt;br /&gt;
* Column&lt;br /&gt;
*Feed&lt;br /&gt;
*Loop&lt;br /&gt;
*Tabs&lt;br /&gt;
&lt;br /&gt;
===Plugins===&lt;br /&gt;
Custom Fields - this should be remove and converted into separate plugins that need to be enabled &lt;br /&gt;
Custom JS done - https://github.com/ubc/custom-js-meta-box&lt;br /&gt;
Custom CSS done - https://github.com/ubc/custom-css-meta-box&lt;br /&gt;
Real Post Author done - https://github.com/ubc/real-post-author&lt;br /&gt;
Page Permissions - who can see this page! Don&#039;t think anyone still uses this&lt;br /&gt;
Enable Post Page URL Over write - DONE - Use the &#039;Page Links To&#039; plugin&lt;br /&gt;
* GA plugins&lt;br /&gt;
&lt;br /&gt;
==Upcoming Feature==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Subpages Navigation&lt;br /&gt;
*Wiki Embed (?)&lt;br /&gt;
* Display Options &lt;br /&gt;
**Post Options&lt;br /&gt;
**Page Options&lt;br /&gt;
**Discussion&lt;br /&gt;
**Archive Options&lt;br /&gt;
**Favicon - this could be its own plugin&lt;br /&gt;
**Feed Cache - this should be its own plugin&lt;br /&gt;
**License&lt;br /&gt;
**Header - header widget area moved&lt;br /&gt;
**Footer Scripts - this could be is own plugin&lt;br /&gt;
&lt;br /&gt;
* Mobile Options - some things here should be kept other removed (low priority)&lt;br /&gt;
&lt;br /&gt;
*SEO Options&lt;br /&gt;
&lt;br /&gt;
===Shortcodes===&lt;br /&gt;
*More Template&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:UBC_Collab&amp;diff=212991</id>
		<title>Documentation:UBC Collab</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:UBC_Collab&amp;diff=212991"/>
		<updated>2013-01-14T22:35:57Z</updated>

		<summary type="html">&lt;p&gt;Michael: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; &lt;br /&gt;
 &lt;br /&gt;
==Current Feature==&lt;br /&gt;
* Responsive Video&lt;br /&gt;
CLF Area - Completed&lt;br /&gt;
Navigation - Completed&lt;br /&gt;
Side Navigation - in progress; waiting for sub-cat plugin&lt;br /&gt;
Breadcrumbs - Completed with Faculty name support &lt;br /&gt;
Carousel/Spotlight - 90% complete by Michael Ha&lt;br /&gt;
UBC Collab Theme (by Dec. 6?)&lt;br /&gt;
Frontpage Layout - 90% Completed&lt;br /&gt;
Import/Export of Theme Options&lt;br /&gt;
&lt;br /&gt;
===Shortcodes===&lt;br /&gt;
* Gravity Forms&lt;br /&gt;
* Accordion &lt;br /&gt;
* Column&lt;br /&gt;
*Feed&lt;br /&gt;
*Loop&lt;br /&gt;
*Tabs&lt;br /&gt;
&lt;br /&gt;
===Plugins===&lt;br /&gt;
Custom Fields - this should be remove and converted into separate plugins that need to be enabled &lt;br /&gt;
Custom JS done - https://github.com/ubc/custom-js-meta-box&lt;br /&gt;
Custom CSS done - https://github.com/ubc/custom-css-meta-box&lt;br /&gt;
Real Post Author done - https://github.com/ubc/real-post-author&lt;br /&gt;
Page Permissions - who can see this page! Don&#039;t think anyone still uses this&lt;br /&gt;
Enable Post Page URL Over write - DONE - Use the &#039;Page Links To&#039; plugin&lt;br /&gt;
* GA plugins&lt;br /&gt;
&lt;br /&gt;
==Upcoming Feature==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Subpages Navigation&lt;br /&gt;
*Wiki Embed (?)&lt;br /&gt;
* Display Options &lt;br /&gt;
**Post Options&lt;br /&gt;
**Page Options&lt;br /&gt;
**Discussion&lt;br /&gt;
**Archive Options&lt;br /&gt;
**Favicon - this could be its own plugin&lt;br /&gt;
**Feed Cache - this should be its own plugin&lt;br /&gt;
**License&lt;br /&gt;
**Header - header widget area moved&lt;br /&gt;
**Footer Scripts - this could be is own plugin&lt;br /&gt;
&lt;br /&gt;
* Mobile Options - some things here should be kept other removed (low priority)&lt;br /&gt;
&lt;br /&gt;
===Shortcodes===&lt;br /&gt;
*More Template&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:UBC_Collab&amp;diff=212990</id>
		<title>Documentation:UBC Collab</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:UBC_Collab&amp;diff=212990"/>
		<updated>2013-01-14T22:35:33Z</updated>

		<summary type="html">&lt;p&gt;Michael: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; &lt;br /&gt;
 &lt;br /&gt;
==Current Feature==&lt;br /&gt;
* Responsive Video&lt;br /&gt;
CLF Area - Completed&lt;br /&gt;
Navigation - Completed&lt;br /&gt;
Side Navigation - in progress; waiting for sub-cat plugin&lt;br /&gt;
Breadcrumbs - Completed with Faculty name support &lt;br /&gt;
Carousel/Spotlight - 90% complete by Michael Ha&lt;br /&gt;
UBC Collab Theme (by Dec. 6?)&lt;br /&gt;
Frontpage Layout - 90% Completed&lt;br /&gt;
Import/Export of Theme Options&lt;br /&gt;
&lt;br /&gt;
===Shortcodes===&lt;br /&gt;
* Gravity Forms&lt;br /&gt;
* Accordion &lt;br /&gt;
* Column&lt;br /&gt;
*Feed&lt;br /&gt;
*Loop&lt;br /&gt;
*Tabs&lt;br /&gt;
&lt;br /&gt;
===Plugins===&lt;br /&gt;
Custom Fields - this should be remove and converted into separate plugins that need to be enabled &lt;br /&gt;
Custom JS done - https://github.com/ubc/custom-js-meta-box&lt;br /&gt;
Custom CSS done - https://github.com/ubc/custom-css-meta-box&lt;br /&gt;
Real Post Author done - https://github.com/ubc/real-post-author&lt;br /&gt;
Page Permissions - who can see this page! Don&#039;t think anyone still uses this&lt;br /&gt;
Enable Post Page URL Over write - DONE - Use the &#039;Page Links To&#039; plugin&lt;br /&gt;
* GA plugins&lt;br /&gt;
&lt;br /&gt;
==Upcoming Feature==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Subpages Navigation&lt;br /&gt;
*Wiki Embed (?)&lt;br /&gt;
* Display Options &lt;br /&gt;
**Post Options&lt;br /&gt;
**Page Options&lt;br /&gt;
**Discussion&lt;br /&gt;
**Archive Options&lt;br /&gt;
**Favicon - this could be its own plugin&lt;br /&gt;
**Feed Cache - this should be its own plugin&lt;br /&gt;
**License&lt;br /&gt;
**Header - header widget area moved&lt;br /&gt;
**Footer Scripts - this could be is own plugin&lt;br /&gt;
&lt;br /&gt;
===Shortcodes===&lt;br /&gt;
*More Template&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:UBC_Collab&amp;diff=212989</id>
		<title>Documentation:UBC Collab</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:UBC_Collab&amp;diff=212989"/>
		<updated>2013-01-14T22:34:45Z</updated>

		<summary type="html">&lt;p&gt;Michael: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; &lt;br /&gt;
 &lt;br /&gt;
==Current Feature==&lt;br /&gt;
* Responsive Video&lt;br /&gt;
CLF Area - Completed&lt;br /&gt;
Navigation - Completed&lt;br /&gt;
Side Navigation - in progress; waiting for sub-cat plugin&lt;br /&gt;
Breadcrumbs - Completed with Faculty name support &lt;br /&gt;
Carousel/Spotlight - 90% complete by Michael Ha&lt;br /&gt;
UBC Collab Theme (by Dec. 6?)&lt;br /&gt;
Frontpage Layout - 90% Completed&lt;br /&gt;
Import/Export of Theme Options&lt;br /&gt;
&lt;br /&gt;
===Shortcodes===&lt;br /&gt;
* Gravity Forms&lt;br /&gt;
* Accordion &lt;br /&gt;
* Column&lt;br /&gt;
*Feed&lt;br /&gt;
*Loop&lt;br /&gt;
*Tabs&lt;br /&gt;
&lt;br /&gt;
===Plugins===&lt;br /&gt;
Custom Fields - this should be remove and converted into separate plugins that need to be enabled &lt;br /&gt;
Custom JS done - https://github.com/ubc/custom-js-meta-box&lt;br /&gt;
Custom CSS done - https://github.com/ubc/custom-css-meta-box&lt;br /&gt;
Real Post Author done - https://github.com/ubc/real-post-author&lt;br /&gt;
Page Permissions - who can see this page! Don&#039;t think anyone still uses this&lt;br /&gt;
Enable Post Page URL Over write - DONE - Use the &#039;Page Links To&#039; plugin&lt;br /&gt;
&lt;br /&gt;
==Upcoming Feature==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Subpages Navigation&lt;br /&gt;
*Wiki Embed (?)&lt;br /&gt;
* Display Options &lt;br /&gt;
**Post Options&lt;br /&gt;
**Page Options&lt;br /&gt;
**Discussion&lt;br /&gt;
**Archive Options&lt;br /&gt;
**Favicon - this could be its own plugin&lt;br /&gt;
**Feed Cache - this should be its own plugin&lt;br /&gt;
**License&lt;br /&gt;
**Header - header widget area moved&lt;br /&gt;
**Footer Scripts - this could be is own plugin&lt;br /&gt;
&lt;br /&gt;
===Shortcodes===&lt;br /&gt;
*More Template&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:UBC_Collab&amp;diff=212988</id>
		<title>Documentation:UBC Collab</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:UBC_Collab&amp;diff=212988"/>
		<updated>2013-01-14T22:33:57Z</updated>

		<summary type="html">&lt;p&gt;Michael: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; &lt;br /&gt;
 &lt;br /&gt;
==Current Feature==&lt;br /&gt;
* Responsive Video&lt;br /&gt;
CLF Area - Completed&lt;br /&gt;
Navigation - Completed&lt;br /&gt;
Side Navigation - in progress; waiting for sub-cat plugin&lt;br /&gt;
Breadcrumbs - Completed with Faculty name support &lt;br /&gt;
Carousel/Spotlight - 90% complete by Michael Ha&lt;br /&gt;
UBC Collab Theme (by Dec. 6?)&lt;br /&gt;
Frontpage Layout - 90% Completed&lt;br /&gt;
Import/Export of Theme Options&lt;br /&gt;
&lt;br /&gt;
===Shortcodes===&lt;br /&gt;
* Gravity Forms&lt;br /&gt;
* Accordion &lt;br /&gt;
* Column&lt;br /&gt;
*Feed&lt;br /&gt;
*Loop&lt;br /&gt;
*Tabs&lt;br /&gt;
&lt;br /&gt;
==Upcoming Feature==&lt;br /&gt;
*Subpages Navigation&lt;br /&gt;
*Wiki Embed (?)&lt;br /&gt;
* Display Options &lt;br /&gt;
**Post Options&lt;br /&gt;
**Page Options&lt;br /&gt;
**Discussion&lt;br /&gt;
**Archive Options&lt;br /&gt;
**Favicon - this could be its own plugin&lt;br /&gt;
**Feed Cache - this should be its own plugin&lt;br /&gt;
**License&lt;br /&gt;
**Header - header widget area moved&lt;br /&gt;
**Footer Scripts - this could be is own plugin&lt;br /&gt;
&lt;br /&gt;
===Shortcodes===&lt;br /&gt;
*More Template&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:UBC_Collab&amp;diff=212987</id>
		<title>Documentation:UBC Collab</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:UBC_Collab&amp;diff=212987"/>
		<updated>2013-01-14T22:33:44Z</updated>

		<summary type="html">&lt;p&gt;Michael: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; &lt;br /&gt;
 &lt;br /&gt;
==Current Feature==&lt;br /&gt;
* Responsive Video&lt;br /&gt;
CLF Area - Completed&lt;br /&gt;
Navigation - Completed&lt;br /&gt;
Side Navigation - in progress; waiting for sub-cat plugin&lt;br /&gt;
Breadcrumbs - Completed with Faculty name support &lt;br /&gt;
Carousel/Spotlight - 90% complete by Michael Ha&lt;br /&gt;
UBC Collab Theme (by Dec. 6?)&lt;br /&gt;
Frontpage Layout - 90% Completed&lt;br /&gt;
Import/Export of Theme Options&lt;br /&gt;
&lt;br /&gt;
===Shortcodes===&lt;br /&gt;
* Gravity Forms&lt;br /&gt;
* Accordion &lt;br /&gt;
* Column&lt;br /&gt;
*Feed&lt;br /&gt;
*Loop&lt;br /&gt;
*Tabs&lt;br /&gt;
&lt;br /&gt;
==Upcoming Feature==&lt;br /&gt;
*Subpages Navigation&lt;br /&gt;
*Wiki Embed (?)&lt;br /&gt;
* Display Options &lt;br /&gt;
**Post Options&lt;br /&gt;
**Page Options&lt;br /&gt;
**Discussion&lt;br /&gt;
**Archive Options&lt;br /&gt;
**Favicon - this could be its own plugin&lt;br /&gt;
**Feed Cache - this should be its own plugin&lt;br /&gt;
**License&lt;br /&gt;
**Header - header widget area moved&lt;br /&gt;
**Footer Scripts - this could be is own plugin&lt;br /&gt;
&lt;br /&gt;
===Shortcodes===&lt;br /&gt;
**More Template&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:UBC_Collab&amp;diff=212986</id>
		<title>Documentation:UBC Collab</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:UBC_Collab&amp;diff=212986"/>
		<updated>2013-01-14T22:32:47Z</updated>

		<summary type="html">&lt;p&gt;Michael: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; &lt;br /&gt;
 &lt;br /&gt;
==Current Feature==&lt;br /&gt;
* Responsive Video&lt;br /&gt;
CLF Area - Completed&lt;br /&gt;
Navigation - Completed&lt;br /&gt;
Side Navigation - in progress; waiting for sub-cat plugin&lt;br /&gt;
Breadcrumbs - Completed with Faculty name support &lt;br /&gt;
Carousel/Spotlight - 90% complete by Michael Ha&lt;br /&gt;
UBC Collab Theme (by Dec. 6?)&lt;br /&gt;
Frontpage Layout - 90% Completed&lt;br /&gt;
Import/Export of Theme Options&lt;br /&gt;
&lt;br /&gt;
===Shortcodes===&lt;br /&gt;
* Gravity Forms&lt;br /&gt;
* Accordion &lt;br /&gt;
* Column&lt;br /&gt;
*Feed&lt;br /&gt;
*Loop&lt;br /&gt;
*Tabs&lt;br /&gt;
&lt;br /&gt;
==Upcoming Feature==&lt;br /&gt;
*Subpages Navigation&lt;br /&gt;
*Wiki Embed (?)&lt;br /&gt;
&lt;br /&gt;
===Shortcodes===&lt;br /&gt;
**More Template&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:UBC_Collab&amp;diff=212985</id>
		<title>Documentation:UBC Collab</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:UBC_Collab&amp;diff=212985"/>
		<updated>2013-01-14T22:29:48Z</updated>

		<summary type="html">&lt;p&gt;Michael: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Basic Theme (by Dec. 15)&lt;br /&gt;
CLF Area - Completed&lt;br /&gt;
Navigation - Completed&lt;br /&gt;
Side Navigation - in progress; waiting for sub-cat plugin&lt;br /&gt;
Breadcrumbs - Completed with Faculty name support &lt;br /&gt;
Carousel/Spotlight - 90% complete by Michael Ha&lt;br /&gt;
UBC Collab Theme (by Dec. 6?)&lt;br /&gt;
Frontpage Layout - 90% Completed&lt;br /&gt;
Import/Export of Theme Options&lt;br /&gt;
&lt;br /&gt;
Shortcode&lt;br /&gt;
All the plugins listed here should be available to all UBC CMS user by (jan17).&lt;br /&gt;
Loop - Done &lt;br /&gt;
https://github.com/ubc/loop-shortcode&lt;br /&gt;
&lt;br /&gt;
Tabs - Done &lt;br /&gt;
https://github.com/ubc/tabs-shortcode&lt;br /&gt;
&lt;br /&gt;
Feed - Done&lt;br /&gt;
https://github.com/ubc/feed-shortcode&lt;br /&gt;
&lt;br /&gt;
Column - Done&lt;br /&gt;
https://github.com/ubc/grid-columns&lt;br /&gt;
&lt;br /&gt;
Accordion - Done &lt;br /&gt;
https://github.com/ubc/accordion-shortcode&lt;br /&gt;
&lt;br /&gt;
More Template tag shortcodes - Done &lt;br /&gt;
https://github.com/ubc/more-template-tag-shortcodes&lt;br /&gt;
&lt;br /&gt;
Wiki Embed - Deferred till later date (Phase 2)&lt;br /&gt;
Plugins&lt;br /&gt;
Subpages Navigation -  Michael Kam to do prototyping and for Enej to insert into plug-in - Prototype completed&lt;br /&gt;
Gravity Forms - Completed - tested for responsivenes&lt;br /&gt;
Other&lt;br /&gt;
&lt;br /&gt;
Responsive Video - Work in Progress&lt;br /&gt;
&lt;br /&gt;
==Current Feature==&lt;br /&gt;
&lt;br /&gt;
==Upcoming Feature==&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:UBC_Collab&amp;diff=212984</id>
		<title>Documentation:UBC Collab</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:UBC_Collab&amp;diff=212984"/>
		<updated>2013-01-14T22:22:49Z</updated>

		<summary type="html">&lt;p&gt;Michael: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Basic Theme (by Dec. 15)&lt;br /&gt;
CLF Area - Completed&lt;br /&gt;
Navigation - Completed&lt;br /&gt;
Side Navigation - Completed&lt;br /&gt;
Breadcrumbs - Completed with Faculty name support &lt;br /&gt;
Carousel/Spotlight - 90% complete by Michael Ha&lt;br /&gt;
UBC Collab Theme (by Dec. 6?)&lt;br /&gt;
Frontpage Layout - 90% Completed&lt;br /&gt;
Shortcode&lt;br /&gt;
Loop - Done &lt;br /&gt;
https://github.com/ubc/loop-shortcode&lt;br /&gt;
&lt;br /&gt;
Tabs - Done &lt;br /&gt;
https://github.com/ubc/tabs-shortcode&lt;br /&gt;
&lt;br /&gt;
Feed - Done&lt;br /&gt;
https://github.com/ubc/feed-shortcode&lt;br /&gt;
&lt;br /&gt;
Column - Done&lt;br /&gt;
https://github.com/ubc/grid-columns&lt;br /&gt;
&lt;br /&gt;
Accordion - Done &lt;br /&gt;
https://github.com/ubc/accordion-shortcode&lt;br /&gt;
&lt;br /&gt;
More Template tag shortcodes - Done &lt;br /&gt;
https://github.com/ubc/more-template-tag-shortcodes&lt;br /&gt;
&lt;br /&gt;
Wiki Embed - Deferred till later date (Phase 2)&lt;br /&gt;
Plugins&lt;br /&gt;
Subpages Navigation -  Michael Kam to do prototyping and for Enej to insert into plug-in - Prototype completed&lt;br /&gt;
Gravity Forms - Completed - tested for responsivenes&lt;br /&gt;
Other&lt;br /&gt;
&lt;br /&gt;
Responsive Video - Work in Progress&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:UBC_Collab&amp;diff=212982</id>
		<title>Documentation:UBC Collab</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:UBC_Collab&amp;diff=212982"/>
		<updated>2013-01-14T22:17:16Z</updated>

		<summary type="html">&lt;p&gt;Michael: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An overview of the upcoming UBC Collab theme. The following features are now available.&lt;br /&gt;
&lt;br /&gt;
==Theme Options==&lt;br /&gt;
* CLF Area&lt;br /&gt;
* Navigation&lt;br /&gt;
* Side Navigation&lt;br /&gt;
* Breadcrumbs&lt;br /&gt;
* Carousel and Spotlight&lt;br /&gt;
* Frontpage&lt;br /&gt;
&lt;br /&gt;
==Shortcodes==&lt;br /&gt;
Shortcodes are present in the UBC Collab theme as plugins. &lt;br /&gt;
* Loop&lt;br /&gt;
* Tabs&lt;br /&gt;
* Feed&lt;br /&gt;
* Column&lt;br /&gt;
* Accordion&lt;br /&gt;
* More Template Tag&lt;br /&gt;
* Gravity Forms&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:UBC_Collab&amp;diff=212981</id>
		<title>Documentation:UBC Collab</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:UBC_Collab&amp;diff=212981"/>
		<updated>2013-01-14T22:14:33Z</updated>

		<summary type="html">&lt;p&gt;Michael: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An overview of the upcoming release of the UBC Collab theme. The following features are now available in the UBC Collab theme.&lt;br /&gt;
&lt;br /&gt;
==Theme Options==&lt;br /&gt;
* CLF Area&lt;br /&gt;
* Navigation&lt;br /&gt;
* Side Navigation&lt;br /&gt;
* Breadcrumbs&lt;br /&gt;
* Carousel and Spotlight&lt;br /&gt;
* Frontpage&lt;br /&gt;
&lt;br /&gt;
==Shortcodes==&lt;br /&gt;
Shortcodes are now available in plugins. The following plugins are now compatible with the UBC CLF Collab theme.&lt;br /&gt;
* Loop&lt;br /&gt;
* Tabs&lt;br /&gt;
* Feed&lt;br /&gt;
* Column&lt;br /&gt;
* Accordion&lt;br /&gt;
* More Template Tag&lt;br /&gt;
* Gravity Forms&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:UBC_Collab&amp;diff=212980</id>
		<title>Documentation:UBC Collab</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:UBC_Collab&amp;diff=212980"/>
		<updated>2013-01-14T22:06:19Z</updated>

		<summary type="html">&lt;p&gt;Michael: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Remaining Tasks===&lt;br /&gt;
&lt;br /&gt;
Basic Theme (by Dec. 15)&lt;br /&gt;
CLF Area - Completed&lt;br /&gt;
Navigation - Completed&lt;br /&gt;
Side Navigation - Completed&lt;br /&gt;
Breadcrumbs - Completed with Faculty name support &lt;br /&gt;
Carousel/Spotlight - 90% complete by Michael Ha&lt;br /&gt;
UBC Collab Theme (by Dec. 6?)&lt;br /&gt;
Frontpage Layout - 90% Completed&lt;br /&gt;
Shortcode&lt;br /&gt;
Loop - Done &lt;br /&gt;
https://github.com/ubc/loop-shortcode&lt;br /&gt;
&lt;br /&gt;
Tabs - Done &lt;br /&gt;
https://github.com/ubc/tabs-shortcode&lt;br /&gt;
&lt;br /&gt;
Feed - Done&lt;br /&gt;
https://github.com/ubc/feed-shortcode&lt;br /&gt;
&lt;br /&gt;
Column - Done&lt;br /&gt;
https://github.com/ubc/grid-columns&lt;br /&gt;
&lt;br /&gt;
Accordion - Done &lt;br /&gt;
https://github.com/ubc/accordion-shortcode&lt;br /&gt;
&lt;br /&gt;
More Template tag shortcodes - Done &lt;br /&gt;
https://github.com/ubc/more-template-tag-shortcodes&lt;br /&gt;
&lt;br /&gt;
Wiki Embed - Deferred till later date (Phase 2)&lt;br /&gt;
Plugins&lt;br /&gt;
Subpages Navigation -  Michael Kam to do prototyping and for Enej to insert into plug-in - Prototype completed&lt;br /&gt;
Gravity Forms - Completed - tested for responsivenes&lt;br /&gt;
Other&lt;br /&gt;
&lt;br /&gt;
Responsive Video - Work in Progress&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
&lt;br /&gt;
Enej away from Dec. 7 - Jan.&lt;br /&gt;
&lt;br /&gt;
Amir away from Dec. 15 - Jan. 7&lt;br /&gt;
&lt;br /&gt;
Michael Kam away from Christmas - Jan. 14&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:UBC_Collab&amp;diff=212979</id>
		<title>Documentation:UBC Collab</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:UBC_Collab&amp;diff=212979"/>
		<updated>2013-01-14T22:05:09Z</updated>

		<summary type="html">&lt;p&gt;Michael: Created page with &amp;quot;Basic Theme (by Dec. 15) CLF Area - Completed Navigation - Completed Side Navigation - Completed Breadcrumbs - Completed with Faculty name support  Carousel/Spotlight - 90% co...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Basic Theme (by Dec. 15)&lt;br /&gt;
CLF Area - Completed&lt;br /&gt;
Navigation - Completed&lt;br /&gt;
Side Navigation - Completed&lt;br /&gt;
Breadcrumbs - Completed with Faculty name support &lt;br /&gt;
Carousel/Spotlight - 90% complete by Michael Ha&lt;br /&gt;
UBC Collab Theme (by Dec. 6?)&lt;br /&gt;
Frontpage Layout - 90% Completed&lt;br /&gt;
Shortcode&lt;br /&gt;
Loop - Done &lt;br /&gt;
https://github.com/ubc/loop-shortcode&lt;br /&gt;
&lt;br /&gt;
Tabs - Done &lt;br /&gt;
https://github.com/ubc/tabs-shortcode&lt;br /&gt;
&lt;br /&gt;
Feed - Done&lt;br /&gt;
https://github.com/ubc/feed-shortcode&lt;br /&gt;
&lt;br /&gt;
Column - Done&lt;br /&gt;
https://github.com/ubc/grid-columns&lt;br /&gt;
&lt;br /&gt;
Accordion - Done &lt;br /&gt;
https://github.com/ubc/accordion-shortcode&lt;br /&gt;
&lt;br /&gt;
More Template tag shortcodes - Done &lt;br /&gt;
https://github.com/ubc/more-template-tag-shortcodes&lt;br /&gt;
&lt;br /&gt;
Wiki Embed - Deferred till later date (Phase 2)&lt;br /&gt;
Plugins&lt;br /&gt;
Subpages Navigation -  Michael Kam to do prototyping and for Enej to insert into plug-in - Prototype completed&lt;br /&gt;
Gravity Forms - Completed - tested for responsivenes&lt;br /&gt;
Other&lt;br /&gt;
&lt;br /&gt;
Responsive Video - Work in Progress&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
&lt;br /&gt;
Enej away from Dec. 7 - Jan.&lt;br /&gt;
&lt;br /&gt;
Amir away from Dec. 15 - Jan. 7&lt;br /&gt;
&lt;br /&gt;
Michael Kam away from Christmas - Jan. 14&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Sandbox:Carpool&amp;diff=211132</id>
		<title>Sandbox:Carpool</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Sandbox:Carpool&amp;diff=211132"/>
		<updated>2012-12-13T20:53:55Z</updated>

		<summary type="html">&lt;p&gt;Michael: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Destination:  2195 Commercial Drive, Vancouver, BC V5N 5K1, Canada&lt;br /&gt;
&lt;br /&gt;
=Vehicles Available=&lt;br /&gt;
&lt;br /&gt;
Please add your name to one of the vehicles below.  Add your car if you have one too!&lt;br /&gt;
&lt;br /&gt;
==Alison - 2011 Mercedes B200 - 4 seats available (1 heated, 3 non-heated)==&lt;br /&gt;
&#039;&#039;This car will leave early - at 3:30pm; The driver will  leave IKBLC at 3:25pm&#039;&#039;&lt;br /&gt;
*Kalev (heated)&lt;br /&gt;
*Jon&lt;br /&gt;
*Joe&lt;br /&gt;
*Mischa&lt;br /&gt;
&lt;br /&gt;
==Juanitta - 2013 Hyundai Elantra - 4 seats available (3 heated)==&lt;br /&gt;
* Tammy &lt;br /&gt;
* Anna&lt;br /&gt;
* Andrea&lt;br /&gt;
*&lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
==Michael Ha - 2010 Mazda 3==&lt;br /&gt;
* Michael Ha&lt;br /&gt;
*&lt;br /&gt;
*&lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
==Vitaly - 2001 Toyta Rav4 (AWD) - 4 leather seats available==&lt;br /&gt;
Departure: [http://www.maps.ubc.ca/PROD/index_detail.php?show=y,n,n,n,y,y&amp;amp;bldg2Search=n&amp;amp;locat1=792&amp;amp;locat2=#showMapLocal North Parkaide] lot (phone if you are late: 604-374-4374)&lt;br /&gt;
&lt;br /&gt;
Departure time: &#039;&#039;&#039;3:45pm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Check-in / baggage drop-off closed at &#039;&#039;&#039;3:35pm.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Vitaly (pilot)&lt;br /&gt;
* John (first-class / co-pilot / navigation / steward)&lt;br /&gt;
* ___________ (behind driver with limited front view / tinted window on left side / close to left speaker)&lt;br /&gt;
* ___________ (unlimited front view)&lt;br /&gt;
* ___________ (behind co-pilot with limited front view / tinted window  on right side / close to right speaker)&lt;br /&gt;
&lt;br /&gt;
No smoking on board.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;After event:&#039;&#039;&#039;&lt;br /&gt;
Will accomodate route changes to drop-off in Vancouver East/South ([https://maps.google.com/maps?saddr=BC-7+W&amp;amp;daddr=49.2635602,-123.1385597+to:49.2060518,-123.1406789+to:49.213225,-123.0660428+to:Commercial+Dr&amp;amp;hl=en&amp;amp;ll=49.239009,-123.101978&amp;amp;spn=0.084956,0.221786&amp;amp;sll=49.234301,-123.102837&amp;amp;sspn=0.084964,0.221786&amp;amp;geocode=FQCv7wIdQxiq-A%3BFciz7wIdAQ6p-ClTrQ-cx3OGVDHj5hL-vXe_FQ%3BFSPT7gIdugWp-Cnjpynj6nSGVDG8a_ws32H4-w%3BFSnv7gIdRimq-ClpzNtfNHSGVDEL8AMeiMccHA%3BFde67wId-Bqq-A&amp;amp;oq=8892+&amp;amp;mra=dvme&amp;amp;mrsp=2&amp;amp;sz=13&amp;amp;via=1,2,3&amp;amp;t=m&amp;amp;z=13 squared to Commercial Dr. / SE Marine Dr. / Granville Str. / Broadway Str.] +/- 10 blocks).&lt;br /&gt;
&lt;br /&gt;
Departure time: uncertain (between &#039;&#039;&#039;7:45pm&#039;&#039;&#039; and &#039;&#039;&#039;8:45pm&#039;&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
* ___________ (trunk for those who can&#039;t seat upright)&lt;br /&gt;
* ___________ (first-class / co-pilot / navigation / steward)&lt;br /&gt;
* ___________ (behind driver with limited front view / tinted window on left side / close to left speaker)&lt;br /&gt;
* ___________ (unlimited front view)&lt;br /&gt;
* ___________ (behind co-pilot with limited front view / tinted window  on right side / close to right speaker)&lt;br /&gt;
&lt;br /&gt;
==Translink 99 B-Line - New Flyer Articulated Low-Floor Diesel-Electric Hybrid E60LFR - 48 seats (115 max) - bike rack equipped ==&lt;br /&gt;
* Scott at meeting until 4:00 pm.&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:Connect/Known_Issues,_Gotchas_and_Workarounds_for_ISS_and_Support_Staff&amp;diff=191944</id>
		<title>Documentation:Connect/Known Issues, Gotchas and Workarounds for ISS and Support Staff</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:Connect/Known_Issues,_Gotchas_and_Workarounds_for_ISS_and_Support_Staff&amp;diff=191944"/>
		<updated>2012-09-21T23:06:17Z</updated>

		<summary type="html">&lt;p&gt;Michael: Created page with &amp;quot;==ISS/Support Staff==  &amp;lt;dpl&amp;gt;  titlematch=Connect/Known Issues, Gotchas and Workarounds/% format= ,\n include=* category=Connect Known Issues for ISS  &amp;lt;/dpl&amp;gt;&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==ISS/Support Staff==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dpl&amp;gt; &lt;br /&gt;
titlematch=Connect/Known Issues, Gotchas and Workarounds/%&lt;br /&gt;
format= ,\n&lt;br /&gt;
include=*&lt;br /&gt;
category=Connect Known Issues for ISS&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/dpl&amp;gt;&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:Connect/Known_Issues,_Gotchas_and_Workarounds_for_Students&amp;diff=191943</id>
		<title>Documentation:Connect/Known Issues, Gotchas and Workarounds for Students</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:Connect/Known_Issues,_Gotchas_and_Workarounds_for_Students&amp;diff=191943"/>
		<updated>2012-09-21T23:01:18Z</updated>

		<summary type="html">&lt;p&gt;Michael: Created page with &amp;quot;&amp;lt;dpl&amp;gt;  titlematch=Connect/Known Issues, Gotchas and Workarounds/% format= ,\n include=* category=Connect Known Issues for Students &amp;lt;/dpl&amp;gt;&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;dpl&amp;gt; &lt;br /&gt;
titlematch=Connect/Known Issues, Gotchas and Workarounds/%&lt;br /&gt;
format= ,\n&lt;br /&gt;
include=*&lt;br /&gt;
category=Connect Known Issues for Students&lt;br /&gt;
&amp;lt;/dpl&amp;gt;&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:Connect/Known_Issues,_Gotchas_and_Workarounds_for_Instructors&amp;diff=191938</id>
		<title>Documentation:Connect/Known Issues, Gotchas and Workarounds for Instructors</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:Connect/Known_Issues,_Gotchas_and_Workarounds_for_Instructors&amp;diff=191938"/>
		<updated>2012-09-21T22:57:32Z</updated>

		<summary type="html">&lt;p&gt;Michael: Created page with &amp;quot;&amp;lt;dpl&amp;gt;  titlematch=Connect/Known Issues, Gotchas and Workarounds/% format= ,\n include=* category=Connect Known Issues for Instructors &amp;lt;/dpl&amp;gt;&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;dpl&amp;gt; &lt;br /&gt;
titlematch=Connect/Known Issues, Gotchas and Workarounds/%&lt;br /&gt;
format= ,\n&lt;br /&gt;
include=*&lt;br /&gt;
category=Connect Known Issues for Instructors&lt;br /&gt;
&amp;lt;/dpl&amp;gt;&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Elearning:Technology_Support_Contacts&amp;diff=189383</id>
		<title>Elearning:Technology Support Contacts</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Elearning:Technology_Support_Contacts&amp;diff=189383"/>
		<updated>2012-09-05T18:00:57Z</updated>

		<summary type="html">&lt;p&gt;Michael: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Need technical help with a specific tool?&lt;br /&gt;
&lt;br /&gt;
Send a message to the following:&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;&#039;&#039;Connect&#039;&#039;/WebCT Vista:&#039;&#039;&#039; See [http://www.elearning.ubc.ca/training-support/contacts Contacts] and get in touch with your Faculty&#039;s Instructional Support Unit.&lt;br /&gt;
*&#039;&#039;&#039;Blogs:&#039;&#039;&#039; [mailto:weblogsupport@exchange.ubc.ca weblogsupport@exchange.ubc.ca]&lt;br /&gt;
*&#039;&#039;&#039;Clickers:&#039;&#039;&#039; [mailto:clicker.support@ubc.ca clicker.support@ubc.ca]&lt;br /&gt;
*&#039;&#039;&#039;CMS:&#039;&#039;&#039; [mailto:cms.support@ubc.ca cms.support@ubc.ca]&lt;br /&gt;
*&#039;&#039;&#039;iPeer:&#039;&#039;&#039; [mailto:ipeer.support@ubc.ca ipeer.support@ubc.ca]&lt;br /&gt;
*&#039;&#039;&#039;Turnitin:&#039;&#039;&#039; [mailto:turnitin.support@ubc.ca turnitin.support@ubc.ca]&lt;br /&gt;
*&#039;&#039;&#039;WeBWork:&#039;&#039;&#039; [mailto:webwork.support@ubc.ca webwork.support@ubc.ca]&lt;br /&gt;
*&#039;&#039;&#039;Wiki:&#039;&#039;&#039; [mailto:wikisupport@exchange.ubc.ca wikisupport@exchange.ubc.ca]&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
</feed>