- Posts: 12
COMMUNITY FORUM
Css4K2
- Garzarath
-
Topic Author
- Offline
- New Member
Do you know if the oneccs plugin works on K2 2.5?
Thanks
Please Log in or Create an account to join the conversation.
- Nikiforos Bafas
-
- Offline
- New Member
- Posts: 6
When I translate K2 category with joomfish, on the site it keeps showing the default language.
In items there is no problem but in categories... this is strange. You can check this out in www.nextcom.gr in the projects menu. If you select the greek language you will see that the categories are shown in english except the right menu that is correct.
If you have a clue, it will be really apreciated. Thanks.
Please Log in or Create an account to join the conversation.
- troponin
-
- Offline
- Platinum Member
- Posts: 398
Garzarath wrote: Hey guys,
Do you know if the oneccs plugin works on K2 2.5?
Thanks
Yep --> www.jiliko.net/extensions/downloads/free/8-css4k2
Please Log in or Create an account to join the conversation.
- Thomas Nabseth
-
- Offline
- New Member
- Posts: 11
I have used it before under 2.4.1 and 1.5.23 and it all work well there.
My setup:
- Joomla 1.7.1
- K2 2.5 (RC)
- CSS4K2 1.7
- Gantry Framework
Any people who've got it to work with the new K2?
TarponIke
Please Log in or Create an account to join the conversation.
- troponin
-
- Offline
- Platinum Member
- Posts: 398
Please Log in or Create an account to join the conversation.
- Garzarath
-
Topic Author
- Offline
- New Member
- Posts: 12
Please Log in or Create an account to join the conversation.
- Thomas Nabseth
-
- Offline
- New Member
- Posts: 11
Got it working now.
Please Log in or Create an account to join the conversation.
- Thomas Nabseth
-
- Offline
- New Member
- Posts: 11
- Notice: Undefined variable: item in C:\www\mysite\administrator\components\com_k2\lib\k2plugin.php on line 27
and
- Notice: Trying to get property of non-object in C:\www\joomla17-demo\administrator\components\com_k2\lib\k2plugin.php on line 27
Please Log in or Create an account to join the conversation.
- william white
-
- Offline
- Platinum Member
- Posts: 3722
Please Log in or Create an account to join the conversation.
- Thomas Nabseth
-
- Offline
- New Member
- Posts: 11
The _style.css is working and errors only show up when the plugin is enabled.
I will contact Olivier.
Please Log in or Create an account to join the conversation.
- william white
-
- Offline
- Platinum Member
- Posts: 3722
1.7.1 / 2.5 css4k2 latest on xampp localhost
No errors in front end editing or back end editing of items.
You must have something else going on.
Have you tried to change the ordering of the css4k2 plugin and/or looked for motools/jquery confilcts?
Please Log in or Create an account to join the conversation.
- Thomas Nabseth
-
- Offline
- New Member
- Posts: 11
I will check for possible conflicts.
Please Log in or Create an account to join the conversation.
- Jiliko.net
-
- Offline
- Platinum Member
- Posts: 567
I've checked and can reproduce the error.
Unfortunately, the error doesn't come form my code but from K2 code. There's an issue in one K2 core file and i've noticed it here :
code.google.com/p/joomlaworks/issues/detail?id=202&colspec=ID%20Type%20Status%20Priority%20Owner%20Summary%20Opened
I hope it'll be solved in the K2 stable release because, if not, no K2 plugin can have its parameters displayed in the K2 backend item details !
Css4K2 doesn't have item parameters...
Olivier
Please Log in or Create an account to join the conversation.
- william white
-
- Offline
- Platinum Member
- Posts: 3722
Please Log in or Create an account to join the conversation.
- Thomas Nabseth
-
- Offline
- New Member
- Posts: 11
Please Log in or Create an account to join the conversation.
- Thomas Nabseth
-
- Offline
- New Member
- Posts: 11
If it's enabled it produces this message:
Notice: Undefined property: JSimpleXMLElement::$params in C:\wamp\www\mysite\libraries\joomla\html\parameter.php on line 332
When
a) I try to edit a K2 category
and
b) I try to edit K2 user
If I disable the plugin the message goes away.
Please Log in or Create an account to join the conversation.
- Jiliko.net
-
- Offline
- Platinum Member
- Posts: 567
I think you have this message because you set your error alert level to 'maximum'.
What about the error ?
It seems the error is raised because K2 tries to load K2 plugin parameters with a function named loadSetupFile() which is deprecated in J!1.7.
This function tries to load old param structure (the J!1.5 xml param structure) from the plugin but this one is a J!1.7, so, this structure doesn't exist, so the error...
I'll check with K2 dev team about that.
Olivier
Please Log in or Create an account to join the conversation.
- Thomas Nabseth
-
- Offline
- New Member
- Posts: 11
Thanks for your reply and thanks for sharing your knowledge.
My error alert level is actually set to 'standard'.
I'll just turn error off meanwhile and see if K2 dev team comes up with a solution.
Thanks again.
Please Log in or Create an account to join the conversation.