Adding tid's to list
reed.richards - October 7, 2008 - 20:24
| Project: | Taxonomy Batch Operations |
| Version: | 5.x-1.0 |
| Component: | User interface |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Suggestion for the term list it is sometimes nice to find out the termid of the given term, sure you could view where the links goes and deduce it from there but it would be nice to have it in brackets beside the name(and if you have pathauto on the term id does not show(or at least not with my settings)). Did this for line 110
<?php
'#value' => str_repeat('--', $term->depth) . ' ' . l($term->name.' ('.$term->tid.')', "taxonomy/term/$term->tid", array('title' => $term->description)),
?>Don't know if it's valuable or not but it was kinda good for me. Thanks for a great module!

#1
+1 this is just what I was looking for, too. Who is maintaining the module. I'd hate to see it wither and die.