Views

Views

Creating a Node View Which Bypasses Access Restrictions

Posted by stella on Sun, 2010-05-23 23:02 in

First of all a disclaimer, part of the intention of this blog post is to see if anyone else has a better solution. This is something I came up with but I'm not entirely happy with the solution as it involves running the sql query twice. :(

New module: Views Two Column Table

Posted by stella on Fri, 2009-12-18 20:09 in

For a project I've been working on recently, I needed the ability to have a two column table layout in Views. The idea was to place the field label in the first column, and the field data in the second. I had tried achieving the same layout using the unformatted default layout with some CSS, but was unable to get the label and field data to line up correctly, and so eventually wrote a views plugin to achieve the effect using tables.

The screenshot below shows what the final result looks like.

Example layout
Example layout

Project page: http://drupal.org/project/views_two_column_table

Syndicate content