Questions tagged [joomla-k2]

K2 is a Content Extension for Joomla! that provides more features than the standard content component.

222 questions
1
vote
1 answer

How to migrate Joomla K2 to Wordpress

I'm new in WordPress and Joomla and need to move the content from a Joomla site to a new WordPress one. I found some plugins that help with it but all of them have a premium function who blocks me. I Used FG Joomla To Wordpress plugin, but it did…
Martin Larizzate
  • 702
  • 1
  • 12
  • 30
1
vote
2 answers

Joomla k2 items additional meta tags

I use joomla with k2 and i need to add Opeh Graph meta tags to my items. I alreday have meta description and others which i don't need. I need to add meta og:image ,og:image:height and og:image:width. I try to do this with JS, but than facebook…
1
vote
0 answers

How to change Joomla - K2 - item via code?

I tried this : $row = JTable::getInstance('K2Item', 'Table'); $row->load($myId); //change something $row->title = 'New title'; $row->save(); // doesn't work $row->checkin(); // doesn't work either I was going also through most of the K2 code but…
xamiro
  • 1,391
  • 1
  • 16
  • 32
1
vote
1 answer

Joomla custom types / custom fields without plugin?

I am currently tasked with maintaining two Joomla websites built with Yoo theme, which uses Zoo for custom content types and custom fields. I have heard that in recent versions of Joomla there is native support for such things, rendering extensions…
Jimbali
  • 2,065
  • 1
  • 20
  • 24
1
vote
1 answer

Display Joomla K2 Extra Fields only to Certain Users or Groups

I have a series of extra fields for my K2 items that I only want to show to logged in users. To add more complexity, I need to show one field to one User Group and a different field to a different User Group. How, can I accomplish this? I know I can…
Michael Yaeger
  • 756
  • 12
  • 32
1
vote
1 answer

K2 onclick add rating 5 onclick

As the title say i want to make an extra field with an onclick function that adds 5 stars of rating in K2 Like this: Click me