- Posts: 4
COMMUNITY FORUM
Editing item: Selection based tagging does not work
- Ari
-
Topic Author
- Offline
- New Member
When I go edit any item and click into the textfield just below the label Available tags, a popup-list appears, listing correctly all tags. By selecting any tag, it will appear as a gray-bordered little box within the textfield.
So far so good.
However, when I click the button Add >>, nothing happens. The tag will not show on the right hand textfield Selected tags.
I have tried different options from Tag System Settings (Lock tags, Allow item filtering by tag, Tag normalization, Tag character case), but nevertheless, I cannot tag items.
Any help would be highly appreciated.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
Open your browser's developer tools and check under the console tab for any errors.
You might need to reload the site to see the error.
Also make sure that Joomla! and K2 are up to date.
Please Log in or Create an account to join the conversation.
- Ari
-
Topic Author
- Offline
- New Member
- Posts: 4
Versions: K2 v2.6.9, Joomla! 3.4.1.
Please Log in or Create an account to join the conversation.
- Nick Wilmot
-
- Offline
- New Member
- Posts: 10
Nick
Please Log in or Create an account to join the conversation.
- Ari
-
Topic Author
- Offline
- New Member
- Posts: 4
As there was no solution at hand, I coded a simple quick and dirty php script which allows the tagging by simply
1) selecting K2 item from list
2) selecting the tags by ticking the corresponding checkbox(es)
3) pressing save.
Authentication is done by basic auth - quick and dirty there as well. :)
Please Log in or Create an account to join the conversation.
- Nick Wilmot
-
- Offline
- New Member
- Posts: 10
How frustrating - I'm new to K2 but seems the development is a bit on the slow side - this is core functionality isn't it?
Would you be willing to share your script Ari?
Nick
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
This has been resolved in the dev version.
You can find it here: getk2.org/assets/get/
Please Log in or Create an account to join the conversation.
- Nick Wilmot
-
- Offline
- New Member
- Posts: 10
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Platinum Member
- Posts: 8743
You should not have issues with the development version. Otherwise i am afraid that you will have to wait for the next release. All the commits are listed at github.com/joomlaworks/k2/commits/master but applying only one of them might break the extension.
Please Log in or Create an account to join the conversation.
- Nick Wilmot
-
- Offline
- New Member
- Posts: 10
If there are no issues with the development version, it begs the question why it can't be released as the latest stable version!? I'm very reluctant to launch a site on beta software.
As someone new to K2 it seems as if development of the extension isn't a priority. Visiting getk2.org you could be forgiven for thinking the whole project was dead in the water - the last blog post on the homepage was early 8 months ago!
Beginning to wonder if committing a client to the long-term on K2 was a mistake?
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Platinum Member
- Posts: 8743
It's fine if you don't want to use the development version. You will have to wait for the next release.
Please Log in or Create an account to join the conversation.
- Nick Wilmot
-
- Offline
- New Member
- Posts: 10
github.com/joomlaworks/k2/blob/f7bb8466d1acc745bd7fdb3c590b944c3383eb12/administrator/components/com_k2/k2.php
Obviously use at your own risk, seems to work without issue on my implementation - the only significant code change is the tag interface. Thanks @lefteris for the commit.
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Platinum Member
- Posts: 8743
Please Log in or Create an account to join the conversation.