Posted by Daniel_KM on March 12, 2009 at 1:10am
25 followers
| Project: | Taxonomy Batch Operations |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | reviewed & tested by the community |
Issue Summary
Hi,
Here the version 6.x of taxonomy batch operations.
It's a simple conversion of the old, but always useful, 5.x module to Drupal 6.
Nothing is changed, except that taxonomy_batch_operations doesn't replace the Drupal taxonomy edit page, because this one has more functions than 5.x version. Next step is to merge these two pages.
Some 5.x bugs are fixed, but not all. For advanced imports, you can use Taxonomy xml or Taxonomy csv, which one i maintain.
Regards,
Daniel Berthereau
| Attachment | Size |
|---|---|
| taxonomy_batch_operations.zip | 12.58 KB |
Comments
#1
Hi,
The tar.gz version of module, simpler to use and without a system warning when no term is deleted.
Regards,
Daniel Berthereau
#2
Thanks for this. Tracking (and will test when I have the chance).
#3
Thanx for Drupal 6 version!
#4
will test also
#5
subscribing
#6
i start testing - first: i miss a select box to mark all on a page ...
thanks momper
#7
i echo the select box to mark all
#8
Thank you so much, I imported multiple terms thanks to your D6 version, it works !
#9
what about a .dev
#10
Tested and working fine from here too. thanks!
DT
#11
Anyone still following this?
If not, i want to help maintain it
#12
works -> what about a dev?
thanks momper
#13
Awesome, thanks Daniel!
I'd be happy to add you and betz to the maintainers list.
#14
Thanks! Huge time saver!
#15
drawk, you may add me. Don't have time directly, but i will one day ;)
#16
tested with synonyms: updating weights -> killed all synonyms
#17
Nice one, thank you! Why is this not listed as a release on the project page?
#18
+1
#19
Subscribe.
#20
Subscribe.
#21
+1
#22
Thanks, that module helped me a lot in sweeping out unused terms
#23
Module from post #1 work correctly
#24
My modified version of #1
Differences:
#25
thanks - i will test
#26
I tested #24, it works well. Thank you very much.
#27
#24 tests good for me.
#28
on free tagging vocabularies, i am getting "An illegal choice was made" - the
$termsvariable is being set to an empty array during validation somwhere.#29
I'm having the same issue as brad bulger. Is there any update on the status of that?
#30
this is a not very good workaround for the issue in #28. i only ran into this trying to delete multiple terms, there may be other cases where this is a problem.
#31
Would love to see this someday actually work in D6.
#32
Subscribing.
Is this module still maintained?
Could the current maintainer create a D6 branch?
#33
I'd say it's fair to say the module is not maintained, since no D6 branch was ever created and the last commit was in Feb. 2008. An interested party could hypothetically take over maintenance of the module.
#34
Is there another module that provide the same features for D6?
#35
Without knowing exactly all the features this module provides, look at:
Taxonomy manager
and
Views bulk operations
or maybe a combination of the two.
#36
Hie, How can i add default term values in the add multiple terms text are, so that when each user registers they can already have a list in the text area to add terms and all they have to do is click save.
the code currently has $form['name'] = array(
'#type' => 'textarea',
'#title' => t('Enter the name of each room: '),
'#rows' => 15, '#cols' => 64,
'#description' => t('The names of the terms, one term per line.'),
'#required' => TRUE,
);
How do i add the default values so that they are contained in the text area, For example have Bedroom, Kitchem, Dining in the text area
regrds
jeff