COMMUNITY FORUM
- Forum
- K2 Community Forum
- English K2 Community
- k2fields - providing you additional extra fields and extended select
k2fields - providing you additional extra fields and extended select
- Gobezu Sewu
-
Topic Author
- Offline
- Senior Member
I have also added a front end demo
So do head over to the site and have a look
Please Log in or Create an account to join the conversation.
- FeSys
-
- Offline
- Elite Member
- Posts: 262
Gobezu Sewu said:I have found the issues @Followeyes and other users have commented on and have now released an upgrade version with the issues addressed as well as added a support for the excellent Googlemaps plugin
I have also added a front end demo
So do head over to the site and have a look
Please Log in or Create an account to join the conversation.
- FeSys
-
- Offline
- Elite Member
- Posts: 262
Thank youuuuuuuuuuuuuuuuuuuuu ""Gobezu Sewu"".
Please Log in or Create an account to join the conversation.
- Gobezu Sewu
-
Topic Author
- Offline
- Senior Member
Best!
Please Log in or Create an account to join the conversation.
- Line Wied
-
- Offline
- New Member
- Posts: 3
Im using it for a date extra field. Works fine in item view and in category lists, but when items are displayed by tag, it shows the "k2f---valid=datetime---Dato" instead of the name.
Please Log in or Create an account to join the conversation.
- Gobezu Sewu
-
Topic Author
- Offline
- Senior Member
Great to hear that it is been useful.
Thanks for letting me know about this issue and I had never used the tag view. Now that I have looked into it you are indeed correct.
But unfortunately whenever the task is tag K2 doesn't seem to load the k2 plugins (which k2fields is) nor call necessary events (which this plugin requires in order to function properly and w/o having K2 core hacks in play). So atm there is not much we can do.
If you wouldn't mind putting a K2 core hack in place I would be able to provide you such modification or if you would like to do it yourself open components/com_k2/models/item.php and look at row # 332 and change one of the clauses currently looking as follows:
($view=='itemlist' && ($task=='' || $task=='category') && $item->params->get('catItemK2Plugins')) ||
to
($view=='itemlist' && ($task=='' || $task=='category' || $task=='tag') && $item->params->get('catItemK2Plugins')) ||
Let me know how this works out for you...
Line Wied said:Thank you very much for this plugin.
Im using it for a date extra field. Works fine in item view and in category lists, but when items are displayed by tag, it shows the "k2f---valid=datetime---Dato" instead of the name.
Please Log in or Create an account to join the conversation.
- scyllar
-
- Offline
- Senior Member
- Posts: 60
Please Log in or Create an account to join the conversation.
- Line Wied
-
- Offline
- New Member
- Posts: 3
Thanks again,
Line
Please Log in or Create an account to join the conversation.
- Gobezu Sewu
-
Topic Author
- Offline
- Senior Member
Just checked your examples and works fine for me.
May I ask, have you enabled the plugin.
What is the result you see when editing the item.
Would you mind posting a screen cap of the extra field tab when editing an item in a category to which you assigned the extra field group which contains those extra fields.
Thank you!
Toni said:hi,
k2f---valid=url---Link
and k2f---valid=email---Mail
don´t work -.-
Please Log in or Create an account to join the conversation.
- Markus Thiel
-
- Offline
- Premium Member
- Posts: 149
Please Log in or Create an account to join the conversation.
- Marco Heinski
-
- Offline
- New Member
- Posts: 8
Please Log in or Create an account to join the conversation.
- robm
-
- Offline
- Senior Member
- Posts: 74
Now I get 2010-04-29 19:50:00 and I only want 2010-04-29
Please Log in or Create an account to join the conversation.
- 8-Bit Classics
-
- Offline
- Junior Member
- Posts: 39
Please Log in or Create an account to join the conversation.
- Gobezu Sewu
-
Topic Author
- Offline
- Senior Member
please contact me through jproven.com contact form with detail of your issue and i will be able to help you as i have done with many others
/gobezu
Corey Koltz said:Same for me, I enabled the plugin and when I select a category, the Extra Fields won't display and video tab layout is all screwed up. Even if it is disabled, I can't add an item properly. I have to completely uninstall the plugin for my site to get back to normal. To bad, I really need a Date field.
Please Log in or Create an account to join the conversation.
- Pasquale Luisi
-
- Offline
- New Member
- Posts: 9
for exaple:
other authors:
(combo with authors) -> add
(combo with authors) -> add
(combo with authors) -> add
(combo with authors) -> add
(combo with authors) -> add
Please Log in or Create an account to join the conversation.
- Daniel Iturbe O
-
- Offline
- New Member
- Posts: 5
I can't do it work just yet...
Here is what I get...
and....
Ty very much for your time and patience...
Please Log in or Create an account to join the conversation.
- Gobezu Sewu
-
Topic Author
- Offline
- Senior Member
It looks like you either have not enabled the k2fields plugin (go to Extensions > Plugin manager and filter on K2 plugins) or there is some sort of javascript error on your page
Good luck and let me know your progress.
Please Log in or Create an account to join the conversation.
- Daniel Iturbe O
-
- Offline
- New Member
- Posts: 5
How can I search 4 those Javascript errors ?
Ty for your atention.
Please Log in or Create an account to join the conversation.
- Gobezu Sewu
-
Topic Author
- Offline
- Senior Member
Please Log in or Create an account to join the conversation.
- Daniel Iturbe O
-
- Offline
- New Member
- Posts: 5
Please Log in or Create an account to join the conversation.
- Forum
- K2 Community Forum
- English K2 Community
- k2fields - providing you additional extra fields and extended select