Tuesday, November 17, 2009
A new Radiant CMS extension: employees-directory.
We are publicly releasing an extension for the excellent and powerful Radiant CMS. The extension was built for a client who needed a way to easily update the company’s employee directory and profiles. With the employees extension you only need to deal with two templates which can be modified from the CMS. The index template showing a list of employees:
and the employee profile template:
Employee records aren’t treated as pages. There’s a separate employees database table with first name, last name, title, phone number, etc., so you can sort and filter by any of these attributes.
There is a demo application that shows how to use the employees extension tags, you can get the demo application code here