I just put a client's revamped site live and he started having trouble selecting content for the newsletter, which is done via this module. It turns out that RC doesn't recognize views that aren't in the database. Soon as I overrode the database as defined in code, it started working.

Michelle

Comments

peter-boeren’s picture

Michelle,

you're right. The D5 version of this module queries all the views in the table with the function function _relatedcontent_db_get_views_for_type_query() {...
In views 2 there is the views_get_all_views(); function that get also custom created views and hard-coded views. So that is why I changed the status to by design. In the port of this module to D6 this should be resolved (http://drupal.org/node/223196). The structure of the module doesn't support a quick fix or patch to implement in D5.

michelle’s picture

Status: Active » Closed (works as designed)

Ok, I'll just have to try and remember to make sure it stays in the database. He's a long ways a way from D6, unfortunately.

Thanks,

Michelle