Blocks for 'other stories' lists

Asked by pastomen

Is it possible to create blocks for the 'the stories' lists for each channel like is done for the headlines?

Would this entail using views to copy the present 'channel_editions_list' and then modifying an argument?

Cheers.

Question information

Language:
English Edit question
Status:
Answered
For:
ProsePoint Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
bengtan (bengtan) said :
#1

The channel block (for scheduled editions channels) is just a teaser view of the current (ie. most recent) edition. A teaser view of an edition shows the 'Headlines' field as a list of titles, and doesn't display the 'Other Stories' field.

If you want your 'Other Stories' to appear in the teaser view, you can change this at .../admin/content/node-type/edition/display. In the cell at column 'Teaser' and row 'Other Stories', change the value from '<Hidden>' to 'Title (link)'.

(You may also have to tweak the themeing a bit to get what you want, but let's leave that for later discussion).

Or have I misunderstood your question? It is a bit ambiguous.

Revision history for this message
pastomen (bbc5tv) said :
#2

Having a look, don't think that will work.

Umm...

Revision history for this message
pastomen (bbc5tv) said :
#3

Yeah wasn't too clear.

For an edition you populate two lists with stories, one titled the "headlines", the other, "other stories".

Then in the '.../admin/build/block' menu you have access to a block corresponding to the list of "headlines" for that channel.

Is it possible to have a block created for each channel which corresponds to the "other stories" list as well?

Should be clearer.

Cheers.

Revision history for this message
bengtan (bengtan) said :
#4

> Is it possible to have a block created for each channel which corresponds to the "other stories" list as well?

Out of the box, ProsePoint doesn't support this feature (though we might consider it as a new feature request).

For now, you could try doing this yourself by using views. Essentially, you'd want a view that takes a channel as an argument and selects a single node (being the latest edition) for that channel. Instead of displaying the result as a node, you only want to display the title and 'Other Stories' fields. Finally, make the view display in a block.

You might find it helpful to either copy part of the view 'channel_editions_list', or just add a new block display to that view and override whatever you need to change.

Does this help?

Can you help with this problem?

Provide an answer of your own, or ask pastomen for more information if necessary.

To post a message you must log in.