I would like to be able to select the type of nodes that show up.

Comments

varunvnair’s picture

Priority: Critical » Normal
deekayen’s picture

Status: Active » Postponed

I started to work on this, but the Drupal 4.7 forms API still has a bug preventing me from saving changes to the multiple select needed for node types. The work I did is committed to CVS in comments. When forms API is sorted out, the comments might just need to be uncommented.

deekayen’s picture

Version: 4.6.x-1.x-dev » 4.7.x-1.x-dev
Status: Postponed » Fixed

Committed some changes to CVS.
Give this a try (for Drupal 4.7):
http://cvs.drupal.org/viewcvs/*checkout*/drupal/contributions/modules/si...

introfini’s picture

It works but I get this error on the page:

warning: array_walk() [function.array-walk]: Unable to call _similar_content_type_excape() - function does not exist in D:\Sites\modules\similar\similar.module on line 127.

You have a typo in escape: array_walk($types, '_similar_content_type_excape');

introfini
onossocasamento.pt

deekayen’s picture

Sorry, I shouldn't have linked to a specific CVS checkout. I fixed that about 30 minutes later in 1.2.2.2: http://cvs.drupal.org/viewcvs/drupal/contributions/modules/similar/?hide...

Anonymous’s picture

Status: Fixed » Closed (fixed)