A view type that outputs fields as they are. No list format, no table format--nothing. Multiple fields just appear next to each other with nothing in between. Similar to the "one panel" panel for panels.module, this simple view type is ideal for creating views output with minimal markup.

Use case example:

An "About the author" views block view that only outputs one field, which is a paragraph of text taken from the owner's nodeprofile node (where ownership is determined by passing a views argument in the url).

Normally in order to accomplish this you would have to write some <?php inside of a block block. Thanks to views filters, arguments, and field selection, only a limited knowledge of PHP is necessary to create the same block as a views block, instead.

(see attached)

Hope this helps! :)

CommentFileSizeAuthor
views_bonus_glob.patch1.3 KBms2011

Comments

dmitrig01’s picture

Cool
I like everything but the name ;).
Can we think of something better?

dmitrig01’s picture

Status: Needs review » Needs work
ugerhard’s picture

"Plain view" maybe?

ms2011’s picture

Status: Needs work » Needs review

Bare view.

michelle’s picture

Nekkid fields :)

Nice idea for a view. I do somethig similar but with a single space between fields.

Michelle

sun’s picture

+1 for "plain"

dmitrig01’s picture

Title: NEW! Bonus: Glob view » NEW! Bonus: Plain view

Committed as Plain view.

dmitrig01’s picture

Status: Needs review » Fixed

ahem

Coyote’s picture

I've installed this. It appears to do nothing, and offer no additional options. Nothing appears under view types. Nothing appears under field formatting options.

How is this meant to be used?

devink’s picture

Title: NEW! Bonus: Plain view » Install help

Hi,
this sounds great. I have a random quote for my front page, and this would do just the job.

One thing...can you please tell me how to convert your patch to a working feature. I created it as a module file within the views folder, removeing the "+"s and starting at the PHP code, but with no luck.

Thanks in advance!

Steve V

[EDIT] My bad, I needed to create the .info file also. Now I need to test this, and see how I create a tpl.php file of the correct name.

michelle’s picture

Title: Install help » NEW! Bonus: Plain view

Restoring title.

Michelle

Anonymous’s picture

Status: Fixed » Closed (fixed)

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

ano1’s picture

Did you ever get this figured out? I too would like to use this module.

ugerhard’s picture

#13: The plain view is included in Views Bonus Pack 5.x-1.2-alpha2.

open-keywords’s picture

Well, since the files of the module are still named "bare*" this module is never made available

See http://drupal.org/node/316134

I figured out your preference for "Plain" afterwards....

PS: the .info file also would need to be updated