Doctoral Level CEUs for courses not expired

Implemented: Add date filter to retrieve and display only courses that are not expired Content from database:Retrieve courses from table “fbu_extcal_courses“ Example SQL:Update the existing SQL to ‘enddate‘ > today (courses that are not expired)  $fbu_extcal_query = ” SELECT * FROM fbu_extcal_courses WHERE programs LIKE ‘%500%’ AND display = ‘Y’ AND language LIKE ‘%$language_nm%’ AND … Read more

404 Page: Fix the missing 404 page

Status: Closed; Priority: N/A Fixed: The 404 (not found) page is not the specified 404 page Current Permalink is no longer “Plain” (default: /?p=123).The 404 page should work as expected. Standard 404 Error page design (done)Error Message – 404 page contentNew page: No such page – Old page: No such pageReference page: No such page To fix: 404 Message

Doctoral Level CEUs (DAOM)

Content from database:Retrieve courses from table “fbu_extcal_courses“ Example SQL for Chinese page, date is temporary for testing purpose. Final date criterion could be ‘enddate’ > today SELECT * FROM `fbu_extcal_courses` WHERE `programs` LIKE ‘%500%’ AND `display` = “Y” AND `language` LIKE “%zh%” AND `startdate` > ‘2021-01-01’ Sort by startdate DESC Data fields used in the pagetitleinstructorbutton [location]dateandtimecosthours / … Read more

Sidemenu: Position off

Status: Closed; Priority: N/A Page to check: Admissions (DTCM/MTCM Program 1) Spec requested Sidemenu yellow bar overlaps the Hero image https://tracking.fivebranches.edu/preview/admissions-process.html To fix Fixed: Sidemenu yellow bar below the Hero image Sidemenu yellow bar bottom line is not align with the bottom line of the Hero image

Inner Menu: Fix the multiple highlighted bar

Status: Closed; Priority: N/A There should be only ONE highlighted yellow bar for every page. Pages to check: https://www.fivebranches.edu/?page_id=26277 https://www.fivebranches.edu/?page_id=25690 https://www.fivebranches.edu/?page_id=25740 Fixed Fixed Fixed No highlighted bar on the 3rd level pages Fixed

Faculty: Chinese version for all Faculty pages on dropdown list

Status: Closed: Priority: N/A Created the Chinese version of  all  pages on the “Faculty / Practitioner List” from their English counter pages Chinese version: All Teaching Faculty:https://www.fivebranches.edu/?page_id=26004&lang=zh-hant DTCM/MTCM Faculty:https://www.fivebranches.edu/?page_id=27879&lang=zh-hant DTCM/DAc Bridge Faculty:https://www.fivebranches.edu/?page_id=27884&lang=zh-hant DAOM Faculty:https://www.fivebranches.edu/?page_id=26306&lang=zh-hant Clinic Practitioners – San Jose:https://www.fivebranches.edu/?page_id=27894&lang=zh-hant Clinic Practitioners – Santa Cruz:https://www.fivebranches.edu/?page_id=56074&lang=zh-hant Retired Faculty:https://www.fivebranches.edu/?page_id=27897&lang=zh-hant Reference English page: All Teaching Faculty:https://www.fivebranches.edu/?page_id=25608 DTCM/MTCM Faculty:https://www.fivebranches.edu/?page_id=27168 DTCM/DAc … Read more

Faculty: Display multiple Programs for all Faculty related pages

Status: Closed; Priority: N/A For all Faculty members, if they teach in multiple Programs, display all their Programs in their expanded Profile window. Start from pages on the Faculty / Practitioner List en: Faculty / Practitioner List All Teaching Faculty: https://www.fivebranches.edu/?page_id=25608 DTCM/MTCM Faculty: https://www.fivebranches.edu/?page_id=27168 DTCM/DAc Bridge Faculty: https://www.fivebranches.edu/?page_id=27171 DAOM Faculty: https://www.fivebranches.edu/?page_id=25798 Clinic Practitioners – San … Read more

Faculty: DAOM Faculty (Chinese version)

Status: Closed; Priority: N/A Created the Chinese version of  “DAOM Faculty” page from its English counter page Chinese version: https://www.fivebranches.edu/?page_id=26306&lang=zh-hant Reference English page: https://www.fivebranches.edu/?page_id=25798 Display all Faculty members from  Doctorate & PhD = (degreeid = 2) (See screenshot below) With the common conditions like display = ‘Y’ AND language LIKE ‘%zh%’ ORDER BY lastname+firstname ASC … Read more