2

I need to add a parameter to category in K2 back-end in order to use it in a view. I've tried to add one: to components\com_k2\views\itemlist\tmpl\category.xml and administrator\components\com_k2\models\category.xml

but I still can't see the parameter in a category in K2 back-end.

How can I add a parameter?

Thanks for advance!

Shaz
  • 2,647
  • 2
  • 35
  • 45
  • Show some code, please. At a minimum, show the entries in each XML file. Wouldn't hurt to show your parameter call as well. – isherwood Oct 23 '13 at 18:41

1 Answers1

2

k2 has the option to add extra fields.

Create an extra fields group and then add some fields to it and assign it to some categories.

Robert Went
  • 2,944
  • 2
  • 17
  • 18