Clinic Faculty: Access names directly from its table instead of from faculty table

To decouple the relation between “Faculty” (fbu_faculty)  and “Clinic Faculty” (fbu_clinic_faculty) tables, instead of retriving Names from mapped Faculty record (fbu_faculty), retrieve directly from Names of its own (fbu_clinic_faculty) table, to display on the frontend Health Center pages. If the name is not available, leave it blank. NOT to retrieve it from the corresponing record … Read more

Alumni: Set up Log In/Out options

After restricting users to only those who signed up with FBU email account, the login process behave different from regular WordPress login processes. Set up menu option such that Show “Log In” option if a user has not logged. And hide that option once logged in. Hide “Log Out” option befor a user logging in. … Read more

Clinic Faculty: Change display criteria

Display Practitioners on both locations San Jose and Santa Cruz both Languages: English and Chinese Only if the Practitioner’s “Active” field in the Clinic Faculty table is set to “Yes”. Ignore the “Suspend” field setting in its corresponding record in Faculty table. Clinic Faculty table Faculty Table Test case: Chen Ping (Joanna) Chao: Faculty ID: … Read more

Retrieve the latest posts as featured posts on the homepage

Instead of retrieving Post ID from FBU settings, retrieving the latest post of the corresponding Category as the Featured Post for the Homepage. Both English and Chinese sites have their own latest posts. So retrieve correctly on each language. Featured posts on the Homepage Current posts to retrieve from New request: The latest post of … Read more

Alumni: Read both hidden & regular fields for Employer Job Posting

There are 3 data fields that we are migrating from Rich Text Editor to Pure Text Editor. They are: About the Employer Job Description Qualifications To keep the existing collected records, we keep the original Rich Text Editor fields, but make it hidden (no longer visible to users while posting new Career Opportunities). But codes … Read more

Enhance Clinic Practitioners Selection and Display Criteria

Selection Criteria: Not to select if the ‘display” field in the fbu_faculty table is not “Y” Not to select if the ‘language” field in the fbu_faculty table does not contain the corresponding language code, for example: On the Chinese version of a Clinic Practitioners page, the ‘language’ field should contain the language code ‘zh‘ and … Read more