Resolve Intranet: Faculty Licenses & Degrees update issue
Frontend did not reflect the updates.
Frontend did not reflect the updates.
Currently the messages are as follows if nothing found: SEARCH RESULTS No faculty members were found. Change your selection criterion? Display in Chinese as follows: 搜尋結果 查無教師資料,改變搜尋的條件?
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.
This is the tool created to easily and conveniently monitor Clinic Faculty record status for maintenance or redesign purposes.
Status: Closed; Priority: N/A Added a new data field (ch_names) to hold combined Chinese names (Last name + First name) and sort on this new column by the stroke number of its Chinese names. Create a new data field (ch_names) in the Faculty table (fbu_faculty) Set up the Faculty table properly for Chinese character sorting … Read more
Status: Closed; Priority: N/A When the user clicks on any letter, display message to the user indicating the “Not found” search result. Just display text message: “No faculty members were found. Change your selection criterion?” Apply it to all Faculty related pages. Can be checked on each and every page on the “Faculty / Practitioner … Read more
Status: Closed; Priority: N/A Fixed: Add the missing “Program Title” to every Faculty member on all Faculty related pages Use a separate “Program Title” set Page layout: Check out the links below Faculty – Tablet | Mobile | Reference site (No Reference for popup windows) New Page – Old Page Use the following new “Program Title” set to display on the Faculty member: degree … Read more