CCK Fields - I Need Assistance
kristyb2008 - January 26, 2008 - 23:05
Hi,
I would like to create a CCK field with a PHP statement.
If checked, display a link to PDF document when viewing the content item.
How would I add this to a radio field (yes or no) on a content item?

Integer Checkbox
Use an Integer Single on/off checkbox with this in allowed values
01|Your Label
This puts saves a 1 or 0 in the database.
Then you need to theme your node-nodetype.tpl.php. and put in the "if (field == 1){print link to pdf}" code.
OR you could use "computed field" if checkbox is check display X.
gpdinoz
"Everything should be made as simple as possible, but not simpler." - Albert Einstein