IntraApps: Set up shortcode verification page
This verification page is used to verify if the Courses displayed on the frontend matches the parameters assigned to the shortcode: [wpos_fbu_extcal program=”xxx” location=”yyy” language=”zzz”]
This verification page is used to verify if the Courses displayed on the frontend matches the parameters assigned to the shortcode: [wpos_fbu_extcal program=”xxx” location=”yyy” language=”zzz”]
IntraApps are restricted pages where only logged in users can access. If you have a given link to the page inside IntraApps, you will need to log in first. But after logged in, you are stuck in the IntraApps homepage, not the page you originally intended to visit. After this feature is implemented, you will … Read more
Issue: When the textarea type (in this particular case, description field) of input is modified, users will be prompted with Warning message like: Leave site? Changes you made may not be saved. (as shown on the screenshots below) To fix: Remove the warning message since the update has actually been made in the database after … Read more
It was found that there were several issues with Ext-Cal Configuration UI. For example, while setting Location, when “Online” was entered, it stored “Onlin“. Later on it was found the Location code was limited to 5. It’s now increased to 10. There is a typo on the Navigation section. “language” was displayed as “lanaguage” It … Read more
Implement the feature to assign a course to multiple programs instead of just one.
Implemented: A duplicated “dev” site was set up for development purpose
Customize existing codes to restore back 3-level Course structure Degree (or Program) – Department – Course After Course structure is restored to original 3-level structure, the course will again become one-to-one relation with Department / Degree. It cannot be assigned to multiple Degrees / Departments. Course Search: Restore 3-level design dropdown list Course Details: Restore … Read more
Implemented: The existing design is set at 3-levels:Degree – Department -Course The new design will be only 2-level for more flexibilityProgram – Course There are 3 UIs to modify Course Search: This is the default page of the whole IntraApps.In the new design, display only Program (internally named Degree) on the dropdown list for the … Read more
Implemented: Remove “Continuing Education” field Remove “Massage Certificate”, “Medical Qigong”, Mind-Body Medicine” under “Applied Programs” Replace those three categories under “Applied Programs” with a text box for flexible Program title that editor come up with. Remove “Objectives” field Create a shortcode to build content for non-“Doctoral CEUs” courses – the courses with above “Doctoral CEUs” … Read more
To simplify maintenance and prevent duplication, not to use the name on the fbu_clinic_faculty table. Retrieve names from fbu_faculty table instead. Do not make any changes on database table. Just retrieve names from fbu_faculty table only.Not to use name fields on fbu_clinic_faculty table. Corresponding name fields on both tables Clinic Faculty table Faculty table … Read more