| Project: | Node Recommendation |
| Version: | 6.x-1.0 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
I've been looking for a simple module like this to create a 'Related Pages' section on my pages.
I wanted something automated based on keywords (I don't use taxonomy terms), but this seems to work pretty good using the manual selection option.
Couple of questions:
1. Can I print this onto my page/node outside the block using something along these lines:
<div class="links"><?php print $links?></div> - except substituting whatever your output would be called for '$links'?
that would be really helpful so I could print the output above my comments and other stuff in the node.
If it prints just an array with node links, I can add a section title easily in the theme template.
I'm not much of a programmer, but hopefully my question makes sense.
2. I'm not seeing how the 'sort' function works. Seems to produce the same result whehter I choose 'none' or 'random' and neither actually allows control over order as is suggested by the lead-in text: "Decide the ordering (which node goes on top of the list) on the recommendation block. Applies for both filtered and manual selection of nodes." Is there a way to control the list order?
Thank you.