Closed (fixed)
Project:
MySite
Version:
master
Component:
- Type plugin
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
1 Dec 2006 at 20:30 UTC
Updated:
3 May 2007 at 01:15 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| view.inc.txt | 2.71 KB | agentrickard |
Comments
Comment #1
agentrickardTHis 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.'
Comment #2
agentrickardComment #3
agentrickardViews 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?
Comment #4
agentrickardMarking as completed. This is in HEAD and will be core in 5.x.2.