Using Orchard 1.5, TheThemeMachine
I created a ContentType (called TestTeaser) in Dashboard, which renders nicely in the "Content"-section.
But I want it to appear in another one, specified in the theme (themeMachine), like "BeforeContent".
I added this to the placement.info of ThemeMachine:
<Match Path="~/testteaser">
<Place Parts_Title="BeforeContent:1"/>
</Match>
I can see, that it matches, because now the Title is not showing in "Content" (as the rest of the Teaser-Type), but also nowhere else.
I thought in 1.5 this should be possible. (read a posting somewhere by bLeroy)
How would I do this???
thnx Reinhard