views row style plugin

Events happening in the community are now at Drupal community events on www.drupal.org.
reubenavery's picture

Having heck of a time getting plugin to work.

Hello all.
I'm having a good amount of difficulty in getting a style plugin to work and I was hoping I might get a little guidance from you good folks.

Working from the instructions at http://groups.drupal.org/node/10129, I put together the following.

first, in the module cp_helper.module:

<?php
function cp_helper_views_api() {
 
$api = array(
   
'api' => 2,
   
'path' => drupal_get_path('module', 'cp_helper').'/views'
 
);
  return
$api;
}
?>

I then created views/cp_helper.views.inc:
<?php
function cp_helper_views_plugins()
return array(
'row' => array(

Read more
Subscribe with RSS Syndicate content