Having heck of a time getting plugin to work.
Posted by reubenavery on May 12, 2009 at 4:32pm
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(
