Get options from database

2 posts by 2 authors in: Forums > CMS Builder
Last Post: November 22, 2011   (RSS)

I have a University site using CMSB.

In the CMS there are a list of courses, table named COURSES.

There is a separate table named VIDEOS that contains a name and an uploaded FLV "video_file".

In COURSES, I want to allow the CMS user to select an item from VIDEOS via a pull down list.

I can do this by selecting 'Get options from database (advanced)'. But i am only then given the name.

Ideally I would like to output the name, urlPath and thumbNail details of the relevant upload.

Can this be done?