Project:Similar entries
Version:4.7.x-1.x-dev
Component:Miscellaneous
Category:feature request
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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

Comments

#1

Priority:critical» normal

#2

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.

#3

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

#4

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

#5

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

#6

Status:fixed» closed (fixed)