new channel sub-blocks and teaser mode

I really like the new chanel sub-blocks, they will help me reorganize things to be more automated and interesting I think.
There is one bug with them however. when I put a channel sub-block up on my front page edition layout, I have the option to configure it. When I configure it to display a reverse chronological list of stories for the channel, I have the additional options of displaying them as a title or a teaser. However, when I select teaser, it doesn't display. The block only displays a red < in the area where the title should be, and one black < in the area where the content should start. I guess this is a big bug.
Is there any quick-and-dirty fix I can make to get this working? I'm really eager to get this working by tomorrow, and I kinda promised my boss it would be.

- Login or register to post comments
Hi,
I have tested displaying a list of stories as teasers in a channel sub-block on a test system, and it works.
Is there any other information you can give me to try and duplicate this?
Or perhaps, if this is on a test system, can you provide me an url (and maybe a temporary staff account) so I can have a look?

This is on the live system, not the test system, but i cloned the current edition and made the change to show the problem. You can see it here:
http://www.koreaittimes.com/edition/news/1392
where the block is supposed to be is at the top of the center column.
Hi,
Looks like something is inserting two left angled brackets. Can you check the title of that sub-block? It's not '<' or something weird like that?

Just looking in the code ... a block that displays a story list uses the view story_view (the second block display of this view) to do so. Do you have a modified story_view view? If so, there might be some collision in the configuration.
The quick way to test this is to revert your story_view, but of course, that is a destructive change so make sure you can roll back.

yes, i do have an Overridden story_view block. I don't even remember why I changed it... let me poke around. I think maybe I was trying something and got interrupted and never completed it. Its probably not too destructive to revert it back.
Ok, now i know. I did modify the story_view block to display stories in a certain way, in a block listing which was a primitive precursor to the functionality that you included in 0.19. I did this to display the same channel's stories that I am working on now. Now that you have included this functionality I don't need to use this modified version anymore, I can just use what you've set up. I guess I need to hit "revert" to put it back the original way it was?

No problem. It helps that I wrote that code :)
Good to know it's resolved, and good to know someone else is actually using sub-blocks out in the wild. Thanks.
