I've ran the sql and enabled the module. I've also restarted apache. The module doesn't seem to work for me. Does anyone else have this problem?

Comments

ñull’s picture

I did my first intent to test this module with a flexinode. I don't know if that makes any different, but for me it did not work:

  • HTML filter is the system's defualt filter
  • Create content -> my flexinode
  • I choose my custom TinyMCE filter for this new node
  • Node is saved
  • Again I do Create content -> my flexinode
  • I check the Input format and I see it still sets the default HTML filter not my last choice
  • I check the remember_filter table with PHPMyAdmin and discover that at submission nothing is saved and but when I update a node, the input format zero is stored for my uid, which does not exist.
  • When I try the same thing for nodetype Story or Page , only when you update the story node the right input format gets stored and is remembered . At submission nothing is stored.

After case 'update': I added another line with case 'insert':, which seems to fix it for page and story nodetype. For reasons beyond my understandng flexinodes still fail.

I hope this information helps someone to make a patch.

Steve Simms’s picture

Status: Active » Fixed

I've updated the code in CVS to add the "case 'insert':" line. Thanks!

Regarding flexinode, I wouldn't be at all surprised if the module didn't work in that case -- it relies on the nodeapi hooks being called, which flexinode may not be doing since its content types are more flexible than the average node's.

appel’s picture

Do you think it's possible to get flexinode / CCK working with this module?

Steve Simms’s picture

I honestly have no idea -- I don't use either module.

If you'd like to put together something that works, please submit a patch, and I'll be happy to incorporate it into this module.

appel’s picture

Well, as much as I'd love to help, i don't think I could be much of assistance. I'm afraid I just don't grasp Drupal's structure enough to be of any real value. I learn everyday though, and your module is very helpful, so I'll definitely keep an eye out. Hopefully one day I can start giving back to the community.

Anonymous’s picture

Status: Fixed » Closed (fixed)