Closed (fixed)
Project:
SimpleViews
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
25 Jul 2009 at 17:00 UTC
Updated:
9 Aug 2009 at 22:20 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| simpleviews.style_.patch | 1.24 KB | karens |
Comments
Comment #1
karens commentedIn 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 :)