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
Less
More
14 years 8 months ago #79619
by Gobezu Sewu
Replied by Gobezu Sewu on topic k2fields - providing you additional extra fields and extended select
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
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
Less
More
- Posts: 262
14 years 8 months ago #79620
by FeSys
Replied by FeSys on topic k2fields - providing you additional extra fields and extended select
Many Thanks "Gobezu Sewu", I guess the magic starts.. I'll give it a try.
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
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
Less
More
- Posts: 262
14 years 8 months ago #79621
by FeSys
Replied by FeSys on topic k2fields - providing you additional extra fields and extended select
Okay.. Now I am happy with all that.. working for me finally..
Thank youuuuuuuuuuuuuuuuuuuuu ""Gobezu Sewu"".
Thank youuuuuuuuuuuuuuuuuuuuu ""Gobezu Sewu"".
Please Log in or Create an account to join the conversation.
- Gobezu Sewu
- Topic Author
- Offline
- Senior Member
14 years 8 months ago #79622
by Gobezu Sewu
Replied by Gobezu Sewu on topic k2fields - providing you additional extra fields and extended select
Followeyes I am glad you find it working and also to some use ;)
Best!
Best!
Please Log in or Create an account to join the conversation.
- Line Wied
- Offline
- New Member
Less
More
- Posts: 3
14 years 7 months ago #79623
by Line Wied
Replied by Line Wied on topic k2fields - providing you additional extra fields and extended select
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.
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
14 years 7 months ago #79624
by Gobezu Sewu
Replied by Gobezu Sewu on topic k2fields - providing you additional extra fields and extended select
Hi Line,
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.
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
Less
More
- Posts: 60
14 years 7 months ago #79625
by scyllar
Replied by scyllar on topic k2fields - providing you additional extra fields and extended select
this is awesome! thanks for the great plugin and will test it!
Please Log in or Create an account to join the conversation.
- Line Wied
- Offline
- New Member
Less
More
- Posts: 3
14 years 7 months ago #79626
by Line Wied
Replied by Line Wied on topic k2fields - providing you additional extra fields and extended select
Thank you for your answer and the small hack solution. I prefer not to hack core files, so for now I will work out a way not to output the extra fields when task=tag in a template, or just hide the extra fields name.
Thanks again,
Line
Thanks again,
Line
Please Log in or Create an account to join the conversation.
- Gobezu Sewu
- Topic Author
- Offline
- Senior Member
14 years 7 months ago #79627
by Gobezu Sewu
Replied by Gobezu Sewu on topic k2fields - providing you additional extra fields and extended select
Hi Toni,
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 -.-
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
Less
More
- Posts: 149
14 years 6 months ago #79628
by Markus Thiel
Replied by Markus Thiel on topic k2fields - providing you additional extra fields and extended select
I really like the idea here.. but the plugin is to complicated and looks like a hack or something... will wait for a more "Complete" solution.. but keep up the great work!!
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