Keyword

K2 2.6.2 extrafields doesnt work

  • Paul Zwarts
  • Paul Zwarts's Avatar Topic Author
  • Offline
  • New Member
More
11 years 10 months ago #106917 by Paul Zwarts
K2 2.6.2 extrafields doesnt work was created by Paul Zwarts
This no longer works in the latest version:

$extrafields = K2ModelItem::getItemExtraFields($this->item->extra_fields);

Please Log in or Create an account to join the conversation.

  • Paul Zwarts
  • Paul Zwarts's Avatar Topic Author
  • Offline
  • New Member
More
11 years 10 months ago #106918 by Paul Zwarts
Replied by Paul Zwarts on topic Re: K2 2.6.2 extrafields doesnt work
Read the notes on 2.6.2. The new call also does not work.

Have in item.php:

$video_type = $this->item->extraFields->Type->value;
$video_file = $this->item->extraFields->VideoURI->value;
echo $video_type;
echo $video_file;

where Type and VideoURI are the aliases of the fields in the template.

The output is null

Please Log in or Create an account to join the conversation.

  • Paul Zwarts
  • Paul Zwarts's Avatar Topic Author
  • Offline
  • New Member
More
11 years 10 months ago #106919 by Paul Zwarts
Replied by Paul Zwarts on topic Re: K2 2.6.2 extrafields doesnt work
opened each field, saved and closed. and it seems to work now.

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum