Footer: Set the Copyright year dynamic

Currently the Copyright year on the first column of Footer is a static year. Meaning it will require editor to get in every year to update it. As you can see, it displays 2021 now. It’s year 2022 now. Make it a dynamic content so that it will be updated automatically every year. Fixed It … Read more

IntraApps: Remove Korean degree from dropdown lists

Remove Korean degree (Master in Oriental Medicine; Degree ID=6) related departments from various dropdown list Pages with Korean degree related dropdown lists: Degree List Course List Faculty List Extension Calendar List Degree List Live page Before After Course List Live page Before After “Master in Oriental Medicine” and “Retired” related are removed. Faculty List Live … Read more

IntraApps: Fix the broken input area from UIs

Locate pages with input area where it breaks out of its content box Pages with Korean fields: Editing Faculty: Faculty List – Faculty Category (select any Department) – Click any Faculty ID (done) Editing Degree: Degree/Dept. – Check any radio button on the first column – Click “Edit selected” button (not needed) Editing Department: Degree/Dept. … Read more

IntraApps: Remove Korean fields from UIs

Locate pages with Korean fields and remove it from UIs Pages with Korean fields: Editing Faculty: Faculty List – Faculty Category (select any Department) – Click any Faculty IDExample page (done) Editing Degree: Degree/Dept. – Check any radio button on the first column – Click “Edit selected” button (done) Editing Department: Degree/Dept. – Click any … Read more

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

Remove the overwritten of bullet list by ElementsKit widget

Current customized content built with ElementsKit can be replaced by Elementor accordion widget. Remove the ElementsKit settings that overwrite Intranet TinyMCE editor settings. If it is a unordered list created in Intranet TinyMCE editor, it should be displayed as such. BackendIntranet: Extension Calendar – Programs / Doctroal CEUs – General => 中藥針灸戒斷藥物成癮的簡介 – click the link  5/15/22 … Read more