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

Comments

Daniel_KM’s picture

StatusFileSize
new9.03 KB

Hi,

The tar.gz version of module, simpler to use and without a system warning when no term is deleted.

Regards,

Daniel Berthereau

xjm’s picture

Thanks for this. Tracking (and will test when I have the chance).

Eugene Fidelin’s picture

Thanx for Drupal 6 version!

socialnicheguru’s picture

will test also

hapydoyzer’s picture

subscribing

momper’s picture

i start testing - first: i miss a select box to mark all on a page ...

thanks momper

jphelan’s picture

i echo the select box to mark all

wwwoliondorcom’s picture

Thank you so much, I imported multiple terms thanks to your D6 version, it works !

momper’s picture

what about a .dev

davidwhthomas’s picture

Status: Active » Reviewed & tested by the community

Tested and working fine from here too. thanks!
DT

betz’s picture

Anyone still following this?
If not, i want to help maintain it

momper’s picture

works -> what about a dev?

thanks momper

drawk’s picture

Awesome, thanks Daniel!

I'd be happy to add you and betz to the maintainers list.

kbk’s picture

Thanks! Huge time saver!

betz’s picture

drawk, you may add me. Don't have time directly, but i will one day ;)

momper’s picture

tested with synonyms: updating weights -> killed all synonyms

WeRockYourWeb.com’s picture

Nice one, thank you! Why is this not listed as a release on the project page?

momper’s picture

+1

agileware’s picture

Subscribe.

shiva7663’s picture

Subscribe.

nemchenk’s picture

+1

gogowitsch’s picture

Thanks, that module helped me a lot in sweeping out unused terms

off’s picture

Module from post #1 work correctly

kndr’s picture

StatusFileSize
new10.99 KB

My modified version of #1

Differences:

  1. Code is divided into two files: taxonomy_batch_operation.module and taxonomy_batch_operation.admin.inc.
  2. Integration with default taxonomy page: admin/content/taxonomy/%vid.
  3. Draggable rows and "check all" feature.
  4. "Edit multiple terms" tab is optional and disabled by default. It could be enabled on settings page admin/settings/taxonomy_batch_operations.
  5. There is no abillity to sort terms by name and occurences on default taxonomy page (this feature is still enabled on page "Edit multiple terms").
  6. There is no abillity to directly change the weight on default taxonomy page (this feature is still enabled on page "Edit multiple terms").
momper’s picture

thanks - i will test

Marat’s picture

I tested #24, it works well. Thank you very much.

rkeppner’s picture

#24 tests good for me.

brad.bulger’s picture

on free tagging vocabularies, i am getting "An illegal choice was made" - the $terms variable is being set to an empty array during validation somwhere.

ledzepfan2928’s picture

I'm having the same issue as brad bulger. Is there any update on the status of that?

brad.bulger’s picture

StatusFileSize
new611 bytes

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.

designerbrent’s picture

Would love to see this someday actually work in D6.

anrikun’s picture

Subscribing.
Is this module still maintained?
Could the current maintainer create a D6 branch?

xjm’s picture

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.

anrikun’s picture

Is there another module that provide the same features for D6?

agileware’s picture

Without knowing exactly all the features this module provides, look at:
Taxonomy manager
and
Views bulk operations
or maybe a combination of the two.

waatih’s picture

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

avpaderno’s picture

Issue summary: View changes
Status: Reviewed & tested by the community » Closed (outdated)

I am closing this issue, as it has been created for a release that is now not supported.