i'm trying the 2.0 alpha release. is there a way to create a widget from a view ?
actually i don't see any link "create widget" in the navigation menu, i only see links for node/%/edit.
thank you.
i'm trying the 2.0 alpha release. is there a way to create a widget from a view ?
actually i don't see any link "create widget" in the navigation menu, i only see links for node/%/edit.
thank you.
Comments
Comment #1
vacilando commentedSubscribing...
Comment #2
jtsnow commentedThe UI for this has not yet been implemented in the 2.0 version, but it is coming!
Comment #3
gateone commentedFor the time being, what you could do is enable the PHP filter, create a new node, set input type to PHP and manually embed a view there. Not perfect, but does the trick for the moment!
Comment #4
bertboerland commentedsubscribing (actually this is a "must" have)
Comment #5
jtsnow commentedIn the latest dev release, you don't 'create' widgets. Widgets are enabled by default for all nodes, blocks, and views. All you have to to is navigate to your view's page display and, if you've enabled the block provided by Embed Widgets, the code to embed the view will be displayed.
If your view uses a block display, then you can optionally append a "Share this widget" link to the block.
Comment #6
jtsnow commentedI've now committed code to the dev version which allows you to create widgets using the Views UI. Just add an 'Embed widget' display to your view and attach that display to another views display.
Comment #8
chien_fu commentedI don't have the option to create an "embed widget" display.