10 years ago
2
Topic
Hi,

I'm currently upgrading templates from a Joomla 1.5/jseblod 1.8.2 site to Joomla 3.1.5/ jSeblod 3.1

Is there a replacement for CCK_Get_Value that I am supposed to use?

Kind Regards,

Jochen
Get a VIP membership
10 years ago
0
Level 1
Hello @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 Posts
Viktor Iwan
10 years ago
0
Level 1
Once i release a plugin system called dxseblodtools, it had a function that basically load seblod's content type value anywhere
Get a VIP membership