I am using DNN 06.02.04.
On a page, I would like to list a table showing an employee's name, their resume in PDF format, and a zip file of their software project.
What is the best approach to setting up such a format?
In some other CMS I've used, I may do the following:
- Set up a content type called Employee and add 3 fields to it: name (text), resume (file upload) , software (file upload).
- Then I'd write a simple plugin that I can embed on to the page. The plugin will create an sql query and query for information, then provide it to the skin file.
Is there an equivalent approach for DNN 6.2.4?