Status: Closed; Priority: N/A
Fixed
- Select staff by letter does not work
- Staff members listing not in right order
- Remove the “Inner Menu” section
- Add “First name” to the sorting criteria
Sort by Last name + First name in Ascending order - Remove the remaining Inner Menu Title
Page layout: Check out the links below
- Faculty – Tablet | Mobile | Reference site (No Reference for popup windows)
New Page – Old Page
Build the dropdown list from the Menu list “Faculty / Practitioner List” defined in WordPress Menu section
To fix
Fixed:
- Remove the “Inner Menu” section
- Add “First name” to the sorting criteria, make it
Sort the list by “Last name” + “First name”
Fixed:
Menu Title is part of the “Inner Menu”, it should be removed as well
12 thoughts on “Faculty – All Teaching Faculty”
Ready for development
Done
Fix staff member order
Unless otherwise specified, list always sort by Last name in Ascending order
Hi,
Fixed, now the list is ordered by the Last name
The letter selection does not work.
When A (or other letter) is clicked, the selected staff members are not right.
Fixed, now you will select any letter it will consider last name letter
An SQL query is like that
SELECT * FROM fbu_faculty WHERE 1 AND `lastname` LIKE ‘D%’ AND display = ‘Y’ AND language LIKE ‘%en%’ ORDER BY lastname ASC
please check the query and let me know if any issue or query
Also, I have noticed some members show two times because they have a two-time entry in the database https://nimb.ws/jvznNg
Check the “To fix” section above
Done
On hold to sort out the duplicated staff members issue
Remove the “Inner Menu” Menu Title
Done
On hold for solving the duplicated staff members issue