Posted by rayvaughn on February 29, 2008 at 10:57pm
Jump to:
| Project: | Taxonomy Multi Editor |
| Version: | 5.x-1.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Sorry this is a bit vague, on a tight deadline.
I installed this module, themed it to fit in the page and edited the code a little to list all nodes at once to perform changes more easily like this:
$sql = "SELECT n.nid, title, type FROM {node} n ORDER BY type DESC";
$result = pager_query(db_rewrite_sql($sql), variable_get('default_nodes_main', 1000));Hopefully it was my hamfisted coding that made me lose data in all the node teasers in the other language on my test site but I can't really see why.
I recommend if you are planning to use this module especially with i18n you take care and back-up your data before installing.
Comments
#1
*** Correction ***
oops almost certainly not taxonomy multi editor but editable_fields
see http://drupal.org/node/214372
#2
Certainly not this module ??