Posted by Tran on March 10, 2010 at 10:02pm
I am using More Like This in OP 1.6.
I have used taxonomy and articles to create obituary content.
I want More Like This for Sports/News/Entertainment.
But NOT obituaries. How do I shut it off? Any ideas?
Comments
Oh well, another feature feature to shut off.
I am shutting off the More Like this Feature. Too bad, because it is very useful in places.
A few options
Not sure I completely understand what you're setup is, but here are some options for turning it off.
1) You can use Context to not display the block for Obituaries
2) Inside hook_nodeapi you can inspect the node and if it is an obituary, modify node->morelikethis to disable it.
Does that help?