Thanks Earl, you were right. I just added the &#39;path&#39; item to the plugin definition array and it works.<div><br></div><div>Though I think it&#39;s not clear where the files should be placed. According the specification the path is optional and should be provided only if the handler files are placed in different directory the the module_name.views.inc file.<br>
<div><br></div><div>Kindest regards,<br>Adam Ludwinski<br>mobile: +48 606 107 297<br><a href="mailto:adam.ludwinski@meant4.com">adam.ludwinski@meant4.com</a><br><a href="http://www.meant4.com">http://www.meant4.com</a><br>

<br><br><div class="gmail_quote">2009/8/6 Earl Miles <span dir="ltr">&lt;<a href="mailto:merlin@logrus.com">merlin@logrus.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
ad4m wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
Hello!<br>
<br>
I&#39;m trying to write my custom plugin for Views 2.0. I&#39;ve found some documentation on that, I followed the instructions and I&#39;m facing a strange problem.<br>
Here is what I&#39;ve done:<br>
<br></div>
   1. I&#39;ve implemented the views_api hook in my module file<br>
   2. I&#39;ve created the module_name.views.inc file in the module&#39;s main<br>
      directory<br>
   3. In the .inc files I&#39;ve implemented the views_plugins hook<br>
   4. The hook views_plugins returns an array with &#39;style&#39; index<div class="im"><br>
      containing an aray with all required parameters.<br></div>
   5. Than I&#39;ve created a file handler_name.inc and implemented a class<div class="im"><br>
      handler_name extending the base views_plugin_style class<br></div>
   6. At the end I created a template file for my custom style plugin<br>
<br>
Everything looks fine, I can my custom style plugin from the views&#39; interface. *But everytime I&#39;m selecting my own style plugin and clicking update, nothing happens! Style plugin remains unchanged.*<br>
</blockquote>
<br>
This usually means it wasn&#39;t able to load the plugin object. Be sure everything in your hook_views_plugins is correct and that the &#39;parent&#39; line, in particular, was correct.<br>
</blockquote></div><br></div></div>