According to the author of Filter by Node Type (http://drupal.org/project/filterbynodetype) compatibility between the two modules can be achieved by starting the form generated by Site Notes with:

$form = node_content_form($node);

Please see: http://drupal.org/node/152592#comment-834202

I use both modules and would love to see them work together.

Comments

nancydru’s picture

Oh, good, Larry is still working that module... I thought I was going to have to volunteer for it.

AFAICT, I was already using that format, but I made the change anyway because it makes my module smaller. And I recently found the 6.x equivalent, so I'll do that side too tomorrow.

The 5.x version has been committed to the -dev release, which will roll out around Noon GMT.

nancydru’s picture

Status: Active » Patch (to be ported)
okeedoak’s picture

Thank you! I'll check out the 5.x -dev version when it's available.

okeedoak’s picture

Tested the Dev version (2008-May-07) with Filter by Node Type (patched version from http://drupal.org/node/152592#comment-834164). Everything seems to work fine. I like the added "Allow search for authorized users?" option too! Great job and thank you!

nancydru’s picture

Assigned: Unassigned » nancydru
Status: Patch (to be ported) » Fixed

This was fixed some time ago.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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