replacement for CCK_Get_Value 10 years ago2TopicHi,I'm currently upgrading templates from a Joomla 1.5/jseblod 1.8.2 site to Joomla 3.1.5/ jSeblod 3.1Is there a replacement for CCK_Get_Value that I am supposed to use?Kind Regards,Jochen 756 PostsOctopoos - Lioneladministrator 10 years ago0Level 1Hello @automatem,you can try:$cck->get( 'field_name' ); => will give you the object$cck->getProperty( 'field_name' ); => replace the Property with the one you need (getValue, getText, getTypo, ...)Best regards.Lionel 251 PostsViktor Iwan 10 years ago0Level 1Once i release a plugin system called dxseblodtools, it had a function that basically load seblod's content type value anywhere