Add “Type” field in Faculty retrieval

They “type” database field was added while setting up two new Faculty groups:“Honorable” and “Former” Faculty All existing facutly are considered “Active” faculty. To prevent “Honorable” and “Former” Faculty being retrieved as Active faculty, the existing Faculty group retrieval SQLs should include “type” as part of searching criteria. Update the following Faculty lists to include … Read more

Intranet: Course Editing Issue

It was found that after editing a course in backend, the frontend page required courses lists no longer show up. This is the course edited: Professional Ethics (login required)courseid: 130; code: FCD 300 The course list on the following page needs to be corrected:Career Development and TCM Energetics Required courses missing Career Development and TCM Energetics Resolving the … Read more

iFrame and CSS conflict

The form embeded on this page by inserting JavaScript codes in HTML element does not display in full width as expected Frontend page: Future Students — -copy Backend page: Backend editing interface The JavaScript codes embeded in the HTML element at the bottom row: <script>(function(){document.write(‘<iframe title=”Apply 2025″ frameborder=”0″ width=”100%” height=”1200px” src=”https://embed-forms.451.io/?formId=fivebranches.forms.7710&apiUrl=https%3A%2F%2Ffivebranches.api.451.io%2Fv2%2F&accessToken=e3g6PjWAv6uzdwvAgyfLYwSWgf8ssh5s5XQMW1S0&featureToken=YLQHKRFCwQh48BHDgBrlvslq5BDOEG67rE35lYrd&analyticsToken=5GgvlBG7wy35V2St48NZO24MsW0rVJP7VIB17yzU&sourceUrl=’+encodeURIComponent(window.location.href)+'”></iframe>’);})();</script> It was found that the … Read more

IntraApps v2 enhancement on Faculty & Clinic

While working on “Adding two more Faculty types”, more features were implemented on the existing IntraApps (v2) module. This step can be considered as a basis for migrating all Intranet apps (or IntraApps v1) to the new IntraApps v2 module, mainly to drop the old Smarty Template engine. As of 10/31/2024, the following features are … Read more

Alumni: Fix Employers Job Posting form issues

It was found that a hidden field was not hidden and an extra email field was appended to the form. The culprit was later found to be the compatibility issue between Gravity Form (v 2.8.18) and Gravity Forms Material Design plugin (the latest version 6.6). The look and feel conflict issue was resolved on 10/13/2024, … Read more