Table export conflict with IMCE
remtheory - October 22, 2007 - 13:38
| Project: | Table Export |
| Version: | 5.x-1.1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
Hi guys,
When the Table Export module is enabled, there's a conflict with IMCE, in that the ADD link doesn't appear. Once it's disabled, IMCE works fine. Wasn't sure if I should cross-post this with IMCE, but since it seems to work okay with other modules, I thought that perhaps this would be the place to start?
Rachel

#1
Unfortunatly I rarely use IMCE so im not overly fermiliar with it but I will try and look into this asap. Conflicts may appear when another module implements a theme_table override, because of course table_export overrides this theme directly in the module which I will also look at finding a way around because that definatly does not seem ideal
#2
Thanks so much for the speedy reply. Damn I love all you Drupal dev dudes!
#3
Same issue as reported with a brand new drupal 5.5 + imce integrated to tinymce.
The problem appears when table-export modifies the ID of an IMCE interface's table called "bodytable".
Firebug informs about it... but it took me hours until I thought table_export could be the culpit.
Thanks a lot for this great module. A good example of a simple idea with powerful consequences.
If is possible to fix this collision I'm planning to include it in my personal drupal's toolkit. ;-)
#4
Sorry for the huge huge delay! seems im the only one that doesnt need my own module! haha... I created it quite a while back and have not needed it since but I will try and get some of these issues out of the way.
The bug you mentioned was simply a typo on my part, should be fixed now, attributes such as ID should pass through normally.
#5
#6
Automatically closed -- issue fixed for two weeks with no activity.