Re: $html->link HELP

2009-10-28 Thread bradmaxs
Thank you both very much. Miles J - your suggestion was it - I can't believe I haven't joined this forum and asked many of my questions earlier. BTW, I am using your Uploader in one of my development sites and it is awesome! TimG - Gonna go read that article at the bakery right now. Thanks for

Re: $html->link HELP

2009-10-27 Thread Miles J
If you are linking to something outside of the plugin, you must do 'plugin' => null. On Oct 27, 4:34 pm, TimG wrote: > I found this post > helpful:http://bakery.cakephp.org/articles/view/taking-advantage-of-the-pages... > There is a catch all route that you can add last and you can use that > t

Re: $html->link HELP

2009-10-27 Thread TimG
I found this post helpful: http://bakery.cakephp.org/articles/view/taking-advantage-of-the-pages-controller There is a catch all route that you can add last and you can use that to help with your URLs. As far as your routes.php file. With that code http://site.com/ should route to http://site.co

$html->link HELP

2009-10-27 Thread bradmaxs
Hi All, I am fairly new to cake and just can't seem to get my head wrapped around this. I have made a simple FORUM plugin (placed in plugings folder) and have placed this code is the routes.php file. Router::connect('/forum', array('plugin' => 'forum', 'controller' => 'forum_posts', 'action' =>