Alumni – CEU – Add Sidebar to its related pages/posts

Add the Sidebar to Single pages of CEU courses. The Sidebar content the latest (from today to the future) 15 courses, with titles and links Add a border line to separate Main Content and Sidebar. Duplicate the kind of border used in Alumni News single post. Add Sidebar to Single page Sidebar Page Layout Refer to the … Read more

Clinic Faculty: Add “level” data field to and display accordingly from this table

Add “level” data field to Clinic Faculty table so that that data will be available to display on the Helath Center pages without referring to the Faculty table. The SQL statements of the Helath Center pages should not involve Faculty table. Practitioners WITHOUT “Professor / Instructor / …” Practitioners WITH “Professor / Instructor / …”

Clinic Faculty: Add “language” field to the table

The “language” field is needed to indicate which (or both) language pages to display on Health Center pages. Clinic Faculty table is now a complete, self-contained table for Health Center pages. “language” field used in Faculty table. “language” field used in Clinic Faculty table. “language” field Editing UI is ready.

Fix: Community Events Calendar Page Error

The link to Community Services Events page caused 404 Not Found Error. https://www.fivebranches.edu/events/category/community-services/ After adding “Community Services” Event Category, the page responds properly without causing 404 Not Found error. “Community Services” category added.

Display frontend Health Center pages with photos from Clinic Faculty table

To decouple “Clinic Faculty” table from “Faculty” table, photos to be displayed on the frontend Health Center pages, from now on, should be retrieved from “photo” field in the “Clinic Faculty” table. Photos are stored under /portrait folder with naming convention as follows: cfxxx.png or cfxxx.png ( cf1.png, cf22.jpg, cf345.png) xxx: the facultyID from 1 … Read more

Fix: Faculty & Clinic Faculty display sorting order on last name + first name

For Faculty & Practitioners with the same last name, the sorting criteria should also apply to the first name. To get around the issue caused by the trilingual data fields, an extra step to create a temporary array for sorting purpose is implemented to resolve the issue. Clinic Practitioners – San Jose All Teaching Faculty … Read more