Resolve IntraApps Faculty & Practitioner tables Update issue

It was found that the “Add new” function on both Faculty (fbu_faculty table) & Practitioner (fbu_clinic_faculty table) would encounter “SQL Error”. Both “Add new” function program have been modified to take new data fields into consideration, and adjust somedatabase related settings. The “Add new” function now works on both Faculty and Practitioner tables. For those … Read more

Fix IntraApps access issue

It was found that, after migrating to the new server, the IntraApps could not be accessed. After migrating to a new server, the WordPress database settings have been changed. The IntraApps, being a non-WordPress app, was not covered by the Migration Team of the hosting company, so it could not access the required database. As … Read more

Faculty Profile not Showing Up

Issue: Added a new Faculty to Clinic Faculty table, but not showing up on the frontend page. It was found that there are 3 Faculty IDs assigned to the same faculty. After the Mapped Faculty ID is properly mapped, the issue is resolved. Case 1: Faculty ID = 525 Case 2: Faculty ID = 600 … Read more

IntraApps: Faculty – Display Chair department description on Chair pages

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