Profiles Manual

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.

Note that profile pictures that have already been uploaded will not be adjusted automatically if you change the size settings, so it's best to decide on a size before profiles are added.

In settings you can also adjust the Profile View and the List View.

For more information see the Wiki at : http://wiki.ubc.ca/Documentation:UBC_Content_Management_System/Managing_People_Profiles_and_Directories

Go to Profiles > Add New
Fill in the Name, the Bio and upload a picture at 125 by 135px.

Go to Profiles. Search for the profile you want to edit by either first or last name.
Click edit underneath. Edit Bio or upload new picture at 125 by 135px.

[profile] shortcode

The [profile] shortcode can be used to display a single profile. usage: [profile person="slug"] where slug typically is of the format firstname-lastname

By default, it will display the full profile view (as configured at Profiles -> Settings -> Profile View), but you can also pass in the parameter display="list" to show the list view instead. example: [profile person="bob-smith" display="list"] will show Bob Smith's profile and display the list view only rather than the full view.

[profilelist] shortcode

The [profilelist] shortcode enables you to display lists of people anywhere on the site.

By default it will display all the profiles, and it will use the list view (as configured at Profiles -> Settings -> List View)