Keyword

ExtraFields for category_item.php

  • pascal95223
  • pascal95223's Avatar Topic Author
  • Offline
  • New Member
More
9 years 8 months ago #135899 by pascal95223
ExtraFields for category_item.php was created by pascal95223
Hi,

I use k2 since a very long time and i have very strange problem with extrafields.

I use it to show extrafields on item.php without any problem.

I add this on top of page:
<?php  
//convertArray to use ids as key
$extrafields = array();
foreach($this->item->extra_fields as $item)
{    
$extrafields[$item->id] = $item->value;
}   
?>

And where i want i add
<?php echo $this->item->extraFields->extrafieldsname->value; ?>

But i try to add it on category_item.php but i win to show name but not value.

This dosn't work:
<?php echo $this->item->extraFields->extrafieldsname->value; ?>
This work:
<?php echo $this->item->extraFields->extrafieldsname->name; ?>

You know why i can't show value of extrafields?

Thank's for your help

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

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
9 years 8 months ago #135930 by Krikor Boghossian
Replied by Krikor Boghossian on topic ExtraFields for category_item.php
Are the extrafields set to "Show" in this category's settings?

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

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


Powered by Kunena Forum