This is a neat module! I'm trying to use it, and it's got me stuck. I have a large number of alternative nodes. Only 10 were displaying until I started trying to bump that up.
I've tracked down why I can't have a large number of alternatives, it's stuck at the default number of posts on the home page, in admin/content/node-settings which has a max of 30.
There are issues in core on this
#389598: taxonomy_select_nodes() limits results based on "Number of posts on main page" variable.
#296632: taxonomy_select_nodes() uses 'feed_default_items' system variable when pager is FALSE
and #25801: taxonomy_select_nodes() hard codes limit
Since that last one is not ported it seems I can't have a large number of alternatives right now?
I realize that taxonomy is a cool way to do this, but this function appears to be limiting.
Just looking for feedback, discussion?
Comments
Comment #1
gibus commentedThx for reporting this. Since the use of taxonomy is straightforward in this case (only one term, no terms hierarchy, synonyms, etc.), I've replaced taxonomy_select_nodes() with direct sql queries. Commited in release 6.x-2.8.