Faculty: Rename Degree name from “DTCM/MTCM Program” to “Graduate Programs”
Rename the display name for Faculty Degree Change it from “DTCM/MTCM Program” to “Graduate Programs”
Rename the display name for Faculty Degree Change it from “DTCM/MTCM Program” to “Graduate Programs”
Current Status: Waiting for FBU staff to initiate the process… It was found that there is a discrepancy on the number of faculty to show on Faculty related pages. Based on how the database query is built, the number of of faculty to show on Faculty related pages varies as well. The most reliable way … Read more
Frontend did not reflect the updates.
Encounter SQL Error message when adding a new Faculty member It was found that there was a mismatched parameter pair in the SQL statement for adding a new record. After fixing the pair, problem solved.
Custom existing shortcode and provide parameter to set language For English age: [pap_faculty_chairs language=”en“] For Chinese age: [pap_faculty_chairs language=”zh“] Retrieve and display on Faculty who are the Chair of a department: Selection criteria: display = “Y” ischair = 1 language LIKE ‘%en%’ or ‘%zh%’ Sorting: English page: sort by English Last name, First name ASC … Read more
To provide more info related to a faculty who is the Chair of a department. A new data field “chair_desc” was added after “ischair” (last) data field. It’s implemented on 8/8/2022.
To better monitor the Faculty photo status, the photo field is included in the table. If that field (or column in the table) is blank, there is no photo assigned to that particular Faculty member.
Faculty photo is stored in the “photo” data field of the Faculty table. If that field is blank, it will display default avatar photo on the frontend pages. Even with photo file in the data field, still, it should be verified if the image file does exist on the server. Use the “Search for Faculty” … Read more
There are some relations between Faculty and Clinic Faculty tables For any record in the Clinic Faculty table, it should have a mapped Faculty ID exists in the Faculty table. There are First name and Last name fields in the Clinic Faculty table. But to simplify record maintenance purpose, they will not be used. Instead, … Read more
There are a good number of Course records that should be either removed or updated. The “Search for Courses” page can be used to verify if a Course record is in good condition. There are up to 6 selection criteria that can be used to narrow (filter out) Course records for easy checking. Search for … Read more