I am using it with 2.1/2.2, I have not made any changes to the setup of the plugin within my app since 2.0
not loading it in bootstrap loadall @GoneShootin Are you getting any output in debugkit? - S On 29 March 2012 12:16, GoneShootin <[email protected]> wrote: > Thomas > > Can you go through how you got it working? I'm beating my head against > a brick wall trying to get this to work on 2.1.x! > > On Mar 12, 2:59 pm, Thomas <[email protected]> wrote: > > Finally got it to work... What was missing? > > > > Did not know that I have to add "Form" and "Html" Helpers to the $helpers > > array like this: > > > > var $helpers = array('Forms', 'Html', 'MenuBuilder.MenuBuilder'); > > > > After reading the documentation several times I finally found this small > > sentence: > > > > "Remember to include the default Html and Form helpers" > > > > Too bad this important piece of information was not more obvious (eg. big > > red letters :-) > > > > Am Donnerstag, 8. März 2012 23:38:13 UTC+1 schrieb Rob: > > > > > > > > > > > > > > > > > > > > > You should drop the entire MenuBuilder directory structure into the > Plugin > > > directory. That means that the path for the helper class will end up > being > > > app/Plugin/MenuBuilder/View/Helper/MenuBuilderHelper.php. > > > Plugins do have to be loaded in your bootstrap file. See > > >http://book.cakephp.org/2.0/en/plugins.html > > -- > Our newest site for the community: CakePHP Video Tutorials > http://tv.cakephp.org > Check out the new CakePHP Questions site http://ask.cakephp.org and help > others with their CakePHP related questions. > > > To unsubscribe from this group, send email to > [email protected] For more options, visit this group > at http://groups.google.com/group/cake-php > -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
