Closed (fixed)
Project:
Interests
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
27 Apr 2009 at 22:16 UTC
Updated:
17 Jun 2009 at 11:40 UTC
I'd like to request a new feature - an option to display the node teasers instead of just the title link on the interests page. It would also be helpful to have some sort of control over which content types are matched, too...
To implement, the code in interests_nodes_match() would query the db for a list of matching nodes, and then loop through the results using 'node_view(node_load($rowNode['nid']), 1);' to render the teaser.
Best regards,
.
Comments
Comment #1
agileware commented6.x-2.2 has the option to select which node types to display, the option to display teasers instead of titles and the option to choose how many nodes to display for each node type.