Tracking site: restructure its site from a Main Website to a Subdomain website

Tracking site was originally set up as a website (according to the hosting server structure) of its own. After the domain DNS (fivebranches.edu) was moved to the hosting server, it should be structured as a subdomain website (tracking.fivebranches.edu) of that main website. The hosting company support did the restructure. But it was found that for … Read more

Fix the “Add new post” and “Add new image” issue for fivebranches.org site

It was found that there is issues in  “Add new post” and “Add new image” features. They can be added in the backend at the beginning, but then the new post and new image are not available later on. It was found that several tables were not imported or duplicated properly in the fivebranches.org when … Read more

Homepage: Customize Featured Posts

Convert the currently static content to a dynamic content on the Homepage Featured Posts section.. Set up a new section on FBU Settings admin page where the Editor can enter 3 Post IDs. Program will then retrieve the content of those 3 posts and its related Category info, display it on the corresponding column on the … Read more

IntraApps: Faculty – Display Chair department description on Chair pages

Custom existing shortcode and provide parameter to set language For English age: [pap_faculty_chairs language=”en“] For Chinese age: [pap_faculty_chairs language=”zh“] Retrieve and display on Faculty who are the Chair of a department: Selection criteria: display = “Y” ischair = 1 language LIKE ‘%en%’ or ‘%zh%’ Sorting: English page: sort by English Last name, First name ASC … Read more

Ext-Cal: Set up shortcode to take specified parameters

Create a shortcode for the Editor to provide specified Course selection criteria and display it to the designated content block of the page under development or maintenance. Shortcode specs: [wpos_fbu_extcal program=”xxx” location=”yyy” language=”zzz“] xxx: the Program code from fbu_ext_programs table; 100, 200, etc. yyy: the location code from fbu_ext_location table; SJ, SC, etc. zzz: the … Read more