Keyword

k2fields - providing you additional extra fields and extended select

  • Gobezu Sewu
  • Gobezu Sewu's Avatar Topic Author
  • Offline
  • Senior Member
More
15 years 1 month ago #79619 by Gobezu Sewu
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.

More
15 years 1 month ago #79620 by FeSys
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

Please Log in or Create an account to join the conversation.

More
15 years 1 month ago #79621 by FeSys
Okay.. Now I am happy with all that.. working for me finally..
Thank youuuuuuuuuuuuuuuuuuuuu ""Gobezu Sewu"".

Please Log in or Create an account to join the conversation.

  • Gobezu Sewu
  • Gobezu Sewu's Avatar Topic Author
  • Offline
  • Senior Member
More
15 years 1 month ago #79622 by Gobezu Sewu
Followeyes I am glad you find it working and also to some use ;)

Best!

Please Log in or Create an account to join the conversation.

More
15 years 3 weeks ago #79623 by Line Wied
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.

  • Gobezu Sewu
  • Gobezu Sewu's Avatar Topic Author
  • Offline
  • Senior Member
More
15 years 3 weeks ago #79624 by Gobezu Sewu
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.

Please Log in or Create an account to join the conversation.

More
15 years 3 weeks ago #79625 by scyllar
this is awesome! thanks for the great plugin and will test it!

Please Log in or Create an account to join the conversation.

More
15 years 3 weeks ago #79626 by Line Wied
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

Please Log in or Create an account to join the conversation.

  • Gobezu Sewu
  • Gobezu Sewu's Avatar Topic Author
  • Offline
  • Senior Member
More
15 years 1 week ago #79627 by Gobezu Sewu
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 -.-

Please Log in or Create an account to join the conversation.

More
15 years 1 day ago #79628 by Markus Thiel
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.

More
15 years 17 hours ago #79629 by Marco Heinski
There is the possibility of creating extrafields checkbox with multiple choice?

Please Log in or Create an account to join the conversation.

More
14 years 11 months ago #79630 by robm
Looks great but I want to use the valid=date stamp but not with the timestamp after it
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.

More
14 years 9 months ago #79631 by 8-Bit Classics
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.

  • Gobezu Sewu
  • Gobezu Sewu's Avatar Topic Author
  • Offline
  • Senior Member
More
14 years 9 months ago #79632 by Gobezu Sewu
hi all that need support with this plugin,

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.

More
14 years 2 months ago #79633 by Pasquale Luisi
it's possible to compose a field with all the authors so that you can associate the post item indirectly to other active authors.

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.

More
14 years 1 month ago #79634 by Daniel Iturbe O
Hello, and congratulations from Mexico for the excellent work. This application promises to be excellent, but

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
  • Gobezu Sewu's Avatar Topic Author
  • Offline
  • Senior Member
More
14 years 1 month ago #79635 by Gobezu Sewu
Hi Daniel,
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.

More
14 years 1 month ago #79636 by Daniel Iturbe O
It is and it was eneabled the k2fields plugin...( K2 Plugin - K2 Fields)

 

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
  • Gobezu Sewu's Avatar Topic Author
  • Offline
  • Senior Member
More
14 years 1 month ago #79637 by Gobezu Sewu
look for it in the status bar (the bar at the bottom of the application) which should provide you some clue

Please Log in or Create an account to join the conversation.

More
14 years 1 month ago #79638 by Daniel Iturbe O
I'm Clue-less.. woiuld you / could you take a closer look over what I'm doing; I can Grant You acces my Administrator panel; Is very nice feel that I'm not alone, Thank You Very much.

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum