Keyword

How to fetch specific extra field on category view

More
7 years 7 months ago #160521 by ChryS
Hi,
I need to show specific extrafield value on category view. On module (mod_k2_content) there is no problem using direct access like this:
<?php echo $this->item->extraFields->Alias>value ;?>

Problem is on category view (template/mytemplate//html/com_k2/category.php)

I get no value.
Thanx

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

  • Fábio Jordan
  • Fábio Jordan's Avatar
  • Offline
  • Senior Member
  • Nothing like a good coffee to make a better web
More
7 years 7 months ago - 7 years 7 months ago #160522 by Fábio Jordan
Replied by Fábio Jordan on topic How to fetch specific extra field on category view
Hi there.

The file "template/mytemplate/html/com_k2/category.php" shows data from category and subcategories.

And extraFields are for items, so you should use the specific code (the one you used is right) in the file "template/mytemplate/html/com_k2/category_item.php".

Best luck!
Last edit: 7 years 7 months ago by Fábio Jordan.

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

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
7 years 7 months ago #160533 by Krikor Boghossian
Replied by Krikor Boghossian on topic How to fetch specific extra field on category view
Hello,

The file you need to edit is indeed category_item.php.
Also make sure you use
<?php echo $this->item->extraFields->Alias>value ;?>
or:
<?php echo $item->extraFields->Alias>value ;?>
depending on the context.

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