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

Comments

tjholowaychuk’s picture

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

remtheory’s picture

Thanks so much for the speedy reply. Damn I love all you Drupal dev dudes!

mbria’s picture

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. ;-)

tjholowaychuk’s picture

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.

tjholowaychuk’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.