I'm working on a Simpleviews CCK field which uses the simpleview form to embed a simpleview in a node (I'll be posting the patch for that shortly). In the process I ran into a problem getting my embedded view to use the 'Titles' style, because the current code only sets that style on the page display.

This patch makes the style-setting work even when there is no page display.

CommentFileSizeAuthor
simpleviews.style_.patch1.24 KBkarens

Comments

karens’s picture

Status: Needs review » Fixed

In digging further into this I found that creating non-page displays just won't work well. The paths get garbled, you can't add rss feeds, and there are myriad other problems.

I have a working module now for a CCK simpleviews field which does not need this.

So I take this back, we don't need this :)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.