Hi,
I've done a search on the forums but I'm not really sure which words I should be searching for. Here's the problem, I hope someone might be kind enough to point me in the direction of the best Drupal solution.
When adding or editing a node (could be one of 4/5 content types including Page) I would like the user (it would only be the site administrator) to be able to manually select 0-4 other nodes that will appear in a 'related pages' list at the bottom of the node.
I know that the taxonomy & tagging can try to do this automatically, but I want the user to decide which nodes to add links for. If he doesn't choose anything then the region/block won't print at all.
As an example - let's say I am adding a page (node 100). At the bottom of it I want it to list two other nodes (node 75 and 33) in a box at the bottom that basically says
'You might also be interested in':
- node 75 thumbnail and title
- node 33 tumnbnail and title
In an ideal world, when adding/editing a node there would be a field at the bottom (under Title and Body fields) with 4 dropdown lists with all the nodes in them. The user can select up to 4, or leave them all blank. If one or more are selected then they will appear in the 'related articles' region.