Module for displaying executive biographies?
Last Post 12/04/2009 7:37 PM by Joseph Craig. 1 Replies.
Author Messages
metadog
Nuke Newbie
Nuke Newbie
Posts:7


--
12/04/2009 1:20 PM  
Hi! We are implementing DNN and I have a page where we are displaying the bios of our executives. Each person's name appears, when you click it, then data about that person drops down with their picture. This functionality is hand coded and is a little clunky. I would like a better way to manage the content. Plus, we have three sites all with the same data. A central repository for the bio data would be ideal. Can you make a module suggestion? Thanks!! -M
Joseph Craig
DNN MVP
Posts:11667


--
12/04/2009 7:37 PM  
I have used the UserProfile module that is part of the Smart-Thinker SmartSocial set of modules to do this.

The nice thing about doing it this way is that all of the data is part of the user profiles, and the module pulls the data from the profile properties. The UserProfile display can select from Roles, so you can determine which bios are displayed.

One shortcoming of the module was in the ability to determine the order of the display. We made a custom version of the UserProfile module that allowed us to sort the list by a field. We also added a "display order" field. So, we could display by the specified display order (another profile property). For people with the same display order, bios are displayed in sorted order, i.e. alphabetically.

I provided the mods to Smart-Thinker, but I don't think that they have been incorporated yet. If you have some module development skills you probably could do this. Or, you could use OWS or RAD to make a custom display. Now that I think about it, that might be a fun project!

Joe Craig, Patapsco Research Group
Complete DNN Support


---