Hi all. I have managed to have a great deal of success creating custom content types using a combination of flexinode, cck and contemplate but am stumped on one point. The custom content type has two select boxes and I want to display the selected values in fields above the content, not inside the body.

Here is an extract from the current template:

Date: print date('d M Y', $flexinode_29);

Author: print $flexinode_30;

Language: print $flexinode_31;

...all good except the Language field outputs the integer 2, which is the second value in the select box, but I want it to display 'Spanish', the actual value.

Anyone know how to grab those variables outside the body?