Eureka...
...I found myself the decision!!!
There was some misunderstanding:
When we talk about K2 content, we don't mean module K2 content - we mean content in K2 component..!
In file webrotate360.php at row 37:
we need to change to:
I made these change and now plugin work in all my K2 component items (K2 content)
Hope I help you...
Regards...
...I found myself the decision!!!
There was some misunderstanding:
When we talk about K2 content, we don't mean module K2 content - we mean content in K2 component..!
In file webrotate360.php at row 37:
Code:
if ($parts[0] !== "com_content" && $parts[0] !== "mod_k2_content")
Code:
if ($parts[0] !== "com_content" && $parts[0] !== "com_k2")
I made these change and now plugin work in all my K2 component items (K2 content)
Hope I help you...
Regards...