On response to http://groups.drupal.org/node/1912.

Here's a first pass at a views.inc. Note: the View will only show if you use the 'Headline and Teasers' format under your MySite settings.

You must have Views installed and enable Views from the MySite settings page.

This is not the final solution, but highlights the issues to be addressed:

- How can we grab the node list prepared by Views and present it the 'MySite Way'?
- Should we present Views out of context like this?

Discuss.

CommentFileSizeAuthor
view.inc.txt2.71 KBagentrickard

Comments

agentrickard’s picture

THis method doesn't quite work. If the Views type is 'page' the whole page title gets overwritten. Perhaps we call this as 'block' or 'inline.'

agentrickard’s picture

Status: Active » Postponed
agentrickard’s picture

Status: Postponed » Needs review

Views support is now in HEAD. Activate the 'droplet' type include, and you can create Views-based droplets.

Some testing would be nice. This implmentation ignores the auth settings of Views. Does that need to be retained?

agentrickard’s picture

Version: 5.x-1.x-dev » master
Status: Needs review » Closed (fixed)

Marking as completed. This is in HEAD and will be core in 5.x.2.