Course Listing/Look Up Options ​
ACEweb provides several course listing/look up options:
- Grouping View - courses grouped by the Grouping codes added to the courses.
- Location View - courses grouped by location (can also be grouped by building or city/state)
- Instructor View - courses grouped by Instructor
- All Courses - all courses listing
- Course Search - keyword or advanced search
The default template set has links to the Group, Location, City/State, Instructor, and All Courses look up options. If you don't want to provide a look up option to your users, you will need to remove it from the templates (e.g. home.htm, standard.htm, minimal.htm, sitemap.htm, and/or xwelcome.htm).
The default look up option is by course groups. If you want to use another default view, such as the Location view, you may need to edit the look up link on other templates.
Options ​
- Tile Layout (optional module) - course groups in a Tile (Card) layout.
- Calendar View (optional module) - courses in a monthly calendar
Contract/Private Training ​
You also have the option to hide a group (or a specific course) from the general ACEweb listings, then send the group link to the contact person for placing on their website. Their employees will be able to view/enroll in the available courses in the group.
Custom Lookup URLs ​
You can create custom URLs to return a specific set of courses. For example, the Check for Other Dates link on the default XCourseStatus.htm template returns courses that have the same catalog code as the one the user is viewing, excluding that course:
ShowSchedule.awp?&Criteria=cocatcode=['+tCat.caCode+']+AND+NOT+
cocrse=['+tCourse.cocrse+']&Title=Other+Dates
Another option is to return certain course types.
Returns all current Donation type courses:
ShowSchedule.awp?&Criteria=cotype=[Donation]&Title=Make+A+Donation
Returns all current Membership type courses:
ShowSchedule.awp?&Criteria=cotype=[Membership]&Title=Become+A+Member
For more information about custom lookup URLs, please contact your ACEware technician.
Course Listing Page ​
The course listing page is built from the XShowSchedule.htm template.
The listing table's contents is determined by the ScheduleFields INIÂ for the Currently Scheduled tab and AsyncFields INI for the Memberships/Donations tab. Display of the Not Currently Scheduled tab is optional.
You can create custom XShowSchedule templates.
You can use a ShowSchedule.ini file to customize the ScheduleFields and AsyncFields INI for default and custom XShowSchedule.htm templates. ShowSchedule.ini values will override the ScheduleFields and AsyncFields INIÂ settings in the ACEweb.ini.