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

vacilando’s picture

Subscribing...

jtsnow’s picture

The UI for this has not yet been implemented in the 2.0 version, but it is coming!

gateone’s picture

For 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!

bertboerland’s picture

subscribing (actually this is a "must" have)

jtsnow’s picture

Version: 6.x-2.0-alpha1 » 6.x-2.x-dev

In 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.

jtsnow’s picture

Status: Active » Fixed

I'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.

Status: Fixed » Closed (fixed)

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

chien_fu’s picture

I don't have the option to create an "embed widget" display.