Hi.
Thanks for this module, I was glad when I found it, but it didn't work on my test Drupal 6.13 site - in particular, function cleantaxonomy_page() didn't call cleantaxonomy_process(). Then I tried rewrite this function (but first I rewrote all code of the module in accordance with coding standards), and now it's form with one submit button.
Also I added output message to the user, which contains count of deleted terms and list of them.
P.S. Before, I did not write modules for Drupal, so I'm sorry if I wrote something wrong.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | cleantaxonomy.module.gz | 1.24 KB | quotesbro |
| cleantaxonomy.module.patch | 4.35 KB | quotesbro |
Comments
Comment #1
quotesbro commentedchanged taxonomy_term_count_nodes() to cleantaxonomy_term_count_nodes()
(removed 'WHERE n.status = 1')
in attachment new .module file
Comment #2
summit commentedThis is great! Do not have time to go into this. But great initiative.
greetings,
Martijn
Comment #3
Dave Sandilands commentedHi,
I've made a tiny amendment to the version in #1 (by Mikhail)
Changed message output on line 85
from
to
Comment #4
gaurav.kapoor commentedThank you for your support. I will review the module for D6 and if it works fine , i'll add a stable release.
Comment #5
gaurav.kapoor commentedI don't think we will need this code anymore.Thank You.Sorry.